Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,107 changes: 298 additions & 1,809 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ uuid = { version = "1.0", features = ["v4", "js"] }
console_error_panic_hook = "0.1"
base64 = "0.21"
sqlite-wasm-rs = { version = "=0.3.0", default-features = false, features = ["precompiled"] }
alloy = { version = "1.0.9", features = ["sol-types", "json", "json-abi"] }
alloy = { version = "1.0.9", default-features = false, features = ["sol-types", "json", "json-abi"] }
thiserror = "2.0.12"
proptest = "1.7.0"
revm = { version = "25.0.0", default-features = false }
wasm-bindgen-utils = { git = "https://github.com/rainlanguage/rain.wasm", rev = "06990d85a0b7c55378a1c8cca4dd9e2bc34a596a" }
revm = { version = "36", default-features = false, features = ["portable", "std", "tracer"] }
wasm-bindgen-utils = "0.1.2"
wasm-bindgen-test = "0.3"

[profile.release]
Expand Down
127 changes: 101 additions & 26 deletions flake.lock

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

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@
name = "build-submodules";
body = ''
set -euxo pipefail
rainix-sol-prelude
forge install
forge build
cd lib/rain.math.float
forge soldeer install --config-location foundry
forge build
cd ../..
'';
Expand Down
2 changes: 1 addition & 1 deletion lib/rain.math.float
Submodule rain.math.float updated 197 files
Loading
Loading