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

[pallet_contracts] Increase the weight of the deposit_event host function to limit the memory used by events. #4973

Merged
merged 13 commits into from
Aug 6, 2024

Commits on Jul 8, 2024

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

Commits on Jul 19, 2024

  1. Add memory check

    smiasojed committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    314cf42 View commit details
    Browse the repository at this point in the history
  2. Fix calculations

    smiasojed committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    276a1d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Add prdoc

    smiasojed committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5cf2ef2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Update substrate/frame/contracts/src/lib.rs

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    smiasojed and athei authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3a0e7ef View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Add hash size calculation

    smiasojed committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a3e68b9 View commit details
    Browse the repository at this point in the history
  2. Fmt

    smiasojed committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    907b81e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53294c1 View commit details
    Browse the repository at this point in the history
  4. Fix compilation

    smiasojed committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ef118d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95954bd View commit details
    Browse the repository at this point in the history
  6. Update pr severity

    smiasojed committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0ee8f37 View commit details
    Browse the repository at this point in the history
  7. Add less restrictive check

    smiasojed committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    77d019a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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