Skip to content

Conversation

@timbrinded
Copy link
Contributor

Change account batch limit to not trigger limiter thresholds.

@timbrinded timbrinded added B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime code (so can't be audited) labels Jan 17, 2023
@timbrinded timbrinded requested a review from crystalin January 17, 2023 08:35
@timbrinded timbrinded merged commit 44508cd into master Jan 17, 2023
@timbrinded timbrinded deleted the timbo-fix-eth-code-smoke branch January 17, 2023 09:00
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
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)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants