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

Changes to new Update instruction #1058

Merged
merged 45 commits into from
May 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
5f7b7aa
Additional Metadata Delegates
danenbm Mar 30, 2023
12ce7d7
Changes to Update to support new and changed delegates
danenbm Apr 3, 2023
8d3e5f4
Update tests to support new version of UpdateArgs
danenbm Apr 4, 2023
7fcadd8
Fix delegate test based on auth rules update
danenbm Apr 4, 2023
ce19636
Put enums back in original order
danenbm Apr 6, 2023
5789cfb
Change unverify test on collection delegate behavior change
danenbm Apr 6, 2023
23cfe43
Fix JS Update test
danenbm Apr 6, 2023
71db91a
Modify DA test util object to return delegate or token record
danenbm Apr 6, 2023
8cf0e57
Add collection delegate test
danenbm Apr 6, 2023
2920b21
Comment out JS test where the delegate is no longer available
danenbm Apr 6, 2023
dc4852c
Add test for collection item delegate
danenbm Apr 6, 2023
5fd48e7
Regenerate JS API
danenbm Apr 6, 2023
ff4d372
Add more delegate success test cases
danenbm Apr 6, 2023
cd49af1
Add tests for delegate not authorized
danenbm Apr 7, 2023
7a6e884
Add Update test for persistent delegate and token standard pass/fail
danenbm Apr 7, 2023
ee4219d
Allow collection delegates to use update arg val for permission
danenbm Apr 11, 2023
2bda353
Test that collection programmable config delegate cannot update colle…
danenbm Apr 11, 2023
7e2e360
Move dependencies up
danenbm Apr 11, 2023
61f863e
Update deps in Cargo.lock and add test using old TM lib
danenbm Apr 11, 2023
c1612a1
Merge branch 'master' into danenbm/new-update
danenbm Apr 11, 2023
882084f
Update JS test to check invalid role
danenbm Apr 11, 2023
2facf40
Minor deconstruct update and comments
danenbm Apr 11, 2023
7759e41
merge master into branch
samuelvanderwaal Apr 13, 2023
1aea4e4
Remove check for mint decimals zero when changing token standard
danenbm Apr 18, 2023
2e61c77
Make Data delegate collection-level and add DataItem delegate
danenbm Apr 19, 2023
fe489a6
Regenerate IDL and SDK
danenbm Apr 19, 2023
308efec
Use different UpdateArg types for different delegates (#1066)
danenbm Apr 19, 2023
84e333a
Revert to master Cargo.toml and lock file
danenbm Apr 21, 2023
7670848
Merge branch 'master' into danenbm/new-update
danenbm Apr 21, 2023
3afec31
Doing cargo update -p mpl-token-metadata@1.10.0
danenbm Apr 21, 2023
a075afd
Update tests for new UpdateArgs variants
danenbm Apr 21, 2023
7acf16c
Regenerate IDL and JS lib
danenbm Apr 21, 2023
1fcb165
Make delegate_record, token, and edition readonly
danenbm Apr 24, 2023
8f066c0
Add some tests for collection-level Data delegate
danenbm Apr 25, 2023
5241144
Add collection delegate update authority mismatch test
danenbm Apr 25, 2023
0cc7129
Rename UpdateArgs to indicate updating as a role
danenbm Apr 26, 2023
be50b1e
Regenerate IDL and SDK
danenbm Apr 26, 2023
f96b81a
Merge branch 'master' into danenbm/new-update
danenbm Apr 27, 2023
b284445
Space savings
danenbm Apr 27, 2023
540c093
Allow passing in current token standard
danenbm Apr 27, 2023
8cf70af
Clarify comments and reorder account validations
danenbm Apr 27, 2023
d131663
Merge branch 'master' into danenbm/new-update
danenbm Apr 27, 2023
08ff9d8
Minor comment update
danenbm Apr 27, 2023
27bf163
Minor description change to generated IDL/SDK
danenbm Apr 27, 2023
e586ea0
Add more BPF tests
danenbm Apr 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 19 additions & 18 deletions token-metadata/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading