-
Notifications
You must be signed in to change notification settings - Fork 283
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(sdk-coin-apt): transaction building changes for apt and legacy coin #5435
Merged
+220
−92
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
baltiyal
changed the base branch from
master
to
COIN-2894-fungible-token-transfer
January 27, 2025 20:07
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
from
January 27, 2025 20:10
7f413ea
to
316db65
Compare
baltiyal
force-pushed
the
COIN-2894-fungible-token-transfer
branch
from
January 28, 2025 03:08
7e0ac97
to
6bea56a
Compare
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
2 times, most recently
from
January 28, 2025 03:09
1bd46b9
to
a071eee
Compare
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
from
January 28, 2025 04:37
ae8a610
to
94a41ae
Compare
modules/sdk-coin-apt/src/lib/transaction/transferTransaction.ts
Outdated
Show resolved
Hide resolved
modules/sdk-coin-apt/src/lib/transaction/transferTransaction.ts
Outdated
Show resolved
Hide resolved
modules/sdk-coin-apt/src/lib/transactionBuilder/transferBuilder.ts
Outdated
Show resolved
Hide resolved
baltiyal
force-pushed
the
COIN-2894-fungible-token-transfer
branch
from
January 28, 2025 09:00
6bea56a
to
dca736f
Compare
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
from
January 28, 2025 10:28
94a41ae
to
3a8181d
Compare
baltiyal
force-pushed
the
COIN-2894-fungible-token-transfer
branch
from
January 28, 2025 10:43
490c681
to
86d65be
Compare
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
2 times, most recently
from
January 28, 2025 11:32
84fca2c
to
31dd008
Compare
baltiyal
changed the base branch from
COIN-2894-fungible-token-transfer
to
master
January 28, 2025 12:24
baltiyal
changed the title
Coin 2914 apt transfer function change
feat(sdk-coin-apt): transaction building changes for apt and legacy coin
Jan 28, 2025
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
from
January 28, 2025 12:44
31dd008
to
638ceb2
Compare
baltiyal
changed the base branch from
master
to
COIN-2894-fungible-token-transfer
January 28, 2025 13:16
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
2 times, most recently
from
January 28, 2025 14:46
391bb9a
to
3957d52
Compare
modules/sdk-coin-apt/src/lib/transaction/transferTransaction.ts
Outdated
Show resolved
Hide resolved
modules/sdk-coin-apt/src/lib/transactionBuilder/fungibleAssetTransactionBuilder.ts
Show resolved
Hide resolved
modules/sdk-coin-apt/src/lib/transactionBuilder/fungibleAssetTransactionBuilder.ts
Show resolved
Hide resolved
baltiyal
force-pushed
the
COIN-2894-fungible-token-transfer
branch
5 times, most recently
from
January 29, 2025 08:45
5ac2b84
to
d8b7424
Compare
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
4 times, most recently
from
January 29, 2025 09:20
0bd294a
to
a0fb762
Compare
modules/sdk-coin-apt/src/lib/transactionBuilder/fungibleAssetTransactionBuilder.ts
Outdated
Show resolved
Hide resolved
modules/sdk-coin-apt/src/lib/transactionBuilder/transferBuilder.ts
Outdated
Show resolved
Hide resolved
baltiyal
force-pushed
the
COIN-2894-fungible-token-transfer
branch
from
January 30, 2025 05:46
d8b7424
to
65cbd70
Compare
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
3 times, most recently
from
January 30, 2025 11:12
d9c60ae
to
120a4c7
Compare
bhavidhingra
changed the base branch from
COIN-2894-fungible-token-transfer
to
master
January 30, 2025 12:46
bhavidhingra
previously approved these changes
Jan 30, 2025
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
from
January 31, 2025 02:11
120a4c7
to
2787263
Compare
baltiyal
force-pushed
the
COIN-2914-apt-transfer-function-change
branch
from
January 31, 2025 02:35
2787263
to
9db8d65
Compare
bhavidhingra
approved these changes
Jan 31, 2025
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.
COIN-2914