Skip to content

Commit

Permalink
Isolate wallet-contract from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
staffik committed Dec 7, 2023
1 parent 17a7072 commit ca2211f
Show file tree
Hide file tree
Showing 9 changed files with 1,688 additions and 598 deletions.
709 changes: 127 additions & 582 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ members = [
"runtime/near-vm-runner",
"runtime/near-vm-runner/fuzz",
"runtime/near-wallet-contract",
"runtime/near-wallet-contract/wallet-contract",
"runtime/runtime",
"runtime/runtime-params-estimator",
"runtime/runtime-params-estimator/estimator-warehouse",
Expand Down
2 changes: 2 additions & 0 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ nightly = [
"near-telemetry/nightly",
"near-undo-block/nightly",
"near-vm-runner/nightly",
"near-wallet-contract/nightly",
"nearcore/nightly",
"node-runtime/nightly",
"testlib/nightly",
Expand All @@ -132,6 +133,7 @@ nightly_protocol = [
"near-telemetry/nightly_protocol",
"near-undo-block/nightly_protocol",
"near-vm-runner/nightly_protocol",
"near-wallet-contract/nightly_protocol",
"nearcore/nightly_protocol",
"node-runtime/nightly_protocol",
"testlib/nightly_protocol",
Expand Down
8 changes: 7 additions & 1 deletion runtime/near-wallet-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ wasm-encoder.workspace = true
wasm-smith.workspace = true

[features]
nightly = []
nightly_protocol = [
"near-vm-runner/nightly_protocol",
]
nightly = [
"nightly_protocol",
"near-vm-runner/nightly",
]
Binary file modified runtime/near-wallet-contract/res/nightly_wallet_contract.wasm
Binary file not shown.
Binary file modified runtime/near-wallet-contract/res/wallet_contract.wasm
Binary file not shown.
Loading

0 comments on commit ca2211f

Please sign in to comment.