-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
feat(tokenUpdateTransaction): Implement TokenUpdateTransaction
E2E tests: TCK
#263
Commits on Aug 8, 2024
-
feat: add tests up to custom fees
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4868341 - Browse repository at this point
Copy the full SHA 4868341View commit details
Commits on Aug 9, 2024
-
feat: first draft of all tests
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6496dff - Browse repository at this point
Copy the full SHA 6496dffView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2abd4ea - Browse repository at this point
Copy the full SHA 2abd4eaView commit details -
fix: kyc key doesn't need to sign tokencreate
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 864c3fc - Browse repository at this point
Copy the full SHA 864c3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 808ec38 - Browse repository at this point
Copy the full SHA 808ec38View commit details -
fix: creating a token with freezeDefault=true requires a freeze key
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a51a3e2 - Browse repository at this point
Copy the full SHA a51a3e2View commit details
Commits on Aug 30, 2024
-
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b72b95d - Browse repository at this point
Copy the full SHA b72b95dView commit details -
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 386910e - Browse repository at this point
Copy the full SHA 386910eView commit details
Commits on Sep 3, 2024
-
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0fabaa - Browse repository at this point
Copy the full SHA d0fabaaView commit details -
feat: add additional int tests
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b788f1 - Browse repository at this point
Copy the full SHA 5b788f1View commit details
Commits on Sep 4, 2024
-
fix: add new custom fees tests
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51e92ef - Browse repository at this point
Copy the full SHA 51e92efView commit details -
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4b0897 - Browse repository at this point
Copy the full SHA d4b0897View commit details -
fix: incorrectly numbered test
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19c8dcf - Browse repository at this point
Copy the full SHA 19c8dcfView commit details -
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7084c1 - Browse repository at this point
Copy the full SHA a7084c1View commit details
Commits on Sep 9, 2024
-
feat: finish token id and symbol tests
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcee181 - Browse repository at this point
Copy the full SHA fcee181View commit details -
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce7a675 - Browse repository at this point
Copy the full SHA ce7a675View commit details -
feat: add treasury account ID tests
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cffd5a7 - Browse repository at this point
Copy the full SHA cffd5a7View commit details -
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e4a565 - Browse repository at this point
Copy the full SHA 7e4a565View commit details
Commits on Sep 11, 2024
-
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 170985e - Browse repository at this point
Copy the full SHA 170985eView commit details
Commits on Sep 12, 2024
-
feat: add new tests to clear out token role keys
Signed-off-by: Rob Walworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e76170 - Browse repository at this point
Copy the full SHA 1e76170View commit details
Commits on Oct 23, 2024
-
Merge branch 'main' into 00238-tck-implement-json-rpc-method-for-toke…
…nupdatetransaction
Configuration menu - View commit details
-
Copy full SHA for b194e81 - Browse repository at this point
Copy the full SHA b194e81View commit details
Commits on Oct 30, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0114550 - Browse repository at this point
Copy the full SHA 0114550View commit details -
fix: Deleted int64 + 1 tests in both docs/tests code
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ffb4bf - Browse repository at this point
Copy the full SHA 1ffb4bfView commit details -
fix: Added tests for empty KeyList as prop for a key
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06b68b0 - Browse repository at this point
Copy the full SHA 06b68b0View commit details
Commits on Oct 31, 2024
-
refactor: Removed retrieving the tokenID from response logic
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 638b745 - Browse repository at this point
Copy the full SHA 638b745View commit details
Commits on Nov 1, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for e22b561 - Browse repository at this point
Copy the full SHA e22b561View commit details
Commits on Nov 6, 2024
-
fix: Added retryOnError logic to a #7 supply key test
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e415bf - Browse repository at this point
Copy the full SHA 5e415bfView commit details
Commits on Nov 7, 2024
-
fix: Enabled unintentionally skipped tokenCreateTransaction tests
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52dcbdb - Browse repository at this point
Copy the full SHA 52dcbdbView commit details