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

feat(xrpl): custom definitions support #2683

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Apr 21, 2024

  1. feat: support for custom definitions on xrpl methods: sign, encode, e…

    …ncodeForSigning, decode, computeSignature.
    elmurci committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    23411ac View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. chore: tests

    elmurci committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9249824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b529149 View commit details
    Browse the repository at this point in the history
  3. chore: maintain linebreak

    elmurci committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a618fb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b283fc3 View commit details
    Browse the repository at this point in the history
  5. chore: typo

    elmurci committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4689b02 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update packages/xrpl/src/models/transactions/transaction.ts

    Co-authored-by: Mayukha Vadari <[email protected]>
    elmurci and mvadari authored May 7, 2024
    Configuration menu
    Copy the full SHA
    59c2074 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    7021e63 View commit details
    Browse the repository at this point in the history
  2. fix some lint error

    tequdev committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    02a8503 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Merge pull request #1 from tequdev/xrpl_binary_codec_custom_definitio…

    …n_support
    
    Support custom definitions for `client.submit()`, `client.submitAndWait()`
    elmurci authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    3153659 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Sep 5, 2024

  1. Update packages/xrpl/src/client/index.ts

    Co-authored-by: tequ <[email protected]>
    mvadari and tequdev authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2900ab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix: address lint errors

    elmurci committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2c60a1e View commit details
    Browse the repository at this point in the history