0.0.16
What's Changed
- Implement the Arbitrary fuzzing trait for contract value-types by @brson in #715
- Introduce temporary storage in Soroban host. by @dmkozh in #732
- Remove unnecessary trait bounds on MeteredVec and MeteredOrdMap by @graydon in #739
- Bump xdr by @sisuresh in #746
- Remove
admin
argument from the token admin interface. by @dmkozh in #750 - Token rename by @sisuresh in #751
- Make all the functions starting with "__" reserved. by @dmkozh in #748
- Comparison fixes by @brson in #762
- Token metadata by @sisuresh in #761
- Add soroban_env_host::host::LegacyEpoch by @graydon in #754
- Adapt {ui}{128,256} to new xdr definitions; add {ui}256 host functions by @jayz22 in #763
- Bump env XDR by @dmkozh in #764
- Add a host function to update the contract Wasm executable. by @dmkozh in #745
- Decouple
CostModel
inputs
fromiterations
; fit and extract model params by @jayz22 in #753 - Don't allow invalid chars in Symbol objects. by @brson in #765
- Bump xdr by @sisuresh in #766
- Update rust-version by @github-actions in #769
- Verify sig order by @sisuresh in #774
- Update host corresponding to fee-related XDR changes by @dmkozh in #775
- Undo pub(crate)ing of fn in host by @leighmcculloch in #776
- Use network configs for metering by @jayz22 in #770
- Versioning update by @graydon in #777
- Allow re-registering over a contract by @leighmcculloch in #780
- Fix event name by @sisuresh in #778
- Update xdr to pick up metering param change by @jayz22 in #782
- Bump xdr version by @jayz22 in #784
- Allow getting top-level authorizations in enforced mode by @leighmcculloch in #783
- Fix unsoundness in RawVal::get_tag by @brson in #773
- Bump env xdr by @dmkozh in #786
- Fix comparison of RawVals of differing types and objectness by @brson in #767
- Expose a list of all auths by @leighmcculloch in #787
- Remove redundant
clone
calls by @dmkozh in #789 - Initial configuration of cargo-deny. by @graydon in #740
- Move to syn2 by @graydon in #792
- Add a library for the fee computation to the host. by @dmkozh in #791
- Fix the cargo-deny matrix in rust.yml by @graydon in #793
- Bump dep on bytes-lit to 0.0.5 to trim dep on syn 1 by @graydon in #794
- Run cargo clippy --fix by @sisuresh in #790
- Fix more clippy-isms, enable clippy in CI and Makefile by @graydon in #796
- Bump version to 0.0.16 by @github-actions in #797
Full Changelog: v0.0.15...v0.0.16