-
Notifications
You must be signed in to change notification settings - Fork 384
Update eth contract code smoke test #2043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
Change account limit
crystalin
approved these changes
Jan 17, 2023
4meta5
added a commit
that referenced
this pull request
Jan 17, 2023
* configure opengov for movr * Staking precompile: candidateAutoCompoundingDelegationCount (#2037) * candidateAutoCompoundingDelegationCount * Remove unecessary `.into()` Co-authored-by: Amar Singh <[email protected]> * typo Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Amar Singh <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> * precompiles * address some review todos not done yet * Fixes balance smoke test (#2040) Co-authored-by: Crystalin None <[email protected]> * trackIds getter and full TrackInfo impl with Curves * patch evm version (#2026) * Removes treasurer in Moonriver * Update eth contract code smoke test (#2043) Change account limit * Adds OpenGov to Moonriver (#2041) * Adds OpenGov to Moonriver * Updates Moonbase * fmt * fixes test * fix impoty Co-authored-by: nanocryk <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Alan Sapede <[email protected]> Co-authored-by: Crystalin None <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Tim B <[email protected]>
crystalin
added a commit
that referenced
this pull request
Jan 18, 2023
* stash precompile changes in other branch and push pallet changes leaking std librar * still leaking std * using sp std phantomdata did not fix * ty @nanocryk for std leak fix * init referenda precompile needs tryfrom u8 for origins * referenda submit precompile fn * signed extrinsics for referenda precompile * preimage precompile * init conviction voting precompile * referenda delegate undelegate unlock * fixes * fix * clean * improve revert reasons for class and index inputs * clean * init accessors and clean * referenda precompile * clean * clean and init referenda precompile interface * fix merge * try mock referenda precompile but did not succeed * save * fix referenda mock * add dot sol files for preimage and voting * add to moonbase precompiles * fix * precompile existence test fix * update solidity addresses as per moonbase config * rename standard vote to vote in conviction voting pallet * start moving origins out of pallet and using additional generic instead * fix finish moving pallet custom origins back into runtime * add opengov precompiles in proxy evm filter * SolidityConvert no longer necessary Co-authored-by: Éloïs <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> * rm SolidityConvert and add Conviction enum * use trackId as input for submit instead of origin and convert from trackId to origin based on mapping * camelCase error msgs Co-authored-by: Éloïs <[email protected]> * Update precompiles/referenda/src/lib.rs Co-authored-by: Éloïs <[email protected]> * fix conviction precompile interface * fix referenda precompile interface * test to ensure all tracks have min enactment period less than vote locking period * update tracks based on wiki * revert accidental commit * fix referenda precompile unit tests * update config based on polkadot 6372 gov2 config tweaks * fix * Configure moonriver OpenGov (#2038) * configure opengov for movr * Staking precompile: candidateAutoCompoundingDelegationCount (#2037) * candidateAutoCompoundingDelegationCount * Remove unecessary `.into()` Co-authored-by: Amar Singh <[email protected]> * typo Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Amar Singh <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> * precompiles * address some review todos not done yet * Fixes balance smoke test (#2040) Co-authored-by: Crystalin None <[email protected]> * trackIds getter and full TrackInfo impl with Curves * patch evm version (#2026) * Removes treasurer in Moonriver * Update eth contract code smoke test (#2043) Change account limit * Adds OpenGov to Moonriver (#2041) * Adds OpenGov to Moonriver * Updates Moonbase * fmt * fixes test * fix impoty Co-authored-by: nanocryk <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Alan Sapede <[email protected]> Co-authored-by: Crystalin None <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Tim B <[email protected]> * remove TryFrom u8 impl for Origin unused * split convictionVoting vote into voteYes and voteNo so can add voteAbstain in future version without breaking backwards compatibility * fix consistent conversion test * follow suggestions * add doc note to removeOtherVote * fix Co-authored-by: nanocryk <[email protected]> Co-authored-by: librelois <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Alan Sapede <[email protected]> Co-authored-by: Crystalin None <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Tim B <[email protected]>
imstar15
pushed a commit
to AvaProtocol/moonbeam
that referenced
this pull request
May 16, 2023
Change account limit
imstar15
pushed a commit
to AvaProtocol/moonbeam
that referenced
this pull request
May 16, 2023
* stash precompile changes in other branch and push pallet changes leaking std librar * still leaking std * using sp std phantomdata did not fix * ty @nanocryk for std leak fix * init referenda precompile needs tryfrom u8 for origins * referenda submit precompile fn * signed extrinsics for referenda precompile * preimage precompile * init conviction voting precompile * referenda delegate undelegate unlock * fixes * fix * clean * improve revert reasons for class and index inputs * clean * init accessors and clean * referenda precompile * clean * clean and init referenda precompile interface * fix merge * try mock referenda precompile but did not succeed * save * fix referenda mock * add dot sol files for preimage and voting * add to moonbase precompiles * fix * precompile existence test fix * update solidity addresses as per moonbase config * rename standard vote to vote in conviction voting pallet * start moving origins out of pallet and using additional generic instead * fix finish moving pallet custom origins back into runtime * add opengov precompiles in proxy evm filter * SolidityConvert no longer necessary Co-authored-by: Éloïs <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> * rm SolidityConvert and add Conviction enum * use trackId as input for submit instead of origin and convert from trackId to origin based on mapping * camelCase error msgs Co-authored-by: Éloïs <[email protected]> * Update precompiles/referenda/src/lib.rs Co-authored-by: Éloïs <[email protected]> * fix conviction precompile interface * fix referenda precompile interface * test to ensure all tracks have min enactment period less than vote locking period * update tracks based on wiki * revert accidental commit * fix referenda precompile unit tests * update config based on polkadot 6372 gov2 config tweaks * fix * Configure moonriver OpenGov (moonbeam-foundation#2038) * configure opengov for movr * Staking precompile: candidateAutoCompoundingDelegationCount (moonbeam-foundation#2037) * candidateAutoCompoundingDelegationCount * Remove unecessary `.into()` Co-authored-by: Amar Singh <[email protected]> * typo Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Amar Singh <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> * precompiles * address some review todos not done yet * Fixes balance smoke test (moonbeam-foundation#2040) Co-authored-by: Crystalin None <[email protected]> * trackIds getter and full TrackInfo impl with Curves * patch evm version (moonbeam-foundation#2026) * Removes treasurer in Moonriver * Update eth contract code smoke test (moonbeam-foundation#2043) Change account limit * Adds OpenGov to Moonriver (moonbeam-foundation#2041) * Adds OpenGov to Moonriver * Updates Moonbase * fmt * fixes test * fix impoty Co-authored-by: nanocryk <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Alan Sapede <[email protected]> Co-authored-by: Crystalin None <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Tim B <[email protected]> * remove TryFrom u8 impl for Origin unused * split convictionVoting vote into voteYes and voteNo so can add voteAbstain in future version without breaking backwards compatibility * fix consistent conversion test * follow suggestions * add doc note to removeOtherVote * fix Co-authored-by: nanocryk <[email protected]> Co-authored-by: librelois <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Alan Sapede <[email protected]> Co-authored-by: Crystalin None <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Tim B <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
B0-silent
Changes should not be mentioned in any release notes
D2-notlive
PR doesn't change runtime code (so can't be audited)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change account batch limit to not trigger limiter thresholds.