Skip to content

Commit

Permalink
feat: add install command and update loam and soroban (#14)
Browse files Browse the repository at this point in the history
* feat: add install command and update loam and soroban

* fix: add the right version '20.0.0-rc1' of the crate soroban-cli (#15)

* feat: add macros

* feat: ensure that each package is published before the next

* fix: use fixed version of loam-cli

* fix: used released version of soroban-cli and use newest quickstart

---------

Co-authored-by: Alexandre Sanson <[email protected]>
  • Loading branch information
willemneal and asanson1404 authored Sep 24, 2023
1 parent fa0dc9c commit c997c02
Show file tree
Hide file tree
Showing 25 changed files with 2,180 additions and 490 deletions.
6 changes: 3 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[alias] # command aliases
xtask = "run --package xtask --"
bwl = "build --profile release-with-logs"
install_soroban = "binstall -y --install-path ./target/bin soroban-cli --version 0.8.7"
install_soroban_dev = "install --git https://github.com/ahalabs/soroban-tools --rev 5e28f84861e3d031dd23d3dcd964bbe13f876511 --debug --root ./target soroban-cli"
install_loam = "install --git https://github.com/loambuild/loam-sdk --rev ee47f39b270569ce25eaead80da4a9859ee21868 --debug --root ./target loam-cli"
install_soroban_dev = "install --git https://github.com/stellar/soroban-tools --rev 7d3b4175b1970f76455b4789797c2edc5f79e432 --debug --root ./target soroban-cli"
install_soroban = "binstall -y --install-path ./target/bin soroban-cli --version 20.0.0-rc3"
install_loam = "install --version 0.6.5 --debug --root ./target loam-cli"
# c = "check"
# t = "test"
# r = "run"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
services:
rpc:
image: stellar/quickstart:soroban-dev@sha256:a6b03cf6b0433c99f2f799b719f0faadbb79684b1b763e7674ba749fb0f648ee
image: stellar/quickstart:soroban-dev@sha256:2cd55fb75bb0777f0355b14a5426ffc870bb87ff1f9d1ea96d2bdcc58663c5f9
ports:
- 8000:8000
env:
Expand Down
Loading

0 comments on commit c997c02

Please sign in to comment.