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

toward confined protobuf stubs #65

Draft
wants to merge 16 commits into
base: ag-offer-sign
Choose a base branch
from
Draft

toward confined protobuf stubs #65

wants to merge 16 commits into from

Commits on Dec 3, 2023

  1. build(cosmic-proto-es): protobuf-es Quickstart step 1

     - protobuf is a runtime dep
     - buf config
     - generate JS modules from .proto
     - export swingset/msgs etc.
    dckc committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2bcf66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d80520 View commit details
    Browse the repository at this point in the history
  3. chore: add generated modules

    dckc committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3beb7b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9190e0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8434bec View commit details
    Browse the repository at this point in the history
  6. build: run patch-package on postinstall

     - patch-package dep
    dckc committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2c0d21f View commit details
    Browse the repository at this point in the history
  7. build(cosmic-proto-es): lock packages

     - protobuf-es
     - patch-package
    dckc committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    d9515f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7f249e View commit details
    Browse the repository at this point in the history
  9. fixup: marshal was missing

    dckc committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c157688 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9c06f39 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fdd99df View commit details
    Browse the repository at this point in the history
  12. fix: eval patch

    dckc committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    f64416b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e02caa View commit details
    Browse the repository at this point in the history
  14. fix(ag-trade): protobufjs shim around protobuf-es API

    cosmjs expects Message.create({...}) rather than new Message({...})
    etc.
    
    In particular: bytes scalar fields such as owner are Uint8Array
    without base64 encoding.
    dckc committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    764eec3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d03e061 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d351349 View commit details
    Browse the repository at this point in the history