diff --git a/Cargo.lock b/Cargo.lock index 7cfa26c..a399ec0 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", @@ -4057,7 +4057,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", @@ -4104,6 +4104,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" @@ -4143,7 +4149,7 @@ dependencies = [ "solana-banks-interface", "solana-clock", "solana-commitment-config", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-program-pack", "solana-pubkey", @@ -4170,7 +4176,7 @@ dependencies = [ "solana-account", "solana-clock", "solana-commitment-config", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-pubkey", "solana-signature", @@ -4195,7 +4201,7 @@ dependencies = [ "solana-client", "solana-clock", "solana-commitment-config", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-pubkey", "solana-runtime", @@ -4240,7 +4246,7 @@ checksum = "ffa2e3bdac3339c6d0423275e45dafc5ac25f4d43bf344d026a3cc9a85e244a6" dependencies = [ "blake3", "solana-define-syscall", - "solana-hash", + "solana-hash 3.0.0", ] [[package]] @@ -4324,7 +4330,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", @@ -4376,7 +4382,7 @@ dependencies = [ "solana-commitment-config", "solana-connection-cache", "solana-epoch-info", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-keypair", "solana-measure", @@ -4410,7 +4416,7 @@ dependencies = [ "solana-account", "solana-commitment-config", "solana-epoch-info", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-keypair", "solana-message", @@ -4443,7 +4449,7 @@ checksum = "eb7692fa6bf10a1a86b450c4775526f56d7e0e2116a53313f2533b5694abea64" dependencies = [ "serde", "serde_derive", - "solana-hash", + "solana-hash 3.0.0", ] [[package]] @@ -4650,7 +4656,7 @@ checksum = "b319a4ed70390af911090c020571f0ff1f4ec432522d05ab89f5c08080381995" dependencies = [ "serde", "serde_derive", - "solana-hash", + "solana-hash 3.0.0", "solana-sdk-ids", "solana-sdk-macro", "solana-sysvar-id", @@ -4663,7 +4669,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", ] @@ -4700,7 +4706,7 @@ dependencies = [ "serde_derive", "solana-address-lookup-table-interface", "solana-clock", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-keccak-hasher", "solana-message", @@ -4778,7 +4784,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", @@ -4817,6 +4823,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" @@ -4880,7 +4892,7 @@ checksum = "57eebd3012946913c8c1b8b43cdf8a6249edb09c0b6be3604ae910332a3acd97" dependencies = [ "sha3", "solana-define-syscall", - "solana-hash", + "solana-hash 3.0.0", ] [[package]] @@ -5011,7 +5023,7 @@ dependencies = [ "lazy_static", "serde", "serde_derive", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-pubkey", "solana-sanitize", @@ -5087,7 +5099,7 @@ dependencies = [ "serde", "serde_derive", "solana-fee-calculator", - "solana-hash", + "solana-hash 3.0.0", "solana-pubkey", "solana-sha256-hasher", ] @@ -5099,7 +5111,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", ] @@ -5138,7 +5150,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-stake", "solana-example-mocks", "solana-fee-calculator", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-instruction-error", "solana-instructions-sysvar", @@ -5294,7 +5306,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", @@ -5346,7 +5358,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", @@ -5388,7 +5400,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]] @@ -5516,7 +5528,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", @@ -5560,7 +5572,7 @@ checksum = "b9902af67012d1e92b4a737e26329ae17c4678b5322ed841aa0018bfcfd7a033" dependencies = [ "solana-account", "solana-commitment-config", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-nonce", "solana-pubkey", @@ -5666,7 +5678,7 @@ dependencies = [ "solana-fee-structure", "solana-genesis-config", "solana-hard-forks", - "solana-hash", + "solana-hash 3.0.0", "solana-inflation", "solana-instruction", "solana-keypair", @@ -5740,7 +5752,7 @@ dependencies = [ "log", "solana-compute-budget", "solana-compute-budget-instruction", - "solana-hash", + "solana-hash 3.0.0", "solana-message", "solana-pubkey", "solana-sdk-ids", @@ -5865,7 +5877,7 @@ dependencies = [ "solana-client", "solana-clock", "solana-connection-cache", - "solana-hash", + "solana-hash 3.0.0", "solana-keypair", "solana-measure", "solana-metrics", @@ -5917,7 +5929,7 @@ checksum = "a9b912ba6f71cb202c0c3773ec77bf898fa9fe0c78691a2d6859b3b5b8954719" dependencies = [ "sha2 0.10.8", "solana-define-syscall", - "solana-hash", + "solana-hash 3.0.0", ] [[package]] @@ -5936,7 +5948,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", ] @@ -5973,7 +5985,7 @@ checksum = "80a293f952293281443c04f4d96afd9d547721923d596e92b4377ed2360f1746" dependencies = [ "serde", "serde_derive", - "solana-hash", + "solana-hash 3.0.0", "solana-sdk-ids", "solana-sysvar-id", ] @@ -6112,7 +6124,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", @@ -6192,7 +6204,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", @@ -6257,7 +6269,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", @@ -6285,7 +6297,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", @@ -6392,15 +6404,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", @@ -6541,7 +6553,7 @@ dependencies = [ "solana-account", "solana-bincode", "solana-clock", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-keypair", "solana-packet", @@ -6570,7 +6582,7 @@ dependencies = [ "serde_derive", "serde_with", "solana-clock", - "solana-hash", + "solana-hash 3.0.0", "solana-instruction", "solana-instruction-error", "solana-pubkey", @@ -6599,7 +6611,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 8a809a4..1d0e418 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -25,7 +25,7 @@ solana-native-token = "3.0.0" solana-program-test = "3.0.10" solana-signer = "3.0.0" solana-system-interface = "2" -solana-transaction = "3.0.0" +solana-transaction = "3.0.2" static_assertions = "1.1.0" [lib]