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

Polkadot v1.1.0 upgrade #185

Closed
wants to merge 46 commits into from

Commits on Sep 14, 2023

  1. update ACCOUNT_BASIC_PROOF_SIZE constant

    koushiro authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    92268df View commit details
    Browse the repository at this point in the history
  2. use moonbeam fork

    librelois authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d478968 View commit details
    Browse the repository at this point in the history
  3. use moonbeam evm fork

    librelois authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d3799c9 View commit details
    Browse the repository at this point in the history
  4. catch ethereum execution info

    tgmichel authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7512b0f View commit details
    Browse the repository at this point in the history
  5. make Pending storage public

    Agusrodri authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    55cf4dc View commit details
    Browse the repository at this point in the history
  6. refactor evm recursion lock

    librelois authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    721b7b7 View commit details
    Browse the repository at this point in the history
  7. fix benchmarking for different node templates (#179)

    nbaztec authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    06d2703 View commit details
    Browse the repository at this point in the history
  8. create helper function max_transaction_encoded_size

    librelois authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1c9f248 View commit details
    Browse the repository at this point in the history
  9. Fix refund base fee (polkadot-evm#1118)

    tgmichel authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    550ec5a View commit details
    Browse the repository at this point in the history
  10. A new trait for recording foreign metrics

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7f07e26 View commit details
    Browse the repository at this point in the history
  11. Remove Metric trait

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a8d0f3f View commit details
    Browse the repository at this point in the history
  12. rename BasicMetric to Metric

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1303f0c View commit details
    Browse the repository at this point in the history
  13. add unit tests and a new MetricError enum

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8e3fffa View commit details
    Browse the repository at this point in the history
  14. Add ProofSizeMeter

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9143345 View commit details
    Browse the repository at this point in the history
  15. Add ProofSizeMeter to WeightInfo

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c473838 View commit details
    Browse the repository at this point in the history
  16. formatting

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1be13df View commit details
    Browse the repository at this point in the history
  17. Add RefTimeMeter to WeightInfo

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    07ba5f5 View commit details
    Browse the repository at this point in the history
  18. add storage meter to WeightInfo

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7a8c09e View commit details
    Browse the repository at this point in the history
  19. rename metric to resource

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1ab2dc3 View commit details
    Browse the repository at this point in the history
  20. code refactor

    noandrea authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6b41b63 View commit details
    Browse the repository at this point in the history
  21. remove unused functions

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e23b067 View commit details
    Browse the repository at this point in the history
  22. make clippy happy

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fc51e2d View commit details
    Browse the repository at this point in the history
  23. minor improvements

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    534fd4c View commit details
    Browse the repository at this point in the history
  24. rename meter to resource

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5d5d5b0 View commit details
    Browse the repository at this point in the history
  25. compute new storage created by SSTORE

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    faa4424 View commit details
    Browse the repository at this point in the history
  26. revert changes

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8ae7446 View commit details
    Browse the repository at this point in the history
  27. compute storage growth for opcodes

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9236488 View commit details
    Browse the repository at this point in the history
  28. compute the storage quota per tx

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    aa640bf View commit details
    Browse the repository at this point in the history
  29. pin evm temporarily

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8adaac2 View commit details
    Browse the repository at this point in the history
  30. record storage growth for opcodes

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    71d9356 View commit details
    Browse the repository at this point in the history
  31. update GAS_LIMIT_STORAGE_GROWTH_RATIO for tests

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a8cd2a0 View commit details
    Browse the repository at this point in the history
  32. add support to record storage growth for precompiles

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d094584 View commit details
    Browse the repository at this point in the history
  33. fix tests

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    82075c4 View commit details
    Browse the repository at this point in the history
  34. fix formatting

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c26aaf2 View commit details
    Browse the repository at this point in the history
  35. fix storage growth parameters for tests

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    91b8d02 View commit details
    Browse the repository at this point in the history
  36. add rust integration tests

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    359d900 View commit details
    Browse the repository at this point in the history
  37. fix typo

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    51f03bf View commit details
    Browse the repository at this point in the history
  38. fix recording storage growth of a special use case of SSTORE

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2222259 View commit details
    Browse the repository at this point in the history
  39. use saturating add

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    01899fc View commit details
    Browse the repository at this point in the history
  40. minor improvements

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c929018 View commit details
    Browse the repository at this point in the history
  41. add license to meter.rs

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9e47f69 View commit details
    Browse the repository at this point in the history
  42. fix clippy warnings

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8924c07 View commit details
    Browse the repository at this point in the history
  43. pin evm to master

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    18d9071 View commit details
    Browse the repository at this point in the history
  44. update evm to the latest commit

    ahmadkaouk authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4564774 View commit details
    Browse the repository at this point in the history
  45. use the moonbeam-foundation org for the evm dependency

    this change applies only to this branch (moonbeam-polkadot-v0.9.43),
    and it is done to avoid dependencies conflict in the moonbeam
    repository that also uses moonbeam-foundation org for the evm
    dependency.
    noandrea authored and Cem Eliguzel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cc8c93d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Upgrade dependencies to polkadot-v1.1.0

    Cem Eliguzel committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c35e19c View commit details
    Browse the repository at this point in the history