discriminator

This commit is contained in:
Hardhat Chad
2024-02-15 23:43:33 +00:00
parent 086a705a39
commit 754b18e21a
12 changed files with 215 additions and 176 deletions

28
Cargo.lock generated
View File

@@ -418,9 +418,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.5"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64ct"
@@ -2851,7 +2851,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
dependencies = [
"async-compression",
"base64 0.21.5",
"base64 0.21.7",
"bytes",
"encoding_rs",
"futures-core",
@@ -3009,7 +3009,7 @@ version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64 0.21.5",
"base64 0.21.7",
]
[[package]]
@@ -3372,7 +3372,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21ed570fba6f909f69c888b48b39c7e61b454e3594e448d0dad9d973f27f5668"
dependencies = [
"Inflector",
"base64 0.21.5",
"base64 0.21.7",
"bincode",
"bs58 0.4.0",
"bv",
@@ -3827,7 +3827,7 @@ dependencies = [
"ark-ec",
"ark-ff",
"ark-serialize",
"base64 0.21.5",
"base64 0.21.7",
"bincode",
"bitflags 2.4.1",
"blake3",
@@ -3877,7 +3877,7 @@ version = "1.17.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5dbb56d36cc15b4cf5a71c0ce6262a263212f7a312b0dbc41b226654329c37"
dependencies = [
"base64 0.21.5",
"base64 0.21.7",
"bincode",
"eager",
"enum-iterator",
@@ -3907,7 +3907,7 @@ checksum = "61bbf119c35d4393702953e586b72053c3b80a92c781931cd412d53d2036475e"
dependencies = [
"assert_matches",
"async-trait",
"base64 0.21.5",
"base64 0.21.7",
"bincode",
"chrono-humanize",
"crossbeam-channel",
@@ -4017,7 +4017,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91503edfdb2ba9c5e0127048e7795f22e050cf2bcee1259361af113d533b4b26"
dependencies = [
"async-trait",
"base64 0.21.5",
"base64 0.21.7",
"bincode",
"bs58 0.4.0",
"indicatif",
@@ -4042,7 +4042,7 @@ version = "1.17.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "131662e5eea4fa5fc88b01f07d9e430315c0976be848ba3994244249c5fb033a"
dependencies = [
"base64 0.21.5",
"base64 0.21.7",
"bs58 0.4.0",
"jsonrpc-core",
"reqwest",
@@ -4078,7 +4078,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf63159e669f29065c9ff280c09f5b96139b00258502ee401338150fce78fed7"
dependencies = [
"arrayref",
"base64 0.21.5",
"base64 0.21.7",
"bincode",
"blake3",
"bv",
@@ -4155,7 +4155,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb34583922c5e79004ad8d8d69f333d274d21b614f0e1a575f325fc29a104ec2"
dependencies = [
"assert_matches",
"base64 0.21.5",
"base64 0.21.7",
"bincode",
"bitflags 2.4.1",
"borsh 0.10.3",
@@ -4344,7 +4344,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c180013e406418d593ce7b51da7007a638ace18261de14901b090e53a1d7025"
dependencies = [
"Inflector",
"base64 0.21.5",
"base64 0.21.7",
"bincode",
"borsh 0.10.3",
"bs58 0.4.0",
@@ -4455,7 +4455,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d932d7b13a223a6c1068d7061df7e9d2de14bfc0a874350eef19d59086b04a"
dependencies = [
"aes-gcm-siv",
"base64 0.21.5",
"base64 0.21.7",
"bincode",
"bytemuck",
"byteorder",