Skip to content

Releases: sky-ring/rift

0.9.7

22 Jan 13:53
2c12f6b

Choose a tag to compare

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

24 Dec 22:47
2ba69ad

Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.9.6

0.7.5

26 Sep 14:05
f48568c

Choose a tag to compare

What's Changed

  • Integrated Docs, added more simplifications in #12

Full Changelog: v0.7.3...v0.7.5

0.7.3

17 Sep 15:10
043b741

Choose a tag to compare

What's Changed

  • [Fix] Issue with rift cli in macOS by in #11

Full Changelog: v0.7.2...v0.7.3

0.7.2

14 Sep 15:29

Choose a tag to compare

Fixed #9.

0.7.1

13 Sep 17:43
32e15eb

Choose a tag to compare

Integration of Poetry as dependency manager and project packager.

0.7.1

13 Sep 17:39
6f58057

Choose a tag to compare

Integration of Poetry as dependency manager and project packager.

0.7.0

12 Sep 16:40
a7abd81

Choose a tag to compare

Release after the rebranding.

0.7.0

10 Sep 10:38

Choose a tag to compare

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

06 Aug 18:52

Choose a tag to compare

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