Manually updated release values because I did not set the CI to publish the program crate (as we aren't doing that any more).
Solita testing
Also ran these, even though most if not all of the functionality, including the new update_metadata Solita tests, were ported to Umi.
PASS tests/main.test.ts (273.179 s)
Bubblegum tests
✓ Can create a Bubblegum tree and mint to it (13770 ms)
Unit test compressed NFT instructions
✓ Can verify existence of a compressed NFT (14180 ms)
✓ Can transfer and burn a compressed NFT (14577 ms)
✓ Can redeem and decompress compressed NFT (14582 ms)
Update metadata
Not linked to collection
✓ Simple update (14570 ms)
✓ Cannot use collection_authority (44117 ms)
✓ Cannot verify currently unverified creator if not signer (14166 ms)
✓ Can verify currently unverified creator if signer (14166 ms)
✓ Cannot unverify currently verified creator if not signer (27921 ms)
✓ Can unverify currently verified creator if signer (14574 ms)
Linked to collection
✓ Linked to verified collection update (42103 ms)
✓ Cannot use tree_owner when item in collection (41276 ms)
Test Suites: 1 passed, 1 total
Tests: 12 passed, 12 total
Snapshots: 0 total
Time: 273.215 s
Ran all test suites matching /tests/i.
Done in 282.80s.
Merging even though the generate clients CI test failed. This is because we hand modified the IDL so the working directory won't be clean, so we expect the CI failure.
Notes
Solita testing
update_metadata
Solita tests, were ported to Umi.Test Suites: 1 passed, 1 total Tests: 12 passed, 12 total Snapshots: 0 total Time: 273.215 s Ran all test suites matching /tests/i. Done in 282.80s.