Skip to content

Commit

Permalink
Merge pull request #42 from pragma-org/ledger/stake-distr
Browse files Browse the repository at this point in the history
Track stake distribution across epochs
  • Loading branch information
KtorZ authored Jan 8, 2025
2 parents 55cc9f1 + 6e98f7f commit ec7bffb
Show file tree
Hide file tree
Showing 30 changed files with 1,431,655 additions and 572,494 deletions.
594 changes: 346 additions & 248 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ cargo build --release

```console
cargo run --release -- import \
--date 68774372.36f5b4a370c22fd4a5c870248f26ac72c0ac0ecc34a42e28ced1a4e15136efa4 \
--snapshot 68774372-36f5b4a370c22fd4a5c870248f26ac72c0ac0ecc34a42e28ced1a4e15136efa4.cbor \
--snapshot 70070379.d6fe6439aed8bddc10eec22c1575bf0648e4a76125387d9e985e9a3f8342870d.cbor \
--out ledger.db
```

Expand Down
1 change: 1 addition & 0 deletions crates/amaru/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ tracing-opentelemetry = { version = "0.28.0" }
[dev-dependencies]
envpath = { version = "0.0.1-beta.3", features = ["rand"] }
insta = { version = "1.41.1", features = ["json"] }
num = { version = "0.4.3", features = ["num-bigint"] }
proptest = "1.5.0"

[build-dependencies]
Expand Down
Loading

0 comments on commit ec7bffb

Please sign in to comment.