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

Acceptance tests for token allowance amounts #6592

Merged
merged 15 commits into from
Aug 11, 2023

Commits on Aug 9, 2023

  1. Implmeneted most of token allowance/transfer. Still have SPENDER_DOES…

    …_NOT_HAVE_ALLOWANCE problem.
    
    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    68cd9d2 View commit details
    Browse the repository at this point in the history
  2. Completed implementation of token allowance/transfer acceptance test …

    …scenario.
    
    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    461982d View commit details
    Browse the repository at this point in the history
  3. Minor clean up.

    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    eac6f10 View commit details
    Browse the repository at this point in the history
  4. Minor clean up.

    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    357257d View commit details
    Browse the repository at this point in the history
  5. Update OpenAPI spec with new amount reponse property.

    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    800c641 View commit details
    Browse the repository at this point in the history
  6. Addressed PR comment.

    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6311c91 View commit details
    Browse the repository at this point in the history
  7. Address PR comment.

    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fff10e2 View commit details
    Browse the repository at this point in the history
  8. Address PR comments. Implement token allowance testing using re-usabl…

    …e tokens and accounts to get feedback.
    
    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9cd8477 View commit details
    Browse the repository at this point in the history
  9. Address PR comment. Remove spender association and negative test of o…

    …wner transfer affecting allowance.
    
    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ec3b15e View commit details
    Browse the repository at this point in the history
  10. Add support for using either ECDSA or ED25519 operator private keys.

    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b7d39c1 View commit details
    Browse the repository at this point in the history
  11. Address PR comment. Add @RetryAsserts to all public methods interacti…

    …ng with mirror node API.
    
    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    690a309 View commit details
    Browse the repository at this point in the history
  12. Address allowance class hierarchy PR comment.

    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    afb2540 View commit details
    Browse the repository at this point in the history
  13. Revert unneeded support for setting private key algorithm in properties.

    If key is DER encoded, PrivateKey can figure out the algorithm.
    
    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0320b5a View commit details
    Browse the repository at this point in the history
  14. Implement call.feature using named tokens. Address PR comments.

    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7e2d6bf View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Address PR comment.

    Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
    Jeff Schmidt committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    364695f View commit details
    Browse the repository at this point in the history