Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add Deposit and Withdraw Events to Balances Pallet #9425

Merged
29 commits merged into from
Oct 11, 2021
Merged

Commits on Jul 23, 2021

  1. add Deposit and Withdraw events to balances

    + add deposit_event() calls where appropriate to signal fund movement
    + adjust and extend tests
    apopiak committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    63704c7 View commit details
    Browse the repository at this point in the history
  2. line length

    apopiak committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    5ebddce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bea9cb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    579a48c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. bump spec_version

    apopiak committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    91862d2 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    apopiak committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    831b035 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

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

    apopiak committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    59c54b5 View commit details
    Browse the repository at this point in the history
  3. adjust import bench comment

    apopiak committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    5bdc024 View commit details
    Browse the repository at this point in the history
  4. fix typo and formatting

    apopiak committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    96eb842 View commit details
    Browse the repository at this point in the history
  5. adjust event number

    apopiak committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    bb78c63 View commit details
    Browse the repository at this point in the history
  6. fix copy pasta

    apopiak committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    3cddb5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12b2687 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. fix contracts pallets tests

    apopiak committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f20e5a4 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    apopiak committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    7febf6e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. WIP fix events in tests

    apopiak committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    99550c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

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

Commits on Oct 7, 2021

  1. Merge branch 'apopiak/balances-events' of github.com:paritytech/subst…

    …rate into apopiak/balances-events
    apopiak committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6d9c73c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bdc33a View commit details
    Browse the repository at this point in the history
  3. fix offences tests

    apopiak committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6d62ae4 View commit details
    Browse the repository at this point in the history
  4. fix tests

    apopiak committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e646900 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e0cce5 View commit details
    Browse the repository at this point in the history
  6. cargo +nightly fmt

    apopiak committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    a897bf1 View commit details
    Browse the repository at this point in the history
  7. fix contracts pallets tests

    apopiak committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    dd75a03 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. cargo +nightly fmt

    apopiak committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    fef4b75 View commit details
    Browse the repository at this point in the history
  2. fix offences tests

    apopiak committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    928b2f5 View commit details
    Browse the repository at this point in the history
  3. formatting and compile fixes

    apopiak committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    ce1aa09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f09fd5e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

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