diff --git a/Cargo.lock b/Cargo.lock index 0441527..8ed2c3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ checksum = "be80c9787c7f30819e2999987cc6208c1ec6f775d7ed2b70f61a00a6e8acc0c8" dependencies = [ "ahash 0.8.11", "solana-epoch-schedule", - "solana-hash", + "solana-hash 3.0.0", "solana-pubkey", "solana-sha256-hasher", "solana-svm-feature-set", @@ -121,7 +121,7 @@ dependencies = [ "solana-clock", "solana-cpi", "solana-curve25519", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-keccak-hasher", "solana-loader-v3-interface", @@ -153,7 +153,7 @@ version = "3.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d04daeab9de8d1098156d2a73ec5e8dd019b628884c201e5af3f1e8baeffd1b0" dependencies = [ - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-packet", "solana-pubkey", @@ -4055,7 +4055,7 @@ dependencies = [ "solana-epoch-schedule", "solana-fee-calculator", "solana-genesis-config", - "solana-hash", + "solana-hash 3.0.0", "solana-lattice-hash", "solana-measure", "solana-message", @@ -4101,6 +4101,12 @@ dependencies = [ "solana-sha256-hasher", ] +[[package]] +name = "solana-address" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e37320fd2945c5d654b2c6210624a52d66c3f1f73b653ed211ab91a703b35bdd" + [[package]] name = "solana-address-lookup-table-interface" version = "3.0.0" @@ -4140,7 +4146,7 @@ dependencies = [ "solana-banks-interface", "solana-clock", "solana-commitment-config", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-program-pack", "solana-pubkey", @@ -4167,7 +4173,7 @@ dependencies = [ "solana-account", "solana-clock", "solana-commitment-config", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-pubkey", "solana-signature", @@ -4192,7 +4198,7 @@ dependencies = [ "solana-client", "solana-clock", "solana-commitment-config", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-pubkey", "solana-runtime", @@ -4237,7 +4243,7 @@ checksum = "ffa2e3bdac3339c6d0423275e45dafc5ac25f4d43bf344d026a3cc9a85e244a6" dependencies = [ "blake3", "solana-define-syscall", - "solana-hash", + "solana-hash 3.0.0", ] [[package]] @@ -4321,7 +4327,7 @@ dependencies = [ "agave-feature-set", "solana-bpf-loader-program", "solana-compute-budget-program", - "solana-hash", + "solana-hash 3.0.0", "solana-loader-v4-program", "solana-program-runtime", "solana-pubkey", @@ -4373,7 +4379,7 @@ dependencies = [ "solana-commitment-config", "solana-connection-cache", "solana-epoch-info", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-keypair", "solana-measure", @@ -4407,7 +4413,7 @@ dependencies = [ "solana-account", "solana-commitment-config", "solana-epoch-info", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-keypair", "solana-message", @@ -4440,7 +4446,7 @@ checksum = "eb7692fa6bf10a1a86b450c4775526f56d7e0e2116a53313f2533b5694abea64" dependencies = [ "serde", "serde_derive", - "solana-hash", + "solana-hash 3.0.0", ] [[package]] @@ -4647,7 +4653,7 @@ checksum = "b319a4ed70390af911090c020571f0ff1f4ec432522d05ab89f5c08080381995" dependencies = [ "serde", "serde_derive", - "solana-hash", + "solana-hash 3.0.0", "solana-sdk-ids", "solana-sdk-macro", "solana-sysvar-id", @@ -4660,7 +4666,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e507099d0c2c5d7870c9b1848281ea67bbeee80d171ca85003ee5767994c9c38" dependencies = [ "siphasher 0.3.11", - "solana-hash", + "solana-hash 3.0.0", "solana-pubkey", ] @@ -4744,7 +4750,7 @@ dependencies = [ "solana-cluster-type", "solana-epoch-schedule", "solana-fee-calculator", - "solana-hash", + "solana-hash 3.0.0", "solana-inflation", "solana-keypair", "solana-poh-config", @@ -4782,6 +4788,12 @@ dependencies = [ "solana-sanitize", ] +[[package]] +name = "solana-hash" +version = "4.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a5d48a6ee7b91fc7b998944ab026ed7b3e2fc8ee3bc58452644a86c2648152f" + [[package]] name = "solana-inflation" version = "3.0.0" @@ -4844,7 +4856,7 @@ checksum = "57eebd3012946913c8c1b8b43cdf8a6249edb09c0b6be3604ae910332a3acd97" dependencies = [ "sha3", "solana-define-syscall", - "solana-hash", + "solana-hash 3.0.0", ] [[package]] @@ -4975,8 +4987,8 @@ dependencies = [ "lazy_static", "serde", "serde_derive", - "solana-address", - "solana-hash", + "solana-address 1.0.0", + "solana-hash 3.0.0", "solana-instruction", "solana-sanitize", "solana-sdk-ids", @@ -5051,7 +5063,7 @@ dependencies = [ "serde", "serde_derive", "solana-fee-calculator", - "solana-hash", + "solana-hash 3.0.0", "solana-pubkey", "solana-sha256-hasher", ] @@ -5063,7 +5075,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "805fd25b29e5a1a0e6c3dd6320c9da80f275fbe4ff6e392617c303a2085c435e" dependencies = [ "solana-account", - "solana-hash", + "solana-hash 3.0.0", "solana-nonce", "solana-sdk-ids", ] @@ -5102,7 +5114,7 @@ dependencies = [ "rand 0.8.5", "rayon", "serde", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-metrics", "solana-packet", @@ -5200,7 +5212,7 @@ dependencies = [ "solana-epoch-rewards", "solana-epoch-schedule", "solana-fee-structure", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-last-restart-slot", "solana-program-entrypoint", @@ -5252,7 +5264,7 @@ dependencies = [ "solana-epoch-schedule", "solana-fee-calculator", "solana-genesis-config", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-keypair", "solana-loader-v3-interface", @@ -5294,7 +5306,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8909d399deb0851aa524420beeb5646b115fd253ef446e35fe4504c904da3941" dependencies = [ "rand 0.8.5", - "solana-address", + "solana-address 1.0.0", ] [[package]] @@ -5422,7 +5434,7 @@ dependencies = [ "solana-epoch-info", "solana-epoch-schedule", "solana-feature-gate-interface", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-message", "solana-pubkey", @@ -5466,7 +5478,7 @@ checksum = "b9902af67012d1e92b4a737e26329ae17c4678b5322ed841aa0018bfcfd7a033" dependencies = [ "solana-account", "solana-commitment-config", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-nonce", "solana-pubkey", @@ -5572,7 +5584,7 @@ dependencies = [ "solana-fee-structure", "solana-genesis-config", "solana-hard-forks", - "solana-hash", + "solana-hash 3.0.0", "solana-inflation", "solana-instruction", "solana-keypair", @@ -5646,7 +5658,7 @@ dependencies = [ "log", "solana-compute-budget", "solana-compute-budget-instruction", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-pubkey", "solana-sdk-ids", @@ -5777,7 +5789,7 @@ dependencies = [ "solana-client", "solana-clock", "solana-connection-cache", - "solana-hash", + "solana-hash 3.0.0", "solana-keypair", "solana-measure", "solana-metrics", @@ -5829,7 +5841,7 @@ checksum = "a9b912ba6f71cb202c0c3773ec77bf898fa9fe0c78691a2d6859b3b5b8954719" dependencies = [ "sha2 0.10.8", "solana-define-syscall", - "solana-hash", + "solana-hash 3.0.0", ] [[package]] @@ -5848,7 +5860,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94953e22ca28fe4541a3447d6baeaf519cc4ddc063253bfa673b721f34c136bb" dependencies = [ "solana-hard-forks", - "solana-hash", + "solana-hash 3.0.0", "solana-sha256-hasher", ] @@ -5885,7 +5897,7 @@ checksum = "80a293f952293281443c04f4d96afd9d547721923d596e92b4377ed2360f1746" dependencies = [ "serde", "serde_derive", - "solana-hash", + "solana-hash 3.0.0", "solana-sdk-ids", "solana-sysvar-id", ] @@ -6024,7 +6036,7 @@ dependencies = [ "solana-account", "solana-clock", "solana-fee-structure", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-instructions-sysvar", "solana-loader-v3-interface", @@ -6104,7 +6116,7 @@ version = "3.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "336583f8418964f7050b98996e13151857995604fe057c0d8f2f3512a16d3a8b" dependencies = [ - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-pubkey", "solana-sdk-ids", @@ -6169,7 +6181,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a31b5699ec533621515e714f1533ee6b3b0e71c463301d919eb59b8c1e249d30" dependencies = [ - "solana-hash", + "solana-hash 3.0.0", "solana-keypair", "solana-message", "solana-pubkey", @@ -6195,7 +6207,7 @@ dependencies = [ "solana-epoch-rewards", "solana-epoch-schedule", "solana-fee-calculator", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-last-restart-slot", "solana-program-entrypoint", @@ -6302,15 +6314,15 @@ dependencies = [ [[package]] name = "solana-transaction" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64928e6af3058dcddd6da6680cbe08324b4e071ad73115738235bbaa9e9f72a5" +checksum = "2ceb2efbf427a91b884709ffac4dac29117752ce1e37e9ae04977e450aa0bb76" dependencies = [ "bincode", "serde", "serde_derive", - "solana-address", - "solana-hash", + "solana-address 2.0.0", + "solana-hash 4.0.1", "solana-instruction", "solana-instruction-error", "solana-message", @@ -6451,7 +6463,7 @@ dependencies = [ "solana-account", "solana-bincode", "solana-clock", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-keypair", "solana-packet", @@ -6480,7 +6492,7 @@ dependencies = [ "serde_derive", "serde_with", "solana-clock", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-instruction-error", "solana-pubkey", @@ -6509,7 +6521,7 @@ dependencies = [ "solana-bincode", "solana-clock", "solana-epoch-schedule", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-keypair", "solana-packet", diff --git a/program/Cargo.toml b/program/Cargo.toml index a51283f..0714486 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "2.0.12" solana-keypair = "3.0.0" solana-program-test = "3.0.10" solana-system-interface = "2" -solana-transaction = "3.0.0" +solana-transaction = "3.0.2" solana-transaction-error = "3.0.0" [lib]