Skip to content

Commit

Permalink
Merge branch 'brent/minor-cleanup' (#3235)
Browse files Browse the repository at this point in the history
* origin/brent/minor-cleanup:
  WIPPP
  remove folder
  remove unused deps
  improve `ValidatorState` documentation
  • Loading branch information
tzemanovic committed May 24, 2024
2 parents 19e7899 + c8eb326 commit 809550f
Show file tree
Hide file tree
Showing 45 changed files with 13 additions and 421 deletions.
52 changes: 0 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ tokio = {workspace = true, features = ["full"]}
toml.workspace = true
tracing-subscriber = { workspace = true, features = ["std", "json", "ansi", "tracing-log"]}
tracing.workspace = true
zeroize.workspace = true
warp = "0.3.2"
bytes = "1.1.0"

[target.'cfg(windows)'.dependencies]
winapi.workspace = true
Expand Down
5 changes: 0 additions & 5 deletions crates/ethereum_bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,12 @@ namada_tx = {path = "../tx"}
namada_vote_ext = {path = "../vote_ext"}

borsh.workspace = true
ethabi.workspace = true
ethers.workspace = true
eyre.workspace = true
itertools.workspace = true
konst.workspace = true
linkme = {workspace = true, optional = true}
serde.workspace = true
serde_json.workspace = true
rand.workspace = true
tendermint = {workspace = true}
tendermint-proto = {workspace = true}
thiserror.workspace = true
tracing = "0.1.30"

Expand Down
2 changes: 0 additions & 2 deletions crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ testing = ["namada_core/testing", "ibc-testkit", "proptest"]
[dependencies]
namada_core = { path = "../core" }
namada_events = { path = "../events", default-features = false }
namada_gas = { path = "../gas" }
namada_governance = { path = "../governance" }
namada_macros = {path = "../macros"}
namada_migrations = {path = "../migrations", optional = true}
namada_parameters = { path = "../parameters" }
namada_state = { path = "../state" }
namada_storage = { path = "../storage" }
namada_token = { path = "../token" }
namada_tx = { path = "../tx"}

borsh.workspace = true
konst.workspace = true
Expand Down
23 changes: 0 additions & 23 deletions crates/namada/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ namada_ethereum_bridge = { path = "../ethereum_bridge", default-features = false
namada_gas = { path = "../gas" }
namada_governance = { path = "../governance" }
namada_ibc = { path = "../ibc" }
namada_macros = { path = "../macros" }
namada_migrations = { path = "../migrations", optional = true }
namada_parameters = { path = "../parameters" }
namada_proof_of_stake = { path = "../proof_of_stake" }
Expand All @@ -106,48 +105,29 @@ namada_vote_ext = { path = "../vote_ext" }
namada_vp_env = { path = "../vp_env" }

async-trait = { version = "0.1.51", optional = true }
bimap.workspace = true
borsh.workspace = true
borsh-ext.workspace = true
circular-queue.workspace = true
clru.workspace = true
data-encoding.workspace = true
derivation-path.workspace = true
derivative.workspace = true
ethbridge-bridge-contract.workspace = true
ethers.workspace = true
eyre.workspace = true
futures.workspace = true
itertools.workspace = true
konst.workspace = true
linkme = {workspace = true, optional = true}
loupe = { version = "0.1.3", optional = true }
masp_primitives.workspace = true
masp_proofs.workspace = true
num256.workspace = true
num-traits.workspace = true
orion.workspace = true
owo-colors = "3.5.0"
parity-wasm = { version = "0.45.0", features = ["sign_ext"], optional = true }
paste.workspace = true
proptest = { workspace = true, optional = true }
prost.workspace = true
rand.workspace = true
rand_core.workspace = true
rayon = { version = "=1.5.3", optional = true }
regex.workspace = true
ripemd.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
slip10_ed25519.workspace = true
smooth-operator.workspace = true
tempfile = { version = "3.2.0", optional = true }
tendermint-rpc = { workspace = true, optional = true }
thiserror.workspace = true
tiny-bip39.workspace = true
tiny-hderive.workspace = true
toml.workspace = true
tracing.workspace = true
uint = "0.9.5"
wasm-instrument = { workspace = true, optional = true }
Expand All @@ -157,10 +137,7 @@ wasmer-compiler-singlepass = { workspace = true, optional = true }
wasmer-engine-dylib = { git = "https://github.com/heliaxdev/wasmer", rev = "255054f7f58b7b4a525f2fee6b9b86422d1ca15b", optional = true }
wasmer-engine-universal = { workspace = true, optional = true }
wasmer-vm = { git = "https://github.com/heliaxdev/wasmer", rev = "255054f7f58b7b4a525f2fee6b9b86422d1ca15b", optional = true }
# Greater versions break in `test_tx_stack_limiter` and `test_vp_stack_limiter`
wat = "=1.0.71"
wasmparser.workspace = true
zeroize.workspace = true

[target.'cfg(not(target_family = "wasm"))'.dependencies]
tokio = { workspace = true, features = ["full"] }
Expand Down
1 change: 0 additions & 1 deletion crates/parameters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ namada_core = { path = "../core" }
namada_macros = { path = "../macros" }
namada_storage = { path = "../storage" }

borsh.workspace = true
thiserror.workspace = true
2 changes: 0 additions & 2 deletions crates/proof_of_stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ namada_parameters = { path = "../parameters" }
namada_trans_token = { path = "../trans_token" }

borsh.workspace = true
data-encoding.workspace = true
konst.workspace = true
linkme = {workspace = true, optional = true}
num-traits.workspace = true
once_cell.workspace = true
proptest = { workspace = true, optional = true }
serde.workspace = true
Expand Down
Loading

0 comments on commit 809550f

Please sign in to comment.