Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement state replace contract #208

Merged
merged 12 commits into from
Jun 30, 2023
Merged
664 changes: 0 additions & 664 deletions state-cleanup/Cargo.lock

This file was deleted.

21 changes: 0 additions & 21 deletions state-cleanup/Cargo.toml

This file was deleted.

18 changes: 0 additions & 18 deletions state-cleanup/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions state-cleanup/build.sh

This file was deleted.

Binary file removed state-cleanup/res/state_cleanup.wasm
Binary file not shown.
26 changes: 0 additions & 26 deletions state-cleanup/src/lib.rs

This file was deleted.

2 changes: 2 additions & 0 deletions state-manipulation/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.wasm32-unknown-unknown]
rustflags = ["-C", "link-arg=-s"]
1 change: 1 addition & 0 deletions state-manipulation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.near-credentials