Skip to content

Commit 9c6b74e

Browse files
authored
feat: Integrate Smartdeploy as loam registry (#181)
* feat: add to_string and log that doesn't require a passed `env` * feat: initial commit * feat: add tests and start refactor * fix: fmt * feat: fix wasm registry * fix: try to minimize the key sizes * fix: update to newest CLI and such * feat: add constructor Temp. breaks the example contracts that need constructor... * fix: update readme add initial work toward publishing example wasms * fix: fmt
1 parent 22a4b9a commit 9c6b74e

File tree

23 files changed

+2158
-605
lines changed

23 files changed

+2158
-605
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# b = "build"
66
# c = "check"
77
# t = "nextest run "
8-
# r = "run"
8+
r = "run --quiet --"
99
# rr = "run --release"
1010
# recursive_example = "rr --example recursions"
1111
# space_example = ["run", "--release", "--", "\"command list\""]

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
target/
22
.soroban/
33
.env
4-
test_snapshots/
4+
test_snapshots/

0 commit comments

Comments
 (0)