Skip to content

Commit

Permalink
Finish first version of inverting staking rate calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
plaidfinch committed Aug 18, 2023
1 parent 9c97b29 commit afbf20c
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 318 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/core/component/distributions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ penumbra-chain = { path = "../chain", default-features = false }
penumbra-shielded-pool = { path = "../shielded-pool", default-features = false }
penumbra-stake = { path = "../stake", default-features = false }
penumbra-dex = { path = "../dex", default-features = false }
penumbra-num = { path = "../../num", default-features = false }
penumbra-num = { path = "../../num" }
penumbra-asset = { path = "../../asset" }

# Crates.io deps
async-trait = "0.1.52"
Expand Down
Loading

0 comments on commit afbf20c

Please sign in to comment.