Commit 9c6b74e
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: fmt1 parent 22a4b9a commit 9c6b74e
File tree
23 files changed
+2158
-605
lines changed- .cargo
- contracts/registry
- src
- registry
- test
- crates
- loam-cli/src/commands/build
- loam-subcontract-core/src
- examples/soroban
- account/src
- increment-init/src
- liquidity_pool/src
23 files changed
+2158
-605
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments