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

Automatically de/serialize ABCI event attributes from/to base64 #718

Merged
merged 6 commits into from
Dec 4, 2020

Commits on Dec 1, 2020

  1. Add defaults for structs used by deliver/check-tx results

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    1c0d9e8 View commit details
    Browse the repository at this point in the history
  2. Add base64 en/decoding for key and value fields of tag struct

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    316c6e5 View commit details
    Browse the repository at this point in the history
  3. Extend TxResult from RPC to cover full range of returned fields for b…

    …roadcast_tx_commit
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    29279c8 View commit details
    Browse the repository at this point in the history
  4. Expand testing to ensure correct decoding of event attributes

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    c21feb7 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3d07147 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Move base64 -> String deserialization to proto crate

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    98ca62a View commit details
    Browse the repository at this point in the history