Skip to content

Conversation

@stegaBOB
Copy link
Contributor

Bumps anchor version, fixes Clippy issues, splits up huge file into multiple byte sized chunks.

Also uses the currently unused UUID as a sentinel to check if a collection has been set.

@stegaBOB stegaBOB marked this pull request as draft May 4, 2022 17:39
stegaBOB added 4 commits May 4, 2022 12:44
# Conflicts:
#	candy-machine/program/Cargo.lock
#	candy-machine/program/Cargo.toml
#	candy-machine/program/src/lib.rs
#	candy-machine/program/src/utils.rs
@stegaBOB stegaBOB marked this pull request as ready for review May 5, 2022 01:45
Copy link
Contributor

@austbot austbot left a comment

Choose a reason for hiding this comment

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

A few nits and one validation. but other wise great work

@austbot
Copy link
Contributor

austbot commented May 6, 2022

We will need to announce the idl change

@stegaBOB
Copy link
Contributor Author

stegaBOB commented May 6, 2022

There's basically no IDL change. What we need to announce more is the enforcement of the collections

danenbm
danenbm previously approved these changes May 17, 2022
Copy link
Contributor

@danenbm danenbm left a comment

Choose a reason for hiding this comment

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

Looks good to me, and all the updates since last CR look good to me. But you may want a second set of eyes, especially on things like updates to solita and generated commands, since I'm still pretty new to this code base overall.

Copy link
Contributor

@samuelvanderwaal samuelvanderwaal left a comment

Choose a reason for hiding this comment

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

I reviewed the two latest commits and they looked fine, other than failing CI.

- 'core/**'
package:
- 'candy-machine/**'
build-lint-and-test-auction:
Copy link
Contributor

Choose a reason for hiding this comment

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

you don't need to do all this in one step consider breaking up in the future

wallet: this.wallet.toBase58(),
tokenMint: this.tokenMint,
itemsRedeemed: this.itemsRedeemed,
itemsRedeemed: (() => {
Copy link
Contributor

Choose a reason for hiding this comment

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

what is this?

@austbot austbot merged commit 1596a05 into master May 23, 2022
@roederw roederw deleted the stegaBOB/enforce-cm-collections branch June 7, 2022 18:08
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.

5 participants