-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: internal objects optimization (BaseAccount, Balance & Supply) (#…
…320) * 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 * 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 * docs: modify changelog * fix: apply comment Co-authored-by: Woosang Son <woosang.son@linecorp.com>
- Loading branch information
Showing
15 changed files
with
584 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.