-
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(tokenCreateTransaction): Implement TokenCreateTransaction
E2E tests: TCK
#252
feat(tokenCreateTransaction): Implement TokenCreateTransaction
E2E tests: TCK
#252
Conversation
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
Signed-off-by: Rob Walworth <[email protected]>
a42c641
to
0bc413e
Compare
…O, removed the TokenType enum and other minor things Signed-off-by: ivaylogarnev-limechain <[email protected]>
I am okay with switching to just comparing raw keys, though we should do this for all key comparisons in all tests. I created an issue to track this #257 |
…efix for KeyList Signed-off-by: ivaylogarnev-limechain <[email protected]>
…d the returned from the test key Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
…plement-json-rpc-method-for-tokencreatetransaction Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
d304ea6
to
f1ed3fa
Compare
…tionality and commented out every uint64 test, also synced with 00257 Signed-off-by: ivaylogarnev-limechain <[email protected]>
…ncreatetransaction
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Key comparison and large integer value changes are now working with the C++ SDK! |
…ommented out 2 problematic tests Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
… changes, commented code deleted, re-numbered all tests Signed-off-by: ivaylogarnev-limechain <[email protected]>
…ncreatetransaction Signed-off-by: ivaylogarnev-limechain <[email protected]>
Description:
This PR implements the
TokenCreateTransaction
tests documented intest-specifications/token-service/tokenCreateTransaction.md
. Currently three tests are skipped because of a bug in the services code which allows for tokens to be created with a custom fee that collects to a deleted account. Another test is skipped becausedeleteToken
is not yet implemented.Related issue(s):
Fixes #231 #244
Checklist