Skip to content

Commit

Permalink
Release Preview 10 (#260)
Browse files Browse the repository at this point in the history
* mention release preview version in readme

* fix

* Update build command (#258)

Co-authored-by: Leigh McCulloch <[email protected]>

* Bump sdk for preview 10 (#262)

* Bump sdk for token and implement temporary allowances

* Update rest of examples

* Update atomic swap example.

* Update multiswap example

* fix more examples

* Fix events example

* Update auth example

* Update timelock example

* fix tests

---------

Co-authored-by: Dmytro Kozhevin <[email protected]>

* Add/update examples with new functionality (#261)

* Change deployer example to deploy contracts on behalf of any address.

* Bump SDK to 0.9.1

* Add example for deep sub-contract auth.

* Add makefile for a new example

* !fixup makefile fix

* Fix event name (#264)

* Add a fuzzing example. (#265)

* Bump increment (#267)

* Added instance bump to increment

* Bump sdk to 0.9.2

---------

Co-authored-by: Siddharth Suresh <[email protected]>

* Add bumps to token example (#268)

* Update soroban cli version

---------

Co-authored-by: Graydon Hoare <[email protected]>
Co-authored-by: Siddharth Suresh <[email protected]>
Co-authored-by: Dmytro Kozhevin <[email protected]>
Co-authored-by: Brian Anderson <[email protected]>
Co-authored-by: Garand Tyson <[email protected]>
  • Loading branch information
6 people authored Jul 13, 2023
1 parent c7972c9 commit fdfc1bc
Show file tree
Hide file tree
Showing 130 changed files with 15,795 additions and 3,493 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
- uses: stellar/actions/rust-cache@main
- run: rustup update
- run: rustup target add ${{ matrix.sys.target }}
- uses: stellar/binaries@v16
with:
name: soroban-cli
version: 0.8.7
- run: make test
env:
CARGO_BUILD_TARGET: ${{ matrix.sys.target }}
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gitpod/workspace-full:2023-01-16-03-31-28

RUN mkdir -p ~/.local/bin
RUN curl -L -o ~/.local/bin/soroban https://github.com/stellar/soroban-tools/releases/download/v0.8.0/soroban-cli-0.8.0-x86_64-unknown-linux-gnu
RUN curl -L -o ~/.local/bin/soroban https://github.com/stellar/soroban-tools/releases/download/v0.9.1/soroban-cli-0.9.1-x86_64-unknown-linux-gnu
RUN chmod +x ~/.local/bin/soroban
RUN curl -L https://github.com/mozilla/sccache/releases/download/v0.3.3/sccache-v0.3.3-x86_64-unknown-linux-musl.tar.gz | tar xz --strip-components 1 -C ~/.local/bin sccache-v0.3.3-x86_64-unknown-linux-musl/sccache
RUN chmod +x ~/.local/bin/sccache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# soroban-examples <!-- omit in toc -->

Example contracts for Soroban.
Example contracts for Soroban, preview release 10.

Follow along with [The Documentation](https://soroban.stellar.org/docs/category/examples).

Expand Down
Loading

0 comments on commit fdfc1bc

Please sign in to comment.