-
Notifications
You must be signed in to change notification settings - Fork 144
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: Implement TokenRejectTransaction #2411
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ivaylonikolov7
force-pushed
the
feat/hedera-904-token-reject
branch
from
July 22, 2024 20:19
3f77830
to
92ad7e0
Compare
ivaylonikolov7
force-pushed
the
feat/hedera-904-token-reject
branch
5 times, most recently
from
July 26, 2024 11:44
814c6ba
to
8bbc033
Compare
ivaylonikolov7
force-pushed
the
feat/hedera-904-token-reject
branch
2 times, most recently
from
July 29, 2024 07:10
bb612ea
to
1547aec
Compare
0xivanov
reviewed
Jul 29, 2024
gsstoykov
previously requested changes
Jul 29, 2024
ivaylonikolov7
force-pushed
the
feat/hedera-904-token-reject
branch
3 times, most recently
from
July 29, 2024 19:09
9f27526
to
497e0c5
Compare
gsstoykov
reviewed
Jul 30, 2024
ivaylonikolov7
force-pushed
the
feat/hedera-904-token-reject
branch
from
July 30, 2024 08:21
497e0c5
to
ab0d80a
Compare
svetoslav-nikol0v
requested changes
Jul 30, 2024
ivaylonikolov7
force-pushed
the
feat/hedera-904-token-reject
branch
3 times, most recently
from
July 30, 2024 10:43
b6440b8
to
a3417c8
Compare
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
…n all sdk Signed-off-by: Ivaylo Nikolov <[email protected]>
* chore: address initial pain points Signed-off-by: Ivan Ivanov <[email protected]> * chore: bump grpc-js version Signed-off-by: Ivan Ivanov <[email protected]> * fix Signed-off-by: svetoslav-nikol0v <[email protected]> * remove example Signed-off-by: svetoslav-nikol0v <[email protected]> * chore: formatting Signed-off-by: svetoslav-nikol0v <[email protected]> * fix Signed-off-by: svetoslav-nikol0v <[email protected]> * revert: grpc old version Signed-off-by: svetoslav-nikol0v <[email protected]> * revert: pnpm-lock file Signed-off-by: svetoslav-nikol0v <[email protected]> * revert: package-lock file Signed-off-by: svetoslav-nikol0v <[email protected]> --------- Signed-off-by: Ivan Ivanov <[email protected]> Signed-off-by: svetoslav-nikol0v <[email protected]> Co-authored-by: Ivan Ivanov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Iliya Savov <[email protected]> Co-authored-by: Iliya Savov <[email protected]> Co-authored-by: Svet <[email protected]>
agadzhalov
force-pushed
the
feat/hedera-904-token-reject
branch
from
August 1, 2024 14:27
c22561f
to
cada4d4
Compare
Quality Gate failedFailed conditions |
This was referenced Aug 2, 2024
Merged
Merged
Merged
This was referenced Aug 31, 2024
This was referenced Sep 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR implements HIP-904's TokenRejectTransaction. This includes both TokenRejectFlow and TokenRejectTransaction. It also adds integration and unit tests for both types. PR includes an example for the community to see how these transactions are used.
Related issue(s): #2331
Notes for reviewer:
You might need to use local version of @hashgraph/sdk to run
example/token-reject.js
. For more information look - https://pnpm.io/cli/linkChecklist