0.1.0
What's Changed
- Use zero nonces by @sisuresh in #102
- Improve caching of Rust build artifacts and update workflows by @leighmcculloch in #103
- Claimable balance example contract (demonstrates timelock). by @dmkozh in #101
- Make claimable balance example non-reusable. by @dmkozh in #104
- Migrate token example by @sisuresh in #105
- Update env and sdk by @sisuresh in #108
- Add deployer example by @leighmcculloch in #107
- Remove soroban-token-contract from soroban-liquidity-pool-contract dependencies by @leighmcculloch in #109
- Remove other contracts from timelock dependencies by @leighmcculloch in #110
- Remove other contracts from liquidity_pool_router dependencies by @leighmcculloch in #111
- Remove other contracts from dependencies by @leighmcculloch in #112
- Create .wasm files as needed by @leighmcculloch in #114
- Remove target-tiny from gitignore by @jonjove in #117
- Clean up and remove unused export features by @leighmcculloch in #121
- Update dependencies by @paulbellamy in #123
- Update soroban-sdk, soroban-spec, soroban-auth, soroban-env, stellar-xdr by @leighmcculloch in #124
- Add simple auth example by @leighmcculloch in #125
- Rename auth example by @leighmcculloch in #126
- Rename admin fn in auth example. by @leighmcculloch in #127
- Update examples to use source auth and the built in token contract by @sisuresh in #128
- Add comments to deployer example by @leighmcculloch in #129
- Add logging example by @leighmcculloch in #130
- Update soroban-sdk by @leighmcculloch in #131
- Rename id to addr in auth contract by @leighmcculloch in #132
- Output logs to stdout when running tests in logging example by @leighmcculloch in #133
- Update soroban-sdk by @leighmcculloch in #134
- Remove unnecessarily hardcoded contract IDs by @leighmcculloch in #135
- Update soroban-* by @leighmcculloch in #136
- Update soroban-sdk, etc by @leighmcculloch in #137
- Add errors example by @leighmcculloch in #138
- Shorten the errors tests by @leighmcculloch in #139
- Add logs to increment example by @leighmcculloch in #140
- Change the events contract to be an adaption of the increment example by @leighmcculloch in #141
- Rewrite the custom types example to use increment example by @leighmcculloch in #142
- Rewrite the auth example to be based on the increment example by @leighmcculloch in #143
- Change advanced-auth example to be built on increment example by @leighmcculloch in #144
- Fix var name by @leighmcculloch in #145
- Simplified auth in timelock example. by @dmkozh in #148
- Example simple wallet with async multisig support. by @dmkozh in #106
New Contributors
- @dmkozh made their first contribution in #101
- @paulbellamy made their first contribution in #123
Full Changelog: v0.0.4...v0.1.0