Skip to content
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

Add XCM DryRun and LocationToAccount runtime APIs to all runtimes #2980

Merged
merged 68 commits into from
Oct 2, 2024

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    1b0a25e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    0fa229f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4382107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    740cd83 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. update imports

    gonzamontiel committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f1d5a15 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    acb3659 View commit details
    Browse the repository at this point in the history
  2. Add step to Build workflow to check for WASM runtime sizes (#2888)

    * add simple wasm size check
    
    * only run on pull requests
    
    * add Github token to env
    
    * fix download dir name
    
    * try comparing previous and current runtimes
    
    * change master branch with dynamic target branch ref
    
    * add comparison to latest release
    
    * test with older release
    
    * download from release instead of workflow artifact
    
    * debug release tag not saved to env
    
    * debug some more
    
    * use gh cli to get releases instead of git tag
    
    * use gh api instead of releases
    
    * remove get build id & fix awk parsing
    
    * build runtimes with _, releases with -
    
    * add comment to PR and format msg
    
    * use markdown report & replace comment
    
    * cat report & fix comment formatting
    
    * add twiggy diff reports as artifacts
    
    * use upload v4 & create reports dir
    
    * rm: deprecated ::set-output cmd
    pLabarta authored and gonzamontiel committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    42a12fd View commit details
    Browse the repository at this point in the history
  3. add log event (#2918)

    RomarQ authored and gonzamontiel committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    22541c9 View commit details
    Browse the repository at this point in the history
  4. Extract Storage Read costs for dev tests involved in #2786 (#2915)

    * add: storage read cost constant
    
    * update test-pov
    
    * update xcm-v3 tests
    
    * update xcm-v4 tests
    
    * add storage read gas cost to constants
    
    * update test-precompile
    
    * load constant in beforeAll
    
    * replace gas cost with weight to gas ratio
    pLabarta authored and gonzamontiel committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    375d009 View commit details
    Browse the repository at this point in the history
  5. Fix auto-pause xcm: incoming XCMP messages where dropped when auto-pa…

    …use (#2913)
    
    * chore: rename crate manual-xcm-rpc -> moonbeam-dev-rpc
    
    * add RPC method test_skipRelayBlocks
    
    * allow Root to resume XCM execution
    
    * update moonkit pin
    
    * add dev-test that trigger auto-pause of xcm
    
    * prettier
    
    * dev test auto-pause xcm: remove unused imports & improve test scenario
    
    * add pallet-emergency-para-xcm to moonriver
    
    * add pallet-emergency-para-xcm to moonbeam
    
    * apply review suggestions
    librelois authored and gonzamontiel committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9f7daa1 View commit details
    Browse the repository at this point in the history
  6. Set the block size to 60mln gas for moonbeam (#2921)

    * set the block size to 60mln gas for moonbeam
    
    * update mbip-5 value in test
    noandrea authored and gonzamontiel committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    631077f View commit details
    Browse the repository at this point in the history
  7. Add pallet_parameters (moonbase only) (#2923)

    * add pallet parameters
    
    * XcmFeesAccount
    
    * add copyrights
    
    * add FeesTreasuryProportion
    ---------
    
    Co-authored-by: Rodrigo Quelhas <[email protected]>
    2 people authored and gonzamontiel committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d84c61f View commit details
    Browse the repository at this point in the history
  8. make moonbeam compile

    gonzamontiel committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e0e8267 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d95ff88 View commit details
    Browse the repository at this point in the history
  10. remove unused import

    gonzamontiel committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fd33a25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6362bb7 View commit details
    Browse the repository at this point in the history
  12. update config for tests

    gonzamontiel committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    800d803 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ba6607 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    b9a8235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b069da View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Revert "apply TransactionPov changes"

    This reverts commit 4382107.
    gonzamontiel committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    31637d3 View commit details
    Browse the repository at this point in the history
  2. update cargo lock pins

    gonzamontiel committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a008431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65eb283 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Make cargo test compile

    * Add XcmRecorder to XcmConfig
    * Add VersionWrapper to hrmp::COnfig
    * Remove code from deprecated pallet treasury
    * Remove code from deprecated DmpQueue
    * Remove code from deprecated XCMV2
    gonzamontiel committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a5a9048 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    4c00b9e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    fd62226 View commit details
    Browse the repository at this point in the history
  2. fix tests

    gonzamontiel committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    95783df View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix remaining dev tests

    gonzamontiel committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    705eca7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix licenses

    gonzamontiel committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1c08dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b326d63 View commit details
    Browse the repository at this point in the history
  3. remove unused patch

    gonzamontiel committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7456ad7 View commit details
    Browse the repository at this point in the history
  4. fix linters

    gonzamontiel committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    15086d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87acd36 View commit details
    Browse the repository at this point in the history
  6. fix lazy loading

    gonzamontiel committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    66bbfc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22e52d3 View commit details
    Browse the repository at this point in the history
  8. update frontier pin

    gonzamontiel committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    90e42e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    b8fff6b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into moonbeam-polkadot-s…

    …table2407
    
    # Conflicts:
    #	Cargo.lock
    gonzamontiel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    174674a View commit details
    Browse the repository at this point in the history
  3. update polkadot sdk pin

    gonzamontiel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    10f3334 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed46225 View commit details
    Browse the repository at this point in the history
  5. simplify script

    gonzamontiel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    94d0daa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5307533 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e09df39 View commit details
    Browse the repository at this point in the history
  8. use latest version of nextest

    RomarQ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e473197 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    abd48b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge remote-tracking branch 'origin/master' into moonbeam-polkadot-s…

    …table2407
    
    # Conflicts:
    #	Cargo.toml
    #	node/service/src/chain_spec/test_spec.rs
    gonzamontiel committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9cfc747 View commit details
    Browse the repository at this point in the history
  2. Update precompiles/collective/src/mock.rs

    Co-authored-by: Rodrigo Quelhas <[email protected]>
    gonzamontiel and RomarQ authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f19c9ef View commit details
    Browse the repository at this point in the history
  3. apply review suggestions

    gonzamontiel committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6daef57 View commit details
    Browse the repository at this point in the history
  4. Revert "apply review suggestions"

    This reverts commit 6daef57.
    gonzamontiel committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f7b044c View commit details
    Browse the repository at this point in the history
  5. apply review suggestions

    gonzamontiel committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    912650e View commit details
    Browse the repository at this point in the history
  6. fix lazy-loading

    RomarQ committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    97fe208 View commit details
    Browse the repository at this point in the history
  7. re add reset_issuance

    gonzamontiel committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e12e8e5 View commit details
    Browse the repository at this point in the history
  8. add missing weights

    gonzamontiel committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e96f38f View commit details
    Browse the repository at this point in the history
  9. remove unused var

    gonzamontiel committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    23bc9be View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. add TS tests

    Agusrodri committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b9cf00e View commit details
    Browse the repository at this point in the history
  2. cleanup

    Agusrodri committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d3a91c0 View commit details
    Browse the repository at this point in the history
  3. fmt

    Agusrodri committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c5a9d96 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    88e14af View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    a233a0a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    76ac5d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa1324d View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    gonzamontiel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8111ba7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09eddbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0fb852 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    966083a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb1bbe5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    105fb2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89bd68c View commit details
    Browse the repository at this point in the history