-
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: Token Airdrop Transaction #2492
Commits on Sep 11, 2024
-
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 674f824 - Browse repository at this point
Copy the full SHA 674f824View commit details -
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd5d5e3 - Browse repository at this point
Copy the full SHA bd5d5e3View commit details -
fix: use interface for AccountAmount protobuf
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46f8158 - Browse repository at this point
Copy the full SHA 46f8158View commit details -
fix: remove circular dependancy
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb4d428 - Browse repository at this point
Copy the full SHA fb4d428View commit details -
refactor: RenameTokenTransfer list to TokenTransfer
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42b74d5 - Browse repository at this point
Copy the full SHA 42b74d5View commit details -
feat: rename token transfer and add expected decimals
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3febec - Browse repository at this point
Copy the full SHA d3febecView commit details -
refactor: remove redundant code
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae01f4b - Browse repository at this point
Copy the full SHA ae01f4bView commit details -
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f68acd2 - Browse repository at this point
Copy the full SHA f68acd2View commit details -
fix: correct return type for amount
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34673c9 - Browse repository at this point
Copy the full SHA 34673c9View commit details -
fix: correct return for fromProtobuf
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75cf548 - Browse repository at this point
Copy the full SHA 75cf548View commit details -
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c66eec - Browse repository at this point
Copy the full SHA 4c66eecView commit details -
refactor: use already implemented interfaces and classes
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 176d7b8 - Browse repository at this point
Copy the full SHA 176d7b8View commit details -
refactor: transfer transaction and airdrop transaction
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af7a7df - Browse repository at this point
Copy the full SHA af7a7dfView commit details -
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6de1176 - Browse repository at this point
Copy the full SHA 6de1176View commit details -
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cd5606 - Browse repository at this point
Copy the full SHA 8cd5606View commit details -
feat: add pending airdrop to rectord
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f41a54d - Browse repository at this point
Copy the full SHA f41a54dView commit details -
test: add nft transfers to all test cases
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b305af - Browse repository at this point
Copy the full SHA 8b305afView commit details -
chore: remove unused files for airdrop
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd7b686 - Browse repository at this point
Copy the full SHA fd7b686View commit details -
refactor: remove circular dependancy and unused import
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43f6175 - Browse repository at this point
Copy the full SHA 43f6175View commit details -
refactor: remove duplicated property
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 778b742 - Browse repository at this point
Copy the full SHA 778b742View commit details -
refactor: rename pendngairdroprecord
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec04f31 - Browse repository at this point
Copy the full SHA ec04f31View commit details -
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dda7ebc - Browse repository at this point
Copy the full SHA dda7ebcView commit details -
refactor: rename AirdropTokenTransaction
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc6ded6 - Browse repository at this point
Copy the full SHA fc6ded6View commit details -
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76fe0e1 - Browse repository at this point
Copy the full SHA 76fe0e1View commit details -
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e540dd1 - Browse repository at this point
Copy the full SHA e540dd1View commit details -
test: check if newPendingAirdrops is empty for auto associated test
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df64cfc - Browse repository at this point
Copy the full SHA df64cfcView commit details -
refactor: remove comment lines
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72a0838 - Browse repository at this point
Copy the full SHA 72a0838View commit details -
test: remove get receipt line because we call get record
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e84809d - Browse repository at this point
Copy the full SHA e84809dView commit details -
test: should be able to airdrop when receiver sig set to true
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33d4a66 - Browse repository at this point
Copy the full SHA 33d4a66View commit details -
refactor: rename AbstractTokenTransfer
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 394ace8 - Browse repository at this point
Copy the full SHA 394ace8View commit details -
feat: Token Claim and Cancel Transaction (#2499)
* feat: add airdrop claim and cancel transactions Signed-off-by: Ivaylo Nikolov <[email protected]> * chore: update protobufs Signed-off-by: Ivaylo Nikolov <[email protected]> * feat: update commit messages Signed-off-by: Ivaylo Nikolov <[email protected]> * test: add unit tests for cancel and claim Signed-off-by: Ivaylo Nikolov <[email protected]> * wip(test): add integration tests for cancel and claim transactions Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: claim used the wrong channel function Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: rename transaction name Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: remove claim references in airdropcancel integration test Signed-off-by: Ivaylo Nikolov <[email protected]> * test(fix): fix not working test for airdrop cancel and claim Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: airdropcancel transaction should work on sender not receiver Signed-off-by: Ivaylo Nikolov <[email protected]> * feat: add token airdrop example Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: rename transactions to have the same name as java Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: remove redundant imports and empty lines Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: rename transaction tests to have the same name as java sdk Signed-off-by: Ivaylo Nikolov <[email protected]> * docs: add licenses Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: remove dead code from token cancel Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: consistency in constructor Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: change airdrop_supply_per_person naming Signed-off-by: Ivaylo Nikolov <[email protected]> * test: fix setting sender id Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: specify what kind of tokens are airdropped Signed-off-by: Ivaylo Nikolov <[email protected]> --------- Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f592ba8 - Browse repository at this point
Copy the full SHA f592ba8View commit details -
fix(test): when empty id should be null
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6f5928 - Browse repository at this point
Copy the full SHA f6f5928View commit details -
refactor: should return always in jsdoc
Signed-off-by: Ivaylo Nikolov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e6079f - Browse repository at this point
Copy the full SHA 0e6079fView commit details