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: internal objects optimization (BaseAccount, Balance & Supply) #320

Merged
merged 6 commits into from
Sep 10, 2021

Commits on Sep 9, 2021

  1. perf: internal objects optimization (BaseAccount, Balance & Supply)

    * replaced cdc.(Un)MarshalInterface() with protobuf (Un)Marshal for
      internal objects: BaseAccount, Balance & Supply
    * PubKey in BaseAccount has three seperate entries for publick keys to
      avoid MarshalInterface.
    * custom json marshaler for BaseAccount to show a single pub key for
      json compatibility
    iproudhon committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    d49fb2e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. feat: integrate ostracon (#317)

    * fix: treat addresses as strings
    
    * fix: compile errors, test failures
    
    * fix: works-1
    
    * feat: integrate ostracon
    
    * fix: bump up ostracon
    
    * fix: lint error
    
    * fix: bump up ostracon
    
    * fix: self review
    
    * fix: modify changelog
    
    * fix: disable arm building
    
    * fix: bls build failure on arm
    
    * fix: bls build failure on arm
    
    * fix: bls build failure on arm
    Woosang Son authored and iproudhon committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    129680d View commit details
    Browse the repository at this point in the history
  2. docs: modify changelog

    iproudhon committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    4db9899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eccf9e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of github.com:line/lbm-sdk into iproudhon/codec-u…

    …pdate
    egonspace committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    2b35002 View commit details
    Browse the repository at this point in the history
  5. fix: apply comment

    egonspace committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    03eaea8 View commit details
    Browse the repository at this point in the history