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(tokenCreateTransaction): Implement JSON-RPC endpoint for TokenCreateTransaction #793

Commits on Aug 30, 2024

  1. feat: add createToken JSON-RPC endpoint | Fix tests to account for up…

    …dated/fixed processing of fractional fees
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b4ecb12 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix: check correct JSON and denominatingTokenId is a string

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b6f2969 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. remove: unneeded file

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    71c0b3e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix: update for changes to tokencreate tck

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9b72d82 View commit details
    Browse the repository at this point in the history
  2. fix: add include for std::invalid_argument

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ef428e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge branch 'main' into 00757-tck-c++-implement-json-rpc-methods-for…

    …-tokencreatetransaction
    rwalworth committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    eb328dd View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge branch 'main' into 00757-tck-c++-implement-json-rpc-methods-for…

    …-tokencreatetransaction
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    72f7422 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fix: update createToken to use token service

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    006a86a View commit details
    Browse the repository at this point in the history