This release brings many refactoring changes in the code base. The new module structure has be introduced. See updated README
What's Changed
- Move TypeSerializer and DataSerializer to
core
module (part 1) by @aslesarenko in #913 - HeaderType for ErgoTree.header by @aslesarenko in #920
- Move TypeSerializer and DataSerializer to core module (part 2) by @aslesarenko in #917
- Introduced sigma-data module by @aslesarenko in #924
- Add flag
isUsingBlockchainContext
to ErgoTree by @megatron00999 in #929 - Export missing classes to JS by @aslesarenko in #936
- Contract template compiler by @ross-weir in #937
- Removing unused code part 1 by @kushti in #944
- Removing unused code part 2 by @kushti in #946
- Removing unused code part 3 by @kushti in #949
- More tests related to ErgoTree versioning by @aslesarenko in #953
New Contributors
- @megatron00999 made their first contribution in #929
- @ross-weir made their first contribution in #937
Full Changelog: v5.0.13...v5.0.14