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(accountCreateTransaction): Implement AccountCreateTransaction E2E tests: TCK #206

Merged

Commits on Apr 23, 2024

  1. docs: Update test specification document for AccountCreateTransaction…

    … to use as a model going forward. Create utility.md file to hold miscellaneous JSON RPC functions. Move tests and test specifictions documents to folders for the specific Hedera service they are for
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0415d0e View commit details
    Browse the repository at this point in the history
  2. revert: unintended changes in test_CreateAccount.js

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4bfc6e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bf2191 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. docs: Remove JSONRPC API document for account create as that informat…

    …ion is now contained in accountCreateTransaction.md
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f58de75 View commit details
    Browse the repository at this point in the history
  2. docs: Update language used to determine if a request is successful. F…

    …ix alias only being able to be an ECDSAsecp256k1 key.
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5a46641 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. docs: address PR comments

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

Commits on Apr 26, 2024

  1. docs: Address PR comments. Keep folder names kebab-case

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

Commits on Apr 29, 2024

  1. docs: address PR comments

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    a1bc8b3 View commit details
    Browse the repository at this point in the history
  2. docs: fix typo

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ff81c5a View commit details
    Browse the repository at this point in the history
  3. docs: fix table formatting

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 6, 2024
    Configuration menu
    Copy the full SHA
    01ea468 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bf5231 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. feat(accountCreateTransaction): Update account create transaction tes…

    …ts for receiver signature required, auto renew period, and memo
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0893d5b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. feat(accountCreateTransaction): add remaining tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7cfaa87 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 00205-implement-accountcreatetransaction-e2e…

    …-tests-tck
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9e1fa95 View commit details
    Browse the repository at this point in the history
  3. feat(accountCreateTransaction): remove unnecessary includes and mark …

    …tests as implemented
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e3b51bf View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix: node account ID should contain the entire ID. Numbering issue in…

    … tests for declineStakingRewards. Some generateKey calls didn't have a type when they should.
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1f6b04f View commit details
    Browse the repository at this point in the history
  2. fix: use signerKeys to explicitly sign transactions. Update to correc…

    …t variable name for maxAutoTokenAssociations. Use correct bounds for maxAutoTokenAssociations
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 15, 2024
    Configuration menu
    Copy the full SHA
    add1435 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fix(accountCreateTransaction): fix remaining tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c5990ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a46162 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. fix: add keyList type to tests as they're necessary according to the …

    …spec
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b8dd150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ed3f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bcd404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f041ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a2e81e View commit details
    Browse the repository at this point in the history
  6. refactor: add comments, keep consistent between tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d54fbed View commit details
    Browse the repository at this point in the history
  7. docs: update max value for max auto token associations

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    70982a6 View commit details
    Browse the repository at this point in the history
  2. fix: update staked node ID to ID that will work for both testnet and …

    …local node testing
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cbb3f32 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge branch 'main' into 00205-implement-accountcreatetransaction-e2e…

    …-tests-tck
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 29, 2024
    Configuration menu
    Copy the full SHA
    da36275 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. fix: update to use commonTransactionParams

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

Commits on May 31, 2024

  1. fix: no longer allowing random types for generateKey

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d90e545 View commit details
    Browse the repository at this point in the history
  2. fix: add explicity key types for all generateKey calls

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed May 31, 2024
    Configuration menu
    Copy the full SHA
    22c74ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d940a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 5, 2024

  1. fix: use maxTransactionFee to allow for an account to be created with…

    … maximum auto token associations
    
    The functionality for this will need to be removed when HIP-904 is implemented, as that will make the sender pay at transaction time for the association of a token to a receiver, as opposed to the receiver paying up front at account creation time for all its token assocations.
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fcf33a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 18, 2024

  1. fix: maxTransactionFee wasn't large enough and not documented

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

Commits on Jul 11, 2024

  1. feat(memo): add test for invalid memo checking

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

Commits on Jul 17, 2024

  1. fix: update response code for max auto association tests for account …

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

Commits on Jul 23, 2024

  1. refactor: remove getNodeType

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

Commits on Jul 24, 2024

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

Commits on Jul 29, 2024

  1. fix: add '0x' to alias bytes and revert unlimited max auto token asso…

    …ciation changes as that was moved to v0.53
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    73138e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. revert: undo max auto token associations changes

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