What's Changed
⭐ Features
- The new AuthAccount capabilities (FLIP 53) feature is now feature complete
- Add a Reset method on CoverageReport type by @m-Peter in #2386
🛠 Improvements
- Change account linking pragma to run-time configuration of execution by @turbolent in #2380
- test: simplify TestCrashers by @Juneezee in #2378
- Fix Value.Type() returning Type referencing nil ptr for eight external values by @fxamacker in #2388
- Use
AddressLocation
inInterface
by @janezpodhostnik in #2382
🐞 Bug Fixes
- Revert "Remove support for importing/exporting and JSON encoding/deco… by @turbolent in #2381
- Improve contract address for code coverage report by @m-Peter in #2372
- Fix and run interpreter smoke tests on CI by @turbolent in #2395
📖 Documentation
- Document how to create a GitHub release by @turbolent in #2375
- Fix release note for attachments by @turbolent in #2393
Other Changes
- Merge
release/v0.36.0
tomaster
by @github-actions in #2374 - Update golangci-lint to latest release, which allows use of Go 1.20 by @turbolent in #2376
- Fix broken account tests by @fxamacker in #2384
New Contributors
Full Changelog: v0.36.0...v0.37.0