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

cosmos-tx: MsgSend support w\ integration test #71

Merged

Commits on Apr 9, 2021

  1. cosmos-tx: MsgSend support w\ integration test

    Basic support for `MsgSend` with end-to-end integration test.
    
    Adds the following:
    
    - Traits for simplifying Protobuf serialization:
      - `prost_ext::MessageExt` for Protobuf encoding
      - `msg::MsgType` and `msg::MsgProto` for decoding/encoding `Msg`
        types as Protobuf `Any` messages.
    - Domain types which model the following:
      - `Body`: body of a transaction
      - `Coin`: amount to send and a denom
      - `Denom`: name of a particular denomination
      - `Fee`: transaction fees
      - `MsgSend`: transaction message for performing a simple send
    
    Additionally includes an end-to-end test which uses Docker to spawn a
    single-node `gaia` and send a transaction.
    tony-iqlusion committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    210f33b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a07a212 View commit details
    Browse the repository at this point in the history