chore(lee): rebuild artifacts after rebase, drop unused base58 dep

Rebases marvin/program-as-account-2 onto the updated
marvin/program-as-account (SeenShard cap fix), regenerating program
and circuit artifacts plus the sequencer test fixture to match.
Also removes lez/wallet's now-unused base58 dependency, dead since
AccountId gained its own Display/FromStr base58 encoding.
This commit is contained in:
Marvin Jones
2026-08-18 10:55:32 -04:00
parent 2ceec244a0
commit 0752592f02
20 changed files with 0 additions and 2 deletions
Generated
-1
View File
@@ -11615,7 +11615,6 @@ dependencies = [
"associated_token_account_core",
"async-stream",
"authenticated_transfer_core",
"base58",
"bincode",
"bip39",
"bridge_core",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1
View File
@@ -38,7 +38,6 @@ humantime-serde.workspace = true
humantime.workspace = true
tokio = { workspace = true, features = ["macros"] }
clap.workspace = true
base58.workspace = true
hex.workspace = true
rand.workspace = true
itertools.workspace = true
Binary file not shown.