Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement get_tipset_cid #568

Merged
merged 20 commits into from
Jan 26, 2024
Merged

Implement get_tipset_cid #568

merged 20 commits into from
Jan 26, 2024

Commits on Jan 25, 2024

  1. Add chain metadata actor

    fridrik01 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7e18528 View commit details
    Browse the repository at this point in the history
  2. Add actor manifest

    fridrik01 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4706bb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b85337f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6321d05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65261ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a00a836 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84397e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    353fa2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6bda6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f633d38 View commit details
    Browse the repository at this point in the history
  11. Refactor duplicate code

    fridrik01 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8b115b4 View commit details
    Browse the repository at this point in the history
  12. Do not compile chainmetadata actor unless fil-actor feature is set

    Also move the fil_actors_runtime as an optional dependency that
    is only required when fil-actor feature is set
    fridrik01 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1c9d5c6 View commit details
    Browse the repository at this point in the history
  13. Address review comments

    - create chainmetadata module actor_interface
    - identify custom actors by name and skip code id
    fridrik01 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c49b867 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    28d32bb View commit details
    Browse the repository at this point in the history
  15. Update chainmetadata actor not convert blockhash into cid

    Instead we return the same blockhash as was added, and then we
    let the caller deal with converting to cid.
    fridrik01 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1b60227 View commit details
    Browse the repository at this point in the history
  16. sol commit, please undo

    fridrik01 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    63cde01 View commit details
    Browse the repository at this point in the history
  17. wrap blockhash

    fridrik01 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ee3e823 View commit details
    Browse the repository at this point in the history
  18. fix rebase

    fridrik01 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2386c7d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Fix wasm build errors after rebase due to transitive dependencies

    The fix was to removing "crypto" feature from fvm_shared dependency
    in contracts/binding/Cargo.toml, recompile, and then add it back.
    fridrik01 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    02461cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1851ac5 View commit details
    Browse the repository at this point in the history