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

Rename erc20 crate to token-program #3029

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

garious
Copy link
Contributor

@garious garious commented Mar 1, 2019

Problem

erc20 tokens are tokens on Ethereum implementing the erc20 interface. While we implement the same interface, we shouldn't create confusion by calling them the same thing. Internally, these modules were already calling these things token_program, just the crate was never renamed.

Summary of Changes

Renamed solana-erc20 crate to solana-token-program

Fixes #2757

Everything it uses already had that name, just the crate was never
renamed.
@garious garious added the automerge Merge this Pull Request automatically once CI passes label Mar 1, 2019
@garious
Copy link
Contributor Author

garious commented Mar 1, 2019

@TristanDebrunner, @CriesofCarrots, fyi

@garious garious merged commit c53c351 into solana-labs:master Mar 1, 2019
yihau pushed a commit to yihau/solana that referenced this pull request Oct 28, 2024
* extract packet crate

* typo

* sort deps

* update digest

* add doc_auto_cfg like in solana-labs#3121

* fix frozen-abi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant