Skip to content

Commit

Permalink
feat: subnet activity rollups and validator rewards (phase 1) (#1181)
Browse files Browse the repository at this point in the history
Co-authored-by: cryptoAtwill <[email protected]>
Co-authored-by: cryptoAtwill <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent bcc73c9 commit 4243ff9
Show file tree
Hide file tree
Showing 92 changed files with 3,097 additions and 791 deletions.
27 changes: 27 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ members = [
"fendermint/actors",
"fendermint/actors/api",
"fendermint/actors/chainmetadata",
"fendermint/actors/activity-tracker",
"fendermint/actors/eam",
"fendermint/actors/gas_market/eip1559",
]
Expand Down Expand Up @@ -222,6 +223,7 @@ fil_actor_eam = { git = "https://github.com/filecoin-project/builtin-actors", ta
fil_actors_runtime = { git = "https://github.com/filecoin-project/builtin-actors", tag = "v15.0.0" }

fendermint_actor_eam = { path = "./fendermint/actors/eam" }
fendermint_actor_activity_tracker= { path = "./fendermint/actors/activity-tracker" }

cid = { version = "0.10.1", default-features = false, features = [
"serde-codec",
Expand Down
Loading

0 comments on commit 4243ff9

Please sign in to comment.