-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial review of Moonbeam (Phase 0) (#924)
* Initial review of Moonbeam * Take decision on RewardAddressChange support * Add unit test to cover currency constants in Moonbeam runtime * Add more currency-related tests to Moonbeam * Implement currency constants test for other runtimes * cargo fmt * [Moonbeam] Set minimal Staking to 10_000 for phase 0 and 1 * [Moonbeam] Setup proxy deposit base and factor to 0 * Update runtime/moonbeam/src/lib.rs * update test currency_constants * fmt * update test currency_constants (2) * add missing import for test currency_constants * moonbeam: fast_track is available * moonbeam: test join_collator_candidates: all amounts should be increased * moonbeam integration tests: multiply all amounts by 100 * fmt * Attempt at fixing reward integration tests for moonbeam * Update balances to make ethereum rpc tests on moonbeam * Properly fix reward_block_authors_with_parachain_bond_reserved * Clean up * cargo fmt * Revert debug output * Don't bump InflationInfo by 100X... * More clean up * Updates factor variable name * cargo fmt * Update runtime/moonbeam/src/lib.rs Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com> Co-authored-by: Stephen Shelton <steve@brewcraft.org> Co-authored-by: librelois <c@elo.tf> Co-authored-by: Amar Singh <asinghchrony@protonmail.com> Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>
- Loading branch information
1 parent
65752ba
commit 3789950
Showing
6 changed files
with
386 additions
and
159 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.