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(tokenFeeScheduleUpdateTransaction): Implement tokenFeeScheduleUpdateTransaction E2E tests: TCK #268

Open
wants to merge 31 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 18, 2024

  1. refactor: update test name

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2c9ad38 View commit details
    Browse the repository at this point in the history
  2. refactor: update field names to be correct

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

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

Commits on Oct 1, 2024

  1. feat: first draft of fee schedule update tests

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

Commits on Oct 2, 2024

  1. fix: tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7762ec4 View commit details
    Browse the repository at this point in the history
  2. Merge branch '00231-tck-implement-json-rpc-method-for-tokencreatetran…

    …saction' into 00248-tck-implement-tests-for-tokenfeescheduleupdatetransaction
    
    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    166a7ee View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. fix: start fixing tests

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

Commits on Oct 8, 2024

  1. fix: get tests working

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e394cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f952d7c View commit details
    Browse the repository at this point in the history
  3. fix: all tests

    Signed-off-by: Rob Walworth <[email protected]>
    rwalworth committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    31a3a40 View commit details
    Browse the repository at this point in the history
  4. fix: uncomment tests

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

Commits on Oct 30, 2024

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

Commits on Nov 4, 2024

  1. fix: Removed all uint, int64 max + 1 tests. Added some descriptions t…

    …o the skipped tests and fixed the docs
    
    Signed-off-by: ivaylogarnev-limechain <[email protected]>
    ivaylogarnev-limechain committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4c4e578 View commit details
    Browse the repository at this point in the history
  2. refactor: Removed rebundant console.log

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

Commits on Nov 6, 2024

  1. fix: Enabled some tests that were being skipped uncorrectly

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

Commits on Nov 7, 2024

  1. fix: Changed the integers in the customFee.md to strings

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