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

Add spl-token integration #761

Merged
merged 2 commits into from
May 30, 2022
Merged

Conversation

seanyoung
Copy link
Contributor

@seanyoung seanyoung commented Apr 22, 2022

Provide spl-token solidity library, documentation and tests.

Fixes #607

@seanyoung seanyoung marked this pull request as draft April 22, 2022 13:36
@seanyoung seanyoung force-pushed the spl-token branch 2 times, most recently from b185ac6 to 91d2781 Compare April 29, 2022 07:16
@seanyoung seanyoung force-pushed the spl-token branch 7 times, most recently from 6562d74 to 3d32932 Compare May 26, 2022 07:29
@seanyoung seanyoung marked this pull request as ready for review May 26, 2022 07:30
@seanyoung seanyoung changed the title WIP: Add spl-token integration Add spl-token integration May 26, 2022
@seanyoung seanyoung force-pushed the spl-token branch 2 times, most recently from bafdb66 to 3f34457 Compare May 26, 2022 12:18
@seanyoung seanyoung requested a review from LucasSte May 26, 2022 12:18
docs/targets/solana.rst Outdated Show resolved Hide resolved
docs/targets/solana.rst Outdated Show resolved Hide resolved
docs/targets/solana.rst Outdated Show resolved Hide resolved
docs/targets/solana.rst Outdated Show resolved Hide resolved
docs/targets/solana.rst Outdated Show resolved Hide resolved
examples/spl_token.sol Show resolved Hide resolved
integration/solana/token.spec.ts Show resolved Hide resolved
src/emit/mod.rs Show resolved Hide resolved
@seanyoung
Copy link
Contributor Author

Note that in rst you can you any style for headers, as a long as it is consistent per-file

@seanyoung seanyoung requested a review from LucasSte May 27, 2022 09:03
docs/targets/burrow.rst Outdated Show resolved Hide resolved
docs/targets/substrate.rst Outdated Show resolved Hide resolved
integration/solana/token.sol Show resolved Hide resolved
@seanyoung seanyoung requested a review from LucasSte May 27, 2022 21:15
@seanyoung seanyoung force-pushed the spl-token branch 2 times, most recently from 1be12c1 to 282768c Compare May 29, 2022 09:12
@seanyoung seanyoung assigned seanyoung and unassigned seanyoung May 29, 2022
@seanyoung seanyoung merged commit 7f113eb into hyperledger-solang:main May 30, 2022
@seanyoung seanyoung deleted the spl-token branch May 30, 2022 13:25
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.

Receive and transfer Solana SPL token into smart contract
2 participants