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

Update moonbeam to polkadot stable2407 #2932

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

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