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

spl: change "to" to "from" in token::burn #1080

Closed
wants to merge 1 commit into from

Conversation

inso-
Copy link
Contributor

@inso- inso- commented Nov 29, 2021

This is quite confusing and a suggestion to change this already have been approved.
#161

@armaniferrante
Copy link
Member

Can you add a changelog entry in a Breaking section?

@inso- inso- force-pushed the master branch 2 times, most recently from 6df6e6a to 658d314 Compare November 30, 2021 00:03
@inso- inso- changed the title spl: change "to" to "from" in Burn account spl: change "to" to "from" in token::burn Nov 30, 2021
CHANGELOG.md Outdated Show resolved Hide resolved
@inso- inso- force-pushed the master branch 2 times, most recently from 09cc6b9 to 44c129d Compare November 30, 2021 01:12
@inso-
Copy link
Contributor Author

inso- commented Dec 1, 2021

I fixed the makefile, now it should pass the tests also 🙏

@armaniferrante can you link the issue #161 to the PR?
Thanks!

@armaniferrante armaniferrante linked an issue Dec 1, 2021 that may be closed by this pull request
@@ -3,47 +3,56 @@ build-cli:
cargo build -p anchor-cli --release
cp target/release/anchor cli/npm-package/anchor

.PHONY: build-tests-bpf-%
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are makefile changes needed? Seems like they shouldn't be.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the current makefile rules build-example-bpf-all do not work because basic-0 to basic-4 are not located on "examples/" but in "examples/tutorial" (and basic-5 do not exist anymore)
Also all other examples are not located on "examples/" but on "tests/".
Since tests and tutorial is now split in two different folder I separate them in 2 different rule: "build-tests-bpf-all" and "build-example-bpf-all".
I added the rule "build-all" to build tests and tutorials.

@paul-schaaf
Copy link
Contributor

hey @inso- are you interested in finishing this? if yes, pls undo the makefile changes. We have a separate issue for that

@paul-schaaf
Copy link
Contributor

closed by #1729

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.

spl: suggest change "to" to "from" in Burn account
3 participants