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

perf!: Add HasAccount to the AuthKeeper to save protobuf decoding time #10022

Merged
merged 7 commits into from
Aug 31, 2021

Commits on Aug 28, 2021

  1. Add HasAccount to the AuthKeeper to save protobuf decoding time

    We found in the Osmosis epoch time, the many accesses to GetAccount's proto unmarshalling was a significant slowdown.
    This adds a HasAccount method to the AuthKeeper, and fixes one unnecessary spot that it appears within in SendCoins
    ValarDragon committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    35544bd View commit details
    Browse the repository at this point in the history
  2. Update Spec

    ValarDragon committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    177a6d0 View commit details
    Browse the repository at this point in the history
  3. Add Changelog entry

    ValarDragon committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    2dd1813 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

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

Commits on Aug 30, 2021

  1. Update x/auth/keeper/account.go

    Co-authored-by: Federico Kunze Küllmer <[email protected]>
    ValarDragon and fedekunze authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    ff7e8e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bfce12 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

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