Commit 22a4b9a
Add Loam ports of Soroban example contracts (#174)
* copy over files
* cargo toml format
* Revert "cargo toml format"
This reverts commit 53a6d26.
* update cargo toml
* more progress on importing contracts into loam
* fix account example
* more progress on porting, account fixes
* more progress on examples port
* finish porting examples from smart deploy
* add missing soroban examples
* get account test working
* adding tests
* fix: update cargo tomls and use
* fix: tests
* more updates
* more updates to liquidity pool, add test to single offer
* make mod pub for contract import
* remove unused import
* fix single offer and timelock
* change to use error for token so that panic checks work
* fix part of the liquidity pool example
* remaining fixes
* cargo fmt
* fix other liq pool tests
* clippy fixes
* fmt
* remove test files
* fix: update account storage
* fix: alloc
* fix: atomic multiswap
* fix: atomic swap
* fix: auth
* fix: calculator
* fix: custom_types
* fix: fmt
* fix: deep_contract_aouth
* fix: deployer
* fix: errors
* fix: events
* fix: clippy
* fix: ft
* fix: hello world
* fix: increment
* fix: increment-init
* fix: clippy
* fix: liquidity pool
* fix: logging
* fix: simple account
* fix: single offer
* fix: status message
* fix: timelock
* fix: token
* fix: ttl
* fix: update to upstream example
* fix: updated to upstream
* fix: isolate integration tests
* fix: fix all tests
* fix: fmt
* fix: split tests across different CI runs as not all need the server
* fix: build before clippy so contracts get expanded in proc macro
* fix: separate out the tests that don't require RPC
* fix: remove old mod refs
* fix: cargo fmt
* fix: add just to CI test
* fix: ignore stalling test and setup rust for other test
---------
Co-authored-by: Willem Wyndham <willem@ahalabs.dev>1 parent 261b8b4 commit 22a4b9a
File tree
141 files changed
+15459
-200
lines changed- .config
- .github/workflows
- crates
- loam-cli
- tests/it
- build_clients
- loam-sdk-macro/src
- loam-sdk
- loam-soroban-sdk
- src
- examples/soroban
- account
- src
- alloc
- src
- atomic_multiswap
- src
- atomic_swap
- src
- auth
- src
- calculator/src
- cross_contract
- contract_a
- src
- contract_b
- src
- contract_c
- src
- custom_types
- src
- deep_contract_auth
- src
- deployer
- contract
- src
- deployer
- src
- errors
- src
- events
- src
- ft/src
- hello_world
- src
- increment-init
- src
- increment
- src
- liquidity_pool
- src
- logging
- src
- simple_account
- src
- single_offer
- src
- status_message/src
- timelock
- src
- token
- src
- ttl
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
141 files changed
+15459
-200
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
21 | 31 | | |
22 | 32 | | |
23 | 33 | | |
24 | | - | |
| 34 | + | |
| 35 | + | |
25 | 36 | | |
26 | 37 | | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
0 commit comments