-
Notifications
You must be signed in to change notification settings - Fork 4
feat(tokenFeeScheduleUpdateTransaction): Implement tokenFeeScheduleUpdateTransaction
E2E tests: TCK
#268
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
Conversation
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
…leupdatetransaction
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
…saction' into 00248-tck-implement-tests-for-tokenfeescheduleupdatetransaction Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
…leupdatetransaction
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
…leupdatetransaction
…o the skipped tests and fixed the docs Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are passing in C++
test-specifications/token-service/tokenFeeScheduleUpdateTransaction.md
Outdated
Show resolved
Hide resolved
Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
…leupdatetransaction
Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
9ca1c1f
to
6c232d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, all tests passing with C++ server!
…leupdatetransaction Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
2626df3
to
1c0cd62
Compare
…for TS Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
…lement-tests-for-tokenfeescheduleupdatetransaction Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
340d0b6
to
d106748
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works in Go and Java. LGTM!
Are there issues in the Go and Java repos for this work? I can't seem to find them |
Description:
This PR implements the
TokenFeeScheduleUpdateTransaction
tests documented intest-specifications/token-service/tokenFeeScheduleUpdateTransaction.md
. Currently some tests are skipped because of a potential bugs in the services code.Related issue(s):
#248
Checklist