Releases: sky-ring/rift
Releases · sky-ring/rift
0.9.7
This release integrates the use of rift-tonlib, a fork of pytonlib, instead of the original one.
What's the benefit?
rift-tonlib uses custom Wasm built crc32c and crc16xmodem so it doesn't need to build wheels on the target machine manually. This update makes rift easier to install.
0.9.6
What's Changed
- Impl: Milestone 2 Features by @AminRezaei0x443 in #13
Full Changelog: v0.7.5...v0.9.6
0.7.5
0.7.3
0.7.2
0.7.1
Integration of Poetry as dependency manager and project packager.
0.7.1
Integration of Poetry as dependency manager and project packager.
0.7.0
Release after the rebranding.
0.7.0
We are delighted to announce that the first milestone has been completed. This release includes the following features:
- First higher layer over the base mappings to simplify type calls (leveraging OOP capabilities)
- Second higher layer over the base, simplifying contract developments towards maximizing code reusability and simplicity (leveraging Meta-programming capabilities)
- Providing standard smart contracts implementation with dBuilder
Full Changelog: v0.2.0...v0.7.0
0.2.0
What's Changed
- Added basis for first higher layer
- Major package restructure and cleaner structure
- asm methods support
- stdlib wrapper
- Tests upgraded using
pytest - Constant int ast patches
- Support for
isort - Engine verbosity, patched ast debugging
- Automatic detection and load of imports in contracts
Full Changelog: v0.1.0...v0.2.0