Skip to content
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

[Aptos]: Add transfer_coins function call #3344

Merged
merged 3 commits into from
Aug 2, 2023
Merged

Conversation

satoshiotomakan
Copy link
Collaborator

Description

Add the ability to transfer tokens even if the recipient has not registered them yet by using 0x1::aptos_account::transfer_coins.

How to test

Run C++, Kotlin tests

Types of changes

Add TokenTransferCoinsMessage similar to TokenTransferMessage.

Checklist

  • Create pull request as draft initially, unless its complete.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • If there is a related Issue, mention it in the description.

If you're adding a new blockchain

  • I have read the guidelines for adding a new blockchain.

@satoshiotomakan satoshiotomakan linked an issue Aug 1, 2023 that may be closed by this pull request
Milerius
Milerius previously approved these changes Aug 1, 2023
@lamafab lamafab self-requested a review August 1, 2023 20:44
lamafab
lamafab previously approved these changes Aug 1, 2023
@satoshiotomakan satoshiotomakan dismissed stale reviews from lamafab and Milerius via aabe955 August 2, 2023 07:20
@Milerius Milerius merged commit b2749b2 into master Aug 2, 2023
11 of 12 checks passed
@Milerius Milerius deleted the s/aptos-transfer-coins branch August 2, 2023 08:33
Milerius added a commit that referenced this pull request Aug 11, 2023
* [NewChain/Base]: add base blockchain (#3342)

* [Aptos]: Add `transfer_coins` function call (#3344)

* feat(aptos): Add `TokenTransferCoinsMessage` to call `aptos_account::transfer_coins` function

* Add test with testnet transaction

* feat(aptos): Add mainnet test

* feat(aptos): Fix comment

* [Bitcoin] Fix `TWBitcoinFeeCalculateFee` (for JavaScript) (#3346)

* [Barz] Allow deriving multiple addresses from a single public key (#3340)

* [Barz] Allow deriving multiple addresses from a single public key

* fix tests

* Update BarzTests.swift

* update tests

* update tests

* update tests

* [ETH]: Handle `tuple[]` ABI type parameter (#3352)

---------

Co-authored-by: Sztergbaum Roman <[email protected]>
Co-authored-by: Fabio Lama <[email protected]>
Co-authored-by: Ruslan Serebriakov <[email protected]>
satoshiotomakan added a commit that referenced this pull request Oct 6, 2023
* [NewChain/Base]: add base blockchain (#3342)

* [Aptos]: Add `transfer_coins` function call (#3344)

* feat(aptos): Add `TokenTransferCoinsMessage` to call `aptos_account::transfer_coins` function

* Add test with testnet transaction

* feat(aptos): Add mainnet test

* feat(aptos): Fix comment

* [Bitcoin] Fix `TWBitcoinFeeCalculateFee` (for JavaScript) (#3346)

* [Barz] Allow deriving multiple addresses from a single public key (#3340)

* [Barz] Allow deriving multiple addresses from a single public key

* fix tests

* Update BarzTests.swift

* update tests

* update tests

* update tests

* [ETH]: Handle `tuple[]` ABI type parameter (#3352)

---------

Co-authored-by: Sztergbaum Roman <[email protected]>
Co-authored-by: Fabio Lama <[email protected]>
Co-authored-by: Ruslan Serebriakov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Aptos]: Add transfer_coins function call
3 participants