Skip to content

0.0.13

Compare
Choose a tag to compare
@sisuresh sisuresh released this 07 Feb 20:33
· 467 commits to main since this release
a82cd11

What's Changed

  • Add auth_required support for non-account balances by @sisuresh in #626
  • Reform TryFromVal to reduce number of impls. by @graydon in #628
  • Fix override of panic hook during cross-contract testing by @brson in #620
  • (minimal) Add EnvBase::Error, remove CheckedEnv, make Env methods return Error by @graydon in #638
  • Update rust-version by @github-actions in #642
  • Initial Auth Next implementation in Soroban Host by @dmkozh in #645
  • Update stellar-xdr (includes specdocs change) by @leighmcculloch in #641
  • Add 13-tuple conversions by @brson in #658
  • Auth Next followups by @dmkozh in #659
  • Do not include Status as the first arg of a DebugEvent by @jayz22 in #646
  • Update xdr by @leighmcculloch in #665
  • Add a simpler version of require_auth by @dmkozh in #669
  • Use auth specific errors by @sisuresh in #670
  • Emulate classic account authentication in recording auth mode. by @dmkozh in #672
  • Change the interface for the auth testing utility. by @dmkozh in #674
  • Bump version to 0.0.13 by @github-actions in #675

Full Changelog: v0.0.12...v0.0.13