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

Update program after deployment #82

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Update program after deployment #82

merged 1 commit into from
Jan 30, 2024

Conversation

danenbm
Copy link
Contributor

@danenbm danenbm commented Jan 30, 2024

Notes

  • 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.

@danenbm danenbm requested a review from blockiosaurus January 30, 2024 23:12
@danenbm
Copy link
Contributor Author

danenbm commented Jan 30, 2024

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.

@danenbm danenbm merged commit 5009297 into main Jan 30, 2024
6 of 7 checks passed
@danenbm danenbm deleted the danenbm/release branch January 30, 2024 23:21
nicholasoxford pushed a commit to Primitives-xyz/primitives-protocol that referenced this pull request Jan 16, 2025
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.

2 participants