Commit fdfc1bc
Release Preview 10 (#260)
* mention release preview version in readme
* fix
* Update build command (#258)
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
* 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 <dmytro@stellar.org>
* 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 <siddharth@stellar.org>
* Add bumps to token example (#268)
* Update soroban cli version
---------
Co-authored-by: Graydon Hoare <graydon@pobox.com>
Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
Co-authored-by: Dmytro Kozhevin <dmytro@stellar.org>
Co-authored-by: Brian Anderson <andersrb@gmail.com>
Co-authored-by: Garand Tyson <garand@stellar.org>1 parent c7972c9 commit fdfc1bc
File tree
130 files changed
+15795
-3493
lines changed- .github/workflows
- account
- src
- alloc
- src
- atomic_multiswap
- src
- atomic_swap
- src
- auth
- src
- cross_contract
- contract_a
- src
- contract_b
- src
- custom_types
- src
- deep_contract_auth
- src
- deployer
- contract
- src
- deployer
- src
- errors
- src
- events
- src
- fuzzing
- fuzz
- fuzz_targets
- src
- hello_world
- src
- increment
- src
- liquidity_pool
- src
- logging
- src
- simple_account
- src
- single_offer
- src
- timelock
- src
- token
- src
- upgradeable_contract
- new_contract
- src
- old_contract
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
130 files changed
+15795
-3493
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments