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

feat: merge wasmd v0.27.0 #570

Merged
merged 144 commits into from
Jul 8, 2022
Merged

feat: merge wasmd v0.27.0 #570

merged 144 commits into from
Jul 8, 2022

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    8e5f86d View commit details
    Browse the repository at this point in the history
  2. Fix inconsistent return of contractAddress from keeper/init()

    This will not affect functionality whatsoever, it just makes for a more consistent code, as discussed in issue #616.
    assafmo authored and shiki-tak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    51db87b View commit details
    Browse the repository at this point in the history
  3. Handle contract info query

    alpe authored and shiki-tak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    5eaa33d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7596bc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eba1387 View commit details
    Browse the repository at this point in the history
  6. Adjust gas prices in tests

    ethanfrey authored and shiki-tak committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    40a4f52 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Query all pinned code ids

    alpe authored and shiki-tak committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    566713c View commit details
    Browse the repository at this point in the history
  2. Upgrade wasmvm-v1.0.0-soon2

    alpe authored and shiki-tak committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    a488fab View commit details
    Browse the repository at this point in the history
  3. Benchmarks for gas pricing

    ethanfrey authored and shiki-tak committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    f985d50 View commit details
    Browse the repository at this point in the history
  4. Update gas costs

    alpe authored and shiki-tak committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    c1d2cb5 View commit details
    Browse the repository at this point in the history
  5. fix: fix build error

    shiki-tak committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    4e90a9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ff106e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43d8345 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Fix message representation for signing

    alpe authored and shiki-tak committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    5e4eb96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d247e9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    763762e View commit details
    Browse the repository at this point in the history
  4. Disable false positive

    alpe authored and shiki-tak committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c62d0d9 View commit details
    Browse the repository at this point in the history
  5. Open read access to sequences

    alpe authored and shiki-tak committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c2b8b3c View commit details
    Browse the repository at this point in the history
  6. Limit simulation gas

    alpe authored and shiki-tak committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    aa6e12a View commit details
    Browse the repository at this point in the history
  7. fix: build error

    shiki-tak committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    95f7d37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac0957c View commit details
    Browse the repository at this point in the history
  9. Implement PinCode and UnpinCode proposal client handlers (#707)

    * Implement PinCodes proposal cli
    
    * Implement UnpinCodes proposal cli
    
    * Fix descriptions
    
    * Apply suggestions from code review
    
    Co-authored-by: Alexander Peters <[email protected]>
    
    Co-authored-by: Alexander Peters <[email protected]>
    2 people authored and shiki-tak committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    0aa7bff View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Upgrade wasmvm to v1.0.0-beta5

    alpe authored and shiki-tak committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    dbf864e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Upgrade to cosmos-sdk v0.45.0

    alpe authored and shiki-tak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    68a1a39 View commit details
    Browse the repository at this point in the history
  2. Proper systemerror follow-up

    maurolacy authored and shiki-tak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    06c83fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86d0a86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2c461e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa95a2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1d1e12 View commit details
    Browse the repository at this point in the history
  7. Fixed error message capitalization

    ethanfrey authored and shiki-tak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0fb3d3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1e6f74 View commit details
    Browse the repository at this point in the history
  9. Compile proto files

    shiki-tak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    dde48d8 View commit details
    Browse the repository at this point in the history
  10. Registered new proposal types

    ethanfrey authored and shiki-tak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a539857 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c612791 View commit details
    Browse the repository at this point in the history
  12. Wire up proposal handlers

    ethanfrey authored and shiki-tak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b3ec5ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ee96128 View commit details
    Browse the repository at this point in the history
  14. Add rest routes for proposals;

    ethanfrey authored and shiki-tak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ba93d96 View commit details
    Browse the repository at this point in the history
  15. Add tests for Rest client

    ethanfrey authored and shiki-tak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    72266ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f9be9b2 View commit details
    Browse the repository at this point in the history
  17. Remove RunAs from Migrate proposal

    ethanfrey authored and shiki-tak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    12faa2d View commit details
    Browse the repository at this point in the history
  18. fix tests

    ethanfrey authored and shiki-tak committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d13503b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    21163d8 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5b639c7 View commit details
    Browse the repository at this point in the history
  3. Minor integration support

    alpe authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    275e1c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ccbd77 View commit details
    Browse the repository at this point in the history
  5. Replace custom codec with sdk codec

    alpe authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a8c5282 View commit details
    Browse the repository at this point in the history
  6. Redact errors returned in reply

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a5acf9f View commit details
    Browse the repository at this point in the history
  7. Fix lint error, failing test

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    d672287 View commit details
    Browse the repository at this point in the history
  8. Fix submessage tests

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    abc8088 View commit details
    Browse the repository at this point in the history
  9. Adjust error string

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    fe5cf17 View commit details
    Browse the repository at this point in the history
  10. Handle nil logger again

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    3308c2d View commit details
    Browse the repository at this point in the history
  11. Revert "Handle nil logger again"

    This reverts commit 66ac1f58ce7e4976bd77f9236ced388cb9259fc1.
    alpe authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    1e77542 View commit details
    Browse the repository at this point in the history
  12. Fix test setup and assertions

    alpe authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e485eb5 View commit details
    Browse the repository at this point in the history
  13. Add no admin flag for gov

    alpe authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6225729 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    809883d View commit details
    Browse the repository at this point in the history
  15. Make utils methods public

    pinosu authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ee91fa3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    62e2ba7 View commit details
    Browse the repository at this point in the history
  17. Redact query errors

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b5362ba View commit details
    Browse the repository at this point in the history
  18. Add deny list for some grpc queries

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7684efc View commit details
    Browse the repository at this point in the history
  19. fix: build error

    shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e24b4c4 View commit details
    Browse the repository at this point in the history
  20. Make type conversion helpers public

    alpe authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e395e2f View commit details
    Browse the repository at this point in the history
  21. cleanup from PR comments

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cd78988 View commit details
    Browse the repository at this point in the history
  22. fix: rename path

    shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    3a7a96e View commit details
    Browse the repository at this point in the history
  23. Improve how we redact query errors

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    324b727 View commit details
    Browse the repository at this point in the history
  24. Skip a few more tests on m1

    ethanfrey authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ce654a8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d21ed2a View commit details
    Browse the repository at this point in the history
  26. fix: close iterators

    albertchon authored and shiki-tak committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cebe17d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7ca8673 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Add more tests for event edge cases

    alpe authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    b689f00 View commit details
    Browse the repository at this point in the history
  2. fix: build error

    shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    35e17c4 View commit details
    Browse the repository at this point in the history
  3. Unpack contract details from genesis

    alpe authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    596bf38 View commit details
    Browse the repository at this point in the history
  4. Revisit gov params doc and tests

    alpe authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1672d37 View commit details
    Browse the repository at this point in the history
  5. Add missing sudo and execute to codec

    the-frey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9beb9db View commit details
    Browse the repository at this point in the history
  6. Add a basic validation test

    the-frey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e874cf6 View commit details
    Browse the repository at this point in the history
  7. Disable stargate queries

    webmaster128 authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5d9946d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aca49b5 View commit details
    Browse the repository at this point in the history
  9. Add ExecuteContractProposal test

    the-frey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e4a9894 View commit details
    Browse the repository at this point in the history
  10. Make MaxLabelSize a var not const

    ethanfrey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6be179a View commit details
    Browse the repository at this point in the history
  11. Add and test JSON object matcher

    webmaster128 authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    606ba24 View commit details
    Browse the repository at this point in the history
  12. fix: fix import

    shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    64da1eb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    81823ed View commit details
    Browse the repository at this point in the history
  14. Add WasmSnapshotter

    assafmo authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    930c4c0 View commit details
    Browse the repository at this point in the history
  15. Make snapshot from keeper

    ethanfrey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1e31d3c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    de4689a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4e2e7c4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a8ce0cc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    69cd2b3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    713a951 View commit details
    Browse the repository at this point in the history
  21. Fix linting errors

    ethanfrey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0f3fb97 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6c33a30 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1689a19 View commit details
    Browse the repository at this point in the history
  24. Start testing snapshots

    ethanfrey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    34df544 View commit details
    Browse the repository at this point in the history
  25. Basic tend to end test for no errors

    ethanfrey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a3c98e1 View commit details
    Browse the repository at this point in the history
  26. Address @giansalex PR comments

    ethanfrey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    516d24d View commit details
    Browse the repository at this point in the history
  27. Updates inspired by @giansalex branch

    ethanfrey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e0ea888 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6cc82c5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8432d2b View commit details
    Browse the repository at this point in the history
  30. Cleanup from Simon's comments

    ethanfrey authored and shiki-tak committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    100e4b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    a974edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    febb194 View commit details
    Browse the repository at this point in the history
  3. Add instantiate-nobody flag to cli store cmd (#827)

    * add instantiate-nobody flag to cli store cmd
    
    * add flag to genesis store cmd
    
    * update flag description
    jhernandezb authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5eb0a99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9359d65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a93cf4 View commit details
    Browse the repository at this point in the history
  6. Minor test update

    alpe authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    de133ca View commit details
    Browse the repository at this point in the history
  7. Fix linter warnings

    alpe authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    01030e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4ed0e6 View commit details
    Browse the repository at this point in the history
  9. fix: build error

    shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    0abdd6a View commit details
    Browse the repository at this point in the history
  10. Fix contract path in simulations

    alpe authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    fef78a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    364346e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2c0bf8 View commit details
    Browse the repository at this point in the history
  13. Minor godoc update

    alpe authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f9573e6 View commit details
    Browse the repository at this point in the history
  14. Bump wasmvm to v1.0.0-rc.0

    alpe authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    bd104e1 View commit details
    Browse the repository at this point in the history
  15. Add libwasm-version query command

    jhernandezb authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f2fc24a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    44e8e5d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e8a1a61 View commit details
    Browse the repository at this point in the history
  18. add to EnableAllProposals

    jhernandezb authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9456862 View commit details
    Browse the repository at this point in the history
  19. add tests

    jhernandezb authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a85ff59 View commit details
    Browse the repository at this point in the history
  20. fix: fix test error

    shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    feea968 View commit details
    Browse the repository at this point in the history
  21. Add handlers

    jhernandezb authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    2894e75 View commit details
    Browse the repository at this point in the history
  22. add code-info query command

    jhernandezb authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    83cdcc3 View commit details
    Browse the repository at this point in the history
  23. fix missing gov registration type

    jhernandezb authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    4e8029e View commit details
    Browse the repository at this point in the history
  24. address code review comments

    jhernandezb authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    8e0ef5c View commit details
    Browse the repository at this point in the history
  25. fix error message

    jhernandezb authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    b360591 View commit details
    Browse the repository at this point in the history
  26. update proto field name

    jhernandezb authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f7f39aa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e003aae View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3e4ba9b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cb271f2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f4bb19c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    78dcab0 View commit details
    Browse the repository at this point in the history
  32. fix: test error

    shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    bae4439 View commit details
    Browse the repository at this point in the history
  33. Use wasmvm import consistently

    webmaster128 authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    8544575 View commit details
    Browse the repository at this point in the history
  34. Prepare release notes for 0.27

    ethanfrey authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    85751fa View commit details
    Browse the repository at this point in the history
  35. Create query stack size limit

    webmaster128 authored and shiki-tak committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    77cc9aa View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. fix: fix test error

    shiki-tak committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    73ea0c2 View commit details
    Browse the repository at this point in the history
  2. fix: lint error

    shiki-tak committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    f4f534a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe027e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5775f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. chore: coverage up

    shiki-tak committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f38b645 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    cce1ef5 View commit details
    Browse the repository at this point in the history
  2. fix: fix protobuf path

    shiki-tak committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c1d3995 View commit details
    Browse the repository at this point in the history
  3. fix: apply review

    shiki-tak committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    18ae5e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d704996 View commit details
    Browse the repository at this point in the history
  5. chore: adjust gas

    shiki-tak committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    7955f0b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. chore: update go.mod

    shiki-tak committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    dba039e View commit details
    Browse the repository at this point in the history