Skip to content

Commit

Permalink
staking: remove component::FP_SCALING_FACTOR dup (#3895)
Browse files Browse the repository at this point in the history
This should fix the wasm build unless something else is wrong. The
problem was that we defined the same constant (`FP_SCALING_FACTOR`)
twice, once correctly at the crate-level, and another one in
`penumbra_stake::component`. During development, the latter one was used
and created a discreet dependency on the component module.

x-ref #3894

---------

Co-authored-by: turbocrime <[email protected]>
  • Loading branch information
erwanor and turbocrime authored Feb 26, 2024
1 parent c369616 commit bc4b854
Show file tree
Hide file tree
Showing 9 changed files with 242 additions and 239 deletions.
2 changes: 1 addition & 1 deletion COMPATIBILITY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
| Application version (Name)| Penumbra crate version | CometBFT | Protobuf |
| ------------------------- | ---------------------- | -------- | -------- |
| 1 (Testnet 67) | v0.68.0-alpha.1 | v0.37.2 | v1 |
| 1 (Testnet 67) | v0.68.0-alpha.2 | v0.37.2 | v1 |
Loading

0 comments on commit bc4b854

Please sign in to comment.