0.2.0
What's Changed
- Add Logger::print in testutils by @leighmcculloch in #722
- Update main example in Rust docs to use auto generated contract id by @leighmcculloch in #723
- Add conversion from
Address
toIdentifier
. by @dmkozh in #725 - soroban-token-spec: Expose full token contract spec by @2opremio in #724
- Update stellar-xdr, soroban-env and get BytesM/StringM by @leighmcculloch in #726
- Remove deprecated functions by @leighmcculloch in #729
- Remove superfluous feature cfg by @leighmcculloch in #731
- Fix token spec spec_xdr fn by @leighmcculloch in #732
- Use a single target dir for builds by @leighmcculloch in #738
- Bump version to 0.1.1 by @github-actions in #743
- Use stellar/binaries for binary installs by @leighmcculloch in #747
- Remove crate-types unneeded by @leighmcculloch in #748
- Remove panic-catching and fix tests that use newly-working native try_call by @graydon in #746
- Reintroduce an optimized aborting unwrap by @leighmcculloch in #750
- Remove type checks for values delivered from the host by @leighmcculloch in #751
- Add assert_with_error! macro by @leighmcculloch in #749
- Rename panic_error! to panic_with_error! by @leighmcculloch in #752
- Bump version to 0.2.0 by @github-actions in #754
New Contributors
Full Changelog: v0.1.1...v0.2.0