Releases: stellar/soroban-examples
Releases · stellar/soroban-examples
v21.6.0
v21.4.1
v21.4.0
What's Changed
- Update sdk and cli versions by @sisuresh in #300
- Add eth abi example by @leighmcculloch in #301
- Update Cargo.toml file on all contracts. by @fnando in #304
- Update custom account examples to use the SDK interface by @leighmcculloch in #303
- Remove unused DataKey by @sisuresh in #306
- Prevent contracts from being re-initialized by @matiassequeira in #307
- PR: decimal value shall not be greater than 18 by @unboxedtype in #309
- Add an example contract that demonstrates TTL testing techniques. by @dmkozh in #310
- feat: switch hello_world to String by @chadoh in #314
- change custom_types contract to be equivalent to the one in soroban-cli by @BlaineHeffron in #313
- Remove rust-analyzer-compat ci check by @leighmcculloch in #315
- Update to v21 by @leighmcculloch in #318
- Add CI concurrency group by @leighmcculloch in #319
- Update soroban-token-sdk dep to 21.4.0 by @leighmcculloch in #321
New Contributors
- @fnando made their first contribution in #304
- @matiassequeira made their first contribution in #307
- @unboxedtype made their first contribution in #309
- @BlaineHeffron made their first contribution in #313
Full Changelog: v20.2.0...v21.4.0
v20.2.0
What's Changed
- Two small fixes by @nano-o in #289
- Small tidy up things by @leighmcculloch in #292
- Make the deep contract auth example consistent with other examples by @leighmcculloch in #291
- Build and test the MSRV and latest by @leighmcculloch in #293
- Add mint-lock example by @leighmcculloch in #294
- Fix acceptance of neg amounts in mint-lock example by @leighmcculloch in #296
- Fix mint-lock context pinning of limit by @leighmcculloch in #297
- Enforce reserve amounts amounts strictly positive by @dranov in #290
- Bump sdk to 20.2.0 by @sisuresh in #299
New Contributors
Full Changelog: v20.0.0...v20.2.0
v20.0.0
What's Changed
- Fixing the download URL for the updated version of soroban-cli by @ElliotFriend in #269
- Update README.md docs link by @tomerweller in #270
- Use sdk token interface instead of own interface in example by @leighmcculloch in #275
- Simplify token example removing authorization and clawback by @leighmcculloch in #276
- Fixing the contract invocation in
.gitpod.yml
file by @ElliotFriend in #273 - Add basic workspace example by @leighmcculloch in #281
- Changes for the next release by @leighmcculloch in #277
- Update cli by @sisuresh in #283
- Bump sdk and cli to rc2 by @sisuresh in #284
- Update sdk to v20.0.0 by @sisuresh in #287
- Update cli to v20.0.1 by @sisuresh in #288
New Contributors
- @tomerweller made their first contribution in #270
Full Changelog: v0.9.2...v20.0.0
v20.0.0-rc2
What's Changed
- Fixing the download URL for the updated version of soroban-cli by @ElliotFriend in #269
- Update README.md docs link by @tomerweller in #270
- Use sdk token interface instead of own interface in example by @leighmcculloch in #275
- Simplify token example removing authorization and clawback by @leighmcculloch in #276
- Fixing the contract invocation in
.gitpod.yml
file by @ElliotFriend in #273 - Add basic workspace example by @leighmcculloch in #281
- Changes for the next release by @leighmcculloch in #277
- Update cli by @sisuresh in #283
- Bump sdk and cli to rc2 by @sisuresh in #284
New Contributors
- @tomerweller made their first contribution in #270
Full Changelog: v0.9.2...v20.0.0-rc2
v0.9.2
What's Changed
- Removing an out-dated comment in the tokens example
test.rs
file by @ElliotFriend in #257 - Release Preview 10 by @leighmcculloch in #260
New Contributors
- @ElliotFriend made their first contribution in #257
Full Changelog: v0.8.4...v0.9.2
0.8.4
What's Changed
- Bump sdk to v0.8.4 by @leighmcculloch in #249
- Gitpod: Use a specific version of rust, fix cargo start commands, use sparse registry by @leighmcculloch in #251
- update soroban-cli in gitpod by @Julian-dev28 in #252
New Contributors
- @Julian-dev28 made their first contribution in #252
Full Changelog: v0.8.1...v0.8.4
0.8.1
What's Changed
- Token interface updates by @sisuresh in #224
- Add a very simple account contract example. by @dmkozh in #227
- Removed top level Cargo.toml to have individual examples not be managed under a virtual workspace by @anupsdf in #232
- Bringing back the git rev hash to Cargo.toml of each project by @anupsdf in #234
- build: add Cargo.lock to each directory by @chadoh in #236
- Bump sdk by @sisuresh in #235
- Update examples to set metadata by @sisuresh in #225
- Remove soroban_token_spec.wasm and use the new client in the sdk by @sisuresh in #240
- Bump SDK and add upgradeable_contract example by @sisuresh in #238
- Add contractmeta for the liquidity pool example by @sisuresh in #241
- Remove derive Default by @leighmcculloch in #243
- Make fmt target modify files by @leighmcculloch in #247
- Run each example in isolation in CI by @leighmcculloch in #248
- Bump sdk to 0.8.1 by @sisuresh in #242
New Contributors
Full Changelog: v0.7.0...v0.8.1
0.7.0
What's Changed
- a few optimization tweaks by @tyvdh in #214
- Remove optimization makefile targets by @leighmcculloch in #215
- Update examples to account for the SDK changes. by @dmkozh in #218
- Use client
.address()
method directly to get contract address. by @dmkozh in #219 - Update custom account example to account for
__check_auth
changes. by @dmkozh in #220 - Bump sdk to pick up new memory limit by @jayz22 in #221
- Update rust deps to use latest released by @paulbellamy in #222
- Bump cli to 0.7.0 by @sisuresh in #223
Full Changelog: v0.6.0...v0.7.0