Skip to content

Commit

Permalink
fix: allow no metadata for cnft mints
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasPennie committed Oct 15, 2023
1 parent d22227f commit 929c578
Show file tree
Hide file tree
Showing 18 changed files with 6,451 additions and 3,448 deletions.
1,974 changes: 1,214 additions & 760 deletions das_api/Cargo.lock

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions das_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,17 @@ cadence-macros = "0.29.0"
sqlx = { version = "0.6.2", features = ["macros", "runtime-tokio-rustls", "postgres", "uuid", "offline", "json"] }
sea-orm = { version = "0.10.6", features = ["macros", "runtime-tokio-rustls", "sqlx-postgres"] }
tokio-postgres = "0.7.7"
solana-sdk = { version = "~1.14.14" }
solana-sdk = "~1.16.16"
bs58 = "0.4.0"
log = "0.4.17"
env_logger = "0.10"
schemars = "0.8.6"
schemars_derive = "0.8.6"
open-rpc-derive = { version = "0.0.4"}
open-rpc-schema = { version = "0.0.4"}

[patch.crates-io]
blockbuster = { git = "https://github.com/metaplex-foundation/blockbuster", branch="1.14" }
anchor-lang = { git="https://github.com/metaplex-foundation/anchor" }
mpl-token-metadata = { git="https://github.com/metaplex-foundation/metaplex-program-library", branch="update-deps"}
mpl-candy-machine-core = { git="https://github.com/metaplex-foundation/metaplex-program-library", branch="update-deps"}
mpl-bubblegum = { git="https://github.com/metaplex-foundation/metaplex-program-library", branch="update-deps"}
mpl-candy-guard = { git="https://github.com/metaplex-foundation/mpl-candy-guard", branch="update-deps"}
blockbuster = { git = "https://github.com/metaplex-foundation/blockbuster.git", rev = "e5d96d62969af42ce1c7f10cca88dc1c4f643598" }
anchor-lang = "0.28.0"
mpl-token-metadata = { version = "=2.0.0-beta.1", features = ["serde-feature"] }
mpl-candy-machine-core = { version = "2.0.1", features = ["no-entrypoint"] }
mpl-bubblegum = "=1.0.1-beta.2"
mpl-candy-guard = { version = "2.0.0", features = ["no-entrypoint"] }
Loading

0 comments on commit 929c578

Please sign in to comment.