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

Refactor proxy pallet to use Consideration instead #5336

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

Commits on Aug 22, 2024

  1. Refactor proxy pallet to use Consideration trait

    David Kazlauskas committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ae5bbc7 View commit details
    Browse the repository at this point in the history
  2. Rust fmt

    David Kazlauskas committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a11865a View commit details
    Browse the repository at this point in the history
  3. Taplo format

    David Kazlauskas committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    19dd381 View commit details
    Browse the repository at this point in the history
  4. Manual changes for rust formatter

    David Kazlauskas committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    479c15d View commit details
    Browse the repository at this point in the history
  5. Additional prdoc

    David Kazlauskas committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    adb53a0 View commit details
    Browse the repository at this point in the history
  6. Remove dispatch result in infallible function

    David Kazlauskas committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6463236 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Fix typos, comments, remove unneded type annotations

    David Kazlauskas committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ad31477 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Refactor deposits per byte

    David Kazlauskas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    48a0f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd4ae27 View commit details
    Browse the repository at this point in the history
  3. Migrate revive pallet to use new proxy version

    David Kazlauskas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    13636eb View commit details
    Browse the repository at this point in the history
  4. Fix revive test formatting

    David Kazlauskas committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dbd416e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Remove redundant clone

    David Kazlauskas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1d8256b View commit details
    Browse the repository at this point in the history
  2. Syntax sugar to proxy find

    David Kazlauskas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3b14812 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Change AtLeastOneStoragePrice to ZeroFootprintOr

    David Kazlauskas committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9ca8487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6fba2d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Remove Currency from Proxy configuration

    DavidK committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7214145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d98d39f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Create default test config for proxy pallet

    DavidK committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b9991f4 View commit details
    Browse the repository at this point in the history
  2. Formatting fixes

    DavidK committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a9e95d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Use scale encoding size for proxy/announcement

    DavidK committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7cd10a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. ProxiesVec/AnnouncementsVec type aliases

    DavidK committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6f2a372 View commit details
    Browse the repository at this point in the history
  2. Replace log error with defensive! macro

    DavidK committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9d0c627 View commit details
    Browse the repository at this point in the history
  3. Remove balance checks from tests/benchmarks

    DavidK committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    03ecaf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e76c2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0332ab4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    c680f8d View commit details
    Browse the repository at this point in the history
  2. Fix proxy benchmarks

    DavidK committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fc3fa68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    379f80b View commit details
    Browse the repository at this point in the history
  4. Rewrite updating announcements ticket

    DavidK committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4c48256 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e9e2e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Remove ZeroFootprintOr converter

    DavidK committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e19ef78 View commit details
    Browse the repository at this point in the history