Skip to content

Releases: Soneso/as-soroban-sdk

host based 128 bit arithmetics

16 Sep 21:37
Compare
Choose a tag to compare

We have implemented arithm128.ts which offers many functions for working with positive and negative 128 bit numbers. They use the {i,u}256 functions on the host environment to perform the calculations.

This is the new recommended way to work with 128 bit numbers. All example contracts that need 128 bit numbers such as the token contract are now also using the functions from arithm128.ts.

Protocol 21 Support

14 May 15:05
Compare
Choose a tag to compare

Adds support for protocol 21.

Mainnet

10 Mar 13:21
Compare
Choose a tag to compare
  • prepared and tested for soroban on main net

Support soroban 20.0.2

18 Dec 22:51
e1ecf87
Compare
Choose a tag to compare

This version supports soroban 20.0.2

improvements and bugfixes

08 Nov 17:09
Compare
Choose a tag to compare
  • usability improvements
  • bugfixes
  • extend wrappers
  • improve doc and examples

Soroban Prev. 11 / Protocol 20

21 Sep 18:16
Compare
Choose a tag to compare
  • add support for soroban prev. 11 and protocol 20

contract meta

13 Sep 14:51
Compare
Choose a tag to compare

add contract meta generation so that developers can add own contract metadata to the contract wasm

soroban prev. 10 support

01 Aug 18:27
Compare
Choose a tag to compare

Add support for soroban preview 10. This is a basic version of the soroban preview 10 support that will be extended in the next release.

extend contract spec generation

19 Jun 22:13
Compare
Choose a tag to compare
  • add udt value type and tuple value type
  • add udt structs, errors, enums and unions

support soroban prev 9

26 May 13:45
Compare
Choose a tag to compare
  • add support for soroban prev 9 and host interface version 37
  • most important breaking change: switch "lo, hi" parameters on fromU128Pieces and fromI128Pieces