Skip to content

Commit

Permalink
[Gummyroll] Single authority for each tree (#153)
Browse files Browse the repository at this point in the history
* remove append_authority from contract

* update gummyroll ts sdk

* update gummyroll tests

* remove append authority from bubblegum contract

* update bubblegum ts sdk

* Added slightly more robust logic to proof filling (#155)

* Added more tests to gummyroll for canopy proof inference

* Change GRoll key for use on devnet

Co-authored-by: Noah Gundotra <[email protected]>
Co-authored-by: Jarry Xiao <[email protected]>
Co-authored-by: jarry-xiao <[email protected]>
  • Loading branch information
4 people authored Jul 21, 2022
1 parent a3df476 commit b00fdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/programs/candy-wrapper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare_id!("WRAPYChf58WFCnyjXKJHtrPgzKXgHp6MD9aVDqJBbGh");
#[cfg(not(feature = "no-entrypoint"))]
entrypoint!(wrap);

fn wrap(
pub fn wrap(
_program_id: &Pubkey,
_accounts: &[AccountInfo],
_instruction_data: &[u8],
Expand Down

0 comments on commit b00fdad

Please sign in to comment.