0.7.0
What's Changed
- Add docs in specs for types by @leighmcculloch in #862
- Rename Serialize/Deserialize to To/FromXdr by @leighmcculloch in #867
- Use the updated
source_account()
interface. by @dmkozh in #872 - Update storage docs. by @dmkozh in #874
- Expose reset budget functions to testutils by @Smephite in #869
- Adapt storage and snapshot interface to env changes by @jayz22 in #873
- Add utils for converting from/to contract/account ids. by @dmkozh in #876
- Value and object representation overhaul by @graydon in #879
- Add a getter for address of a generated contract client. by @dmkozh in #884
- Use
String
forlog_fmt_values
. by @dmkozh in #885 - Add a utility to call
__check_auth
in tests. by @dmkozh in #887 - Add more support for the new types in soroban-spec. by @dmkozh in #888
- Use vector bulk-init in Vec by @graydon in #889
- Bump env and update for event changes by @sisuresh in #891
- fix(macro): add new XDR types to parser by @willemneal in #890
- bump env by @sisuresh in #894
- Update budget test by @jayz22 in #895
- bump env and update budget print by @jayz22 in #896
- Bump version to 0.7.0 by @github-actions in #898
New Contributors
- @Smephite made their first contribution in #869
- @willemneal made their first contribution in #890
Full Changelog: v0.6.0...v0.7.0