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

denominated units for balances in events #750

Merged
merged 26 commits into from
Oct 28, 2022
Merged

Commits on Sep 19, 2022

  1. denominated units for balances in events

    SkymanOne committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    a826767 View commit details
    Browse the repository at this point in the history
  2. fmt and changelog

    SkymanOne committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ae983f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. denominated input for balances

    SkymanOne committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1da093f View commit details
    Browse the repository at this point in the history
  2. fix spelling

    SkymanOne committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    7e76f62 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    a6e916d View commit details
    Browse the repository at this point in the history
  2. add test for incorrect token symbol

    SkymanOne committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3317435 View commit details
    Browse the repository at this point in the history
  3. optimise rpc calls for token metadata

    SkymanOne committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9d801b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. bump subxt, add Compact compatibility

    SkymanOne committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    3252aee View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. replace f64 with rust_decimal

    SkymanOne committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    130cdfc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into gn-denominated-units

    SkymanOne committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    375467d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. more comprehensive denomination

    SkymanOne committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    af9c9bc View commit details
    Browse the repository at this point in the history
  2. covering edge case with small values

    SkymanOne committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    e53326a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. more tests and docs

    SkymanOne committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3a573b7 View commit details
    Browse the repository at this point in the history
  2. context for balance overflows

    SkymanOne committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    54a340a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merge branch 'master' into gn-denominated-units

    SkymanOne committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    2acaf7f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. tested conversion from u128

    SkymanOne committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8bd6e3a View commit details
    Browse the repository at this point in the history
  2. more tests and better conditionals

    SkymanOne committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    cd6a6a6 View commit details
    Browse the repository at this point in the history
  3. include suggestions from review

    SkymanOne committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7e1336d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Merge branch 'master' into gn-denominated-units

    SkymanOne committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    f00c621 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. apply changes from review

    SkymanOne committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    569e8ae View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. inline unwrap and formatting

    SkymanOne committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    522d807 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. more clarity in string parsing for balances

    SkymanOne committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c554945 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into gn-denominated-units

    SkymanOne committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    73db71f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. checked mul and renamed Kilo symbol

    SkymanOne committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5329638 View commit details
    Browse the repository at this point in the history
  2. better comments for error and bumped wasm-opt

    SkymanOne committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    6814589 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into gn-denominated-units

    SkymanOne committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    a0e1497 View commit details
    Browse the repository at this point in the history