-
Notifications
You must be signed in to change notification settings - Fork 335
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
move mb-session impl dependencies to impls module #2
Merged
Conversation
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
11 tasks
notlesh
added a commit
that referenced
this pull request
Dec 3, 2021
* Add missing imports * Make staking compile for try-runtime tests (#1014) * fix * fix lack of From impl compilation error Co-authored-by: Amar Singh <[email protected]>
librelois
added a commit
that referenced
this pull request
Dec 7, 2021
* add feature force-debug for all runtimes * apply toml_sort * fix: AccountId20 must impl Debug (#1054) * Adds github token to generate runtime script (#1055) * Fix staking try runtime (attempt #2) (#1056) * Add missing imports * Make staking compile for try-runtime tests (#1014) * fix * fix lack of From impl compilation error Co-authored-by: Amar Singh <[email protected]> * Bake Moonbeam spec into the binary (#1063) * copy spec from moonbeam-networks * add bootnodes * 👩🍳 Bake it * Add CI workflow "Create client release ticket" (#1047) * Add CI workflow "Create client release ticket" * make the text impersonal * editorconfig * commit suggestions * Add CI workflow "Create runtime release ticket" (#1062) * Add CI workflow "Create runtime release ticket" * add substitutes step Co-authored-by: Alan Sapede <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Amar Singh <[email protected]> Co-authored-by: Joshy Orndorff <[email protected]>
tgmichel
added a commit
that referenced
this pull request
Dec 24, 2021
* v0.9.13 update * update utils to revert instead of error (using gasometer) * improve try_dispatch util * update assets-erc20 precompile set * update balances-erc20 precompile * update crowdloan-rewards precompile * update democracy precompile * update parachain-staking precompile * update relay-encoder precompile * update xcm-transactor precompile * update xtokens precompile + remove refactored file * update utils tests * update asset-erc20 precompile mock/test * update balances-erc20 precompile mock/test * update crowdloan-rewards precompile mock/test * update pallet-democracy precompile mock/test * update parachain-staking precompile mock/test * update relay-encoder precompile mock/test * update xcm-transactor precompile mock/test * update xtokens precompile mock/test * toml-sort * line length * `TxPoolRuntimeApi` version 2 * Ethereum typed transactions * PrecompilesType / Value for runtimes * Add pallet_utility PalletOrigin assoc type * Add pallet_scheduler OriginPrivilegeCmp assoc type * Update EthereumRuntimeRPCApi `call` and `create` * Handle typed transactions in `impl_self_contained_call` * Update precompiles `PrecompileResult` + `is_static` + `is_precompile` * Just match for input.len * fmt * Fix Erc20AssetsPrecompileSet * Update StorageProvider impl * Update service ConvertTransaction * Remove service deprecated fields * Add spawn task groups * Add genesis schema to `frontier-schema-cache-task` * More fixes :) * Update tests * fmt * Remove parachain_id cli arg usage * tests precompiles reverts * `call_max_size` test for runtimes * Filtered calls now return CallFiltered error * VersionedMultiLocation needs to be Boxed * Update xm-transactor tests * fmt * Update pallet-maintenance-mode tests * Update frontier pin * (ts test) update polkadotApi.tx.evm.call args * Update frontier pin * Add storage_schema to pallet-ethereum GenesisConfig * Include EthereumStorageSchema::V2 in map + update frontier-schema-cache-task * fmt * toml-sort * Update tests * Add `pallet-base-fee` * Use current base fee on precompile ts tests * Update frontier pin * Remove pallet ethereum configurable genesis schema * Add tests for each type of transaction (#1040) * Update `TransactionOptions` iface to 1559 fields * Update tests to pass full `context` instead `web3` * Include type and chainId in `createTransaction` * add describeDevMoonbeamAllEthTxTypes to relevant tests * Remove create blocks not needed Co-authored-by: tgmichel <[email protected]> * Impl `OnChargeEVMTransaction` in moonbase runtime * Fix eth txn fee handling for `verifyLatestBlockFees` tests * checker * Update `open-runtime-module-library` pin * Update dep pin * Update polkadot pin * usee struct literal syntax * Pin substrate democracy vote events * fmt * Remove unused import * Fix crowdloan ts test * add feature force-debug for all runtimes (#1053) * add feature force-debug for all runtimes * apply toml_sort * fix: AccountId20 must impl Debug (#1054) * Adds github token to generate runtime script (#1055) * Fix staking try runtime (attempt #2) (#1056) * Add missing imports * Make staking compile for try-runtime tests (#1014) * fix * fix lack of From impl compilation error Co-authored-by: Amar Singh <[email protected]> * Bake Moonbeam spec into the binary (#1063) * copy spec from moonbeam-networks * add bootnodes * 👩🍳 Bake it * Add CI workflow "Create client release ticket" (#1047) * Add CI workflow "Create client release ticket" * make the text impersonal * editorconfig * commit suggestions * Add CI workflow "Create runtime release ticket" (#1062) * Add CI workflow "Create runtime release ticket" * add substitutes step Co-authored-by: Alan Sapede <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Amar Singh <[email protected]> Co-authored-by: Joshy Orndorff <[email protected]> * Girazoki xtokens fee with extrinsic (#1007) * change xtokens precompile to accept new extrinsic * Remove left over encoding file * Cleanup * Rust integration tests * MOdify typescript tests to try with_Fee extrinsics * Commit the compiled contract * Point to latest * Re-update cargo lock * Mimic upstream changes * Update lock * toml formatter * Fix test * Fix test * Adapt to distinct eth tx type * Updates test setup for parachain tests * Updates polkadot-launch version * Naming convention * Update crowdloan-rewards pin * Re-introduce `parachain-id` cli arg * Upate nimbus pin * Update pallet democracy precompile tests * pin shiny new nimbus branch * fix Cargo.lock reversions. I wonder why that happened. * Bring manual seal hotifx into substrate hotfix branch * Fix tests * Update `is_precompile` fn * Update `open-runtime-module-library` pin * Update frontier pin * Follow up merge * FMT * Prettier * Adapt new precompiles to 0.9.13 * unused import after merge * New for precompileset * Fix errors in unitests * Fix unitests * Calls are unfiltered now * Update frontier pin * Update ts test `test-balance-transfer` with pending * Update ts test `test-contract-creation` with pending * Prettify * Update `test-pallet-maintenance-mode` * Fix substrate version * Fixes test setup Co-authored-by: nanocryk <[email protected]> Co-authored-by: Antoine Estienne <[email protected]> Co-authored-by: Éloïs <[email protected]> Co-authored-by: Alan Sapede <[email protected]> Co-authored-by: Stephen Shelton <[email protected]> Co-authored-by: Amar Singh <[email protected]> Co-authored-by: Joshy Orndorff <[email protected]> Co-authored-by: girazoki <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Joshy Orndorff <[email protected]>
warfollowsme
added a commit
to warfollowsme/moonbeam
that referenced
this pull request
Feb 14, 2022
crystalin
pushed a commit
that referenced
this pull request
Feb 21, 2022
* convert pallet-assets events to struct types * change events call * fixed syntax errors * fmt diffs * fmt fixes part 2 * changed the use of events in tests * changed the use of events in precompiles tests * fmt fixes * fixed typos * fixed unit test errors * fixed unit test errors #2 * fixed double_registration_costs unit test * migration_should_only_be_invoked_once fixed * unit tests typo fixed
imstar15
pushed a commit
to imstar15/moonbeam
that referenced
this pull request
Nov 16, 2022
…/staking-add-remove-using-paired-token MultiTokenParachainStaking - Use PairedOrLiquidityToken to add or rem…
imstar15
pushed a commit
to imstar15/moonbeam
that referenced
this pull request
Jan 17, 2023
…undation#2) * Add runtime migration for initializing parachain-staking * Move migration to on_runtime_upgrade hook
timbrinded
added a commit
that referenced
this pull request
Aug 10, 2023
* progress on PoV tests * started precompile migration * finished author precompile tests * bn and callpermit precompiles done * collective precompile done * beginning conviction voting tests * Updated to moonwall4 * fix * added erc20 precompile tests * progress on local asset precompile * Added Local assets tests * modexp tests done * Added proxy tests * progress on proxy tests * finished proxy tests * updated precompile tests * added more precompile tests * progress * added more precompile tests * refactored wormhole tests * added XCM transactor tests * started xcm utils tests * Precompile tests done * done proxy tests * randomness tests * randomness tests * randomness tests * finished randomness tests * added receipt tests * staking tests * more staking tests * more staking * progress * completed staking tests * added subscription tests * added sudo tests * added treasury tests * update moonwall config * added missing conviction tests * txpool progress * tx pool tests done * CI fix * updated prettier CI * editorconfig * pnpm cache * changed CI * fix CI * changes * fix CI * fixed some tests * more test fixes * fixed tests * lint * editor config * pkg fix * updated lockfile * pkg updates * fix import * fix import * archived old-style dev-tests * lint * PR comments * Port ERC20-XCM tests. Add excess gas tests (#2410) * ERC20XCM tests * Add tsx * Moved expect out of xcm helper * Removed unused imports * removed old tests * editorconfig grr * removed smoke tests * Upgraded randomness smoketest * updated randomness comments * Fix conviction MaxVotes (#2401) * Reduce the ConvictionVoting MaxVotes from 512 to 30 * Set MaxVote to 20 * Run toml-sort and update repo reference (#2426) * [MOON-2434] remove deprecated leave delegator functionality (#2349) * remove leave delegator functionality * remove precompile methods * return error for removed call indices * removed scheduleLeaveDelegators calls * de-bun 🫓 the CI * fix * smoke-fix * fixed ci --------- Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Alan Sapede <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Move all the dependencies to satisfy pallet-session/historical and pallet-offences to the
impls
module