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

Protocol 19 #416

Merged
merged 36 commits into from
Apr 18, 2022
Merged

Protocol 19 #416

merged 36 commits into from
Apr 18, 2022

Commits on Mar 21, 2022

  1. #410: updated xdr definitions for Protocol 19, add SignedPayload Sign…

    …er from CAP40 into StrKey encoding/decoding.
    sreuland committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    90f3ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bf518b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. #410: use xdr encoding/decoding for signed payload (de)ser, use Accou…

    …ntID for signed payload pojo to check discriminant on public key types
    sreuland committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    c44b1de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163b582 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. #411: upgrade gradle to 7.4

    sreuland committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c239785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1717767 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b477d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0314cf View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. #411: separated tx builder from tx, using tx preconditions.timebounds…

    … instead of tx.timebounds
    sreuland committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    5cae54b View commit details
    Browse the repository at this point in the history
  2. #410: consolidate validation of signed payload aspects into SignedPay…

    …loadSigner, pr feedback
    sreuland committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c61a5d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a329560 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #414 from sreuland/protocol_19

    Protocol 19 - CAP-40 Signed Payload Signer
    sreuland authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    53befbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e0ae07 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    8ad830e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    931e10c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d56a3c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    123f4fc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    4af0328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25dcd81 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    432ff5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    271ef3e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    4d11a21 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    810dc04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf69ab8 View commit details
    Browse the repository at this point in the history
  3. #411: align the tx builder sequence number resolution closer to go tx…

    …nbuild interface for consistency
    sreuland committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5b85e78 View commit details
    Browse the repository at this point in the history
  4. #411: remove the now unused sequence number strategy classes, used th…

    …e functional approach instead
    sreuland committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    bbd9871 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c8f5bf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #415 from sreuland/411_cap21

    CAP 21, Transaction Preconditions and Account sequence fields
    sreuland authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    62ff27a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. #410: added payload signer signature generation and enabled adding pr…

    …e-built signatures onto a transaction
    sreuland committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    4ed57f3 View commit details
    Browse the repository at this point in the history
  2. #410: removed unnecessary guard check on hint length and cleaned up b…

    …yte expressions in test
    sreuland committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    e6e1966 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #417 from sreuland/payloadsigner_decorated_sig

    payload signer signatures
    sreuland authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    f61a675 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    32765bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #418 from sreuland/update_xdr

    #412: updated xdr files to latest from protocol 19 changes on core
    sreuland authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    ac90d53 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. updated javadoc on key pair signing

    Co-authored-by: George <Shaptic@users.noreply.github.com>
    sreuland and Shaptic authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    9d0c3cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0b210 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    a6a36c5 View commit details
    Browse the repository at this point in the history