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

rpc: rework binary encoding. BREAKING CHANGE (bp #11646) #11674

Merged
merged 6 commits into from
Aug 18, 2020

Commits on Aug 18, 2020

  1. Add base64 (binary64) encoding for getConfirmedTransaction/getConfirm…

    …edBlock
    
    (cherry picked from commit b5f3ced)
    mvines authored and mergify-bot committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    43ba8bb View commit details
    Browse the repository at this point in the history
  2. decode-transaction now supports binary64

    (cherry picked from commit 2ebc68a)
    
    # Conflicts:
    #	cli/src/cli.rs
    mvines authored and mergify-bot committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    95dfa6b View commit details
    Browse the repository at this point in the history
  3. Rework UiAccountData encode/decode such that it works from Rust

    (cherry picked from commit 757e147)
    
    # Conflicts:
    #	account-decoder/src/lib.rs
    #	cli/src/cli.rs
    mvines authored and mergify-bot committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    ad1b2e1 View commit details
    Browse the repository at this point in the history
  4. Rename Binary64 to Base64. Establish Base58 encoding

    (cherry picked from commit adc984a)
    
    # Conflicts:
    #	account-decoder/src/lib.rs
    mvines authored and mergify-bot committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    b7836d3 View commit details
    Browse the repository at this point in the history
  5. Remove "binary" encoding. Document "encoding" as required

    (cherry picked from commit e528115)
    mvines authored and mergify-bot committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    0ea7473 View commit details
    Browse the repository at this point in the history
  6. resolve conflicts

    mvines committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    ca65189 View commit details
    Browse the repository at this point in the history