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(tokenUpdateTransaction): Implement TokenUpdateTransaction E2E tests: TCK #263

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

Commits on Aug 8, 2024

  1. feat: add tests up to custom fees

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

Commits on Aug 9, 2024

  1. feat: first draft of all tests

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

Commits on Aug 28, 2024

  1. fix: test issues

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2abd4ea View commit details
    Browse the repository at this point in the history
  2. fix: kyc key doesn't need to sign tokencreate

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    864c3fc View commit details
    Browse the repository at this point in the history
  3. fix: key tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    808ec38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51a3e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix: get most tests working

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b72b95d View commit details
    Browse the repository at this point in the history
  2. fix: align tests with specs

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

Commits on Sep 3, 2024

  1. feat: add new decimals tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d0fabaa View commit details
    Browse the repository at this point in the history
  2. feat: add additional int tests

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

Commits on Sep 4, 2024

  1. fix: add new custom fees tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    51e92ef View commit details
    Browse the repository at this point in the history
  2. fix: custom fee tests to work

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d4b0897 View commit details
    Browse the repository at this point in the history
  3. fix: incorrectly numbered test

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    19c8dcf View commit details
    Browse the repository at this point in the history
  4. style: fix white space

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

Commits on Sep 9, 2024

  1. feat: finish token id and symbol tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fcee181 View commit details
    Browse the repository at this point in the history
  2. feat: add name tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ce7a675 View commit details
    Browse the repository at this point in the history
  3. feat: add treasury account ID tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cffd5a7 View commit details
    Browse the repository at this point in the history
  4. feat: finish adding all tests

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

Commits on Sep 11, 2024

  1. feat: add remaining tests

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

Commits on Sep 12, 2024

  1. feat: add new tests to clear out token role keys

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

Commits on Oct 23, 2024

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

Commits on Oct 30, 2024

  1. fix: Added await to functions, compared raw key values, and aligned w…

    …ith the latest improvements in TokenCreateTransaction logic.
    
    Signed-off-by: ivaylogarnev-limechain <[email protected]>
    ivaylogarnev-limechain committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0114550 View commit details
    Browse the repository at this point in the history
  2. fix: Deleted int64 + 1 tests in both docs/tests code

    Signed-off-by: ivaylogarnev-limechain <[email protected]>
    ivaylogarnev-limechain committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1ffb4bf View commit details
    Browse the repository at this point in the history
  3. fix: Added tests for empty KeyList as prop for a key

    Signed-off-by: ivaylogarnev-limechain <[email protected]>
    ivaylogarnev-limechain committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    06b68b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. refactor: Removed retrieving the tokenID from response logic

    Signed-off-by: ivaylogarnev-limechain <[email protected]>
    ivaylogarnev-limechain committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    638b745 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. fix: Removed all uint64 tests both in docs and in js, removed unnecce…

    …sary prototype change and removed .only
    
    Signed-off-by: ivaylogarnev-limechain <[email protected]>
    ivaylogarnev-limechain committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e22b561 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. fix: Added retryOnError logic to a #7 supply key test

    Signed-off-by: ivaylogarnev-limechain <[email protected]>
    ivaylogarnev-limechain committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5e415bf View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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