Skip to content

Commit

Permalink
Adding manual resizing to TM metadata accounts (#1183)
Browse files Browse the repository at this point in the history
* Adding manual resizing to TM metadata accounts.

* Fixing borrow issues.

* Addition FPS fixes.

* Fixing outstanding size issues with CM.

* Updating TM to be dumped from devnet.

* Fixing entangler.
  • Loading branch information
blockiosaurus authored Sep 12, 2024
1 parent 4e913b5 commit 3b9e6b8
Show file tree
Hide file tree
Showing 28 changed files with 431 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-program/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
working-directory: ./${{ inputs.name }}/program
run: |
mkdir -p ../../test-programs
solana program dump -u https://api.mainnet-beta.solana.com metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s ../../test-programs/mpl_token_metadata.so
solana program dump -u https://api.devnet.solana.com metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s ../../test-programs/mpl_token_metadata.so
solana program dump -u https://api.mainnet-beta.solana.com auth9SigNpDKz4sJJ1DfCTuZrZNSAgh9sFD3rboVmgg ../../test-programs/mpl_token_auth_rules.so
solana program dump -u https://api.mainnet-beta.solana.com Roostrnex2Z9Y2XZC49sFAdZARP8E4iFpEnZC5QJWdz ../../test-programs/rooster.so
cargo +${{ env.RUST_TOOLCHAIN }} build-bpf --version
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/program/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ runs:
working-directory: ./${{ inputs.name }}/program
run: |
mkdir -p ../../test-programs
solana program dump -u https://api.mainnet-beta.solana.com metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s ../../test-programs/mpl_token_metadata.so
solana program dump -u https://api.devnet.solana.com metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s ../../test-programs/mpl_token_metadata.so
shell: bash
Loading

0 comments on commit 3b9e6b8

Please sign in to comment.