Skip to content

Releases: gfusee/SpaceKit

0.2.7

01 Apr 19:09
ef20691

Choose a tag to compare

What's Changed

  • added max and min to BigUint by @gfusee in #96
  • Added isSmartContract opcode by @gfusee in #97
  • Use SingleValueMapper as the return value of an endpoint by @gfusee in #98
  • fixed hardcoded egld token identifier by @gfusee in #99
  • Added random block seed on SwiftVM by @gfusee in #100
  • Fixed isSmartContract in SwiftVM by @gfusee in #101
  • SwiftVM: Added mBufferSetRandom opcode by @gfusee in #102
  • SwiftVM: Made mBufferSetRandom produce a different output if called multiple times by @gfusee in #104
  • Fixed rng on SwiftVM that didn't use the block random seed by @gfusee in #105
  • Fetch tags in the install cli script by @gfusee in #107
  • New example and interactive tutorial chapters: Flip contract by @gfusee in #108
  • Used open-source swift-crypto by @gfusee in #109

Full Changelog: 0.2.6...0.2.7

0.2.6

06 Mar 15:54
81d94c6

Choose a tag to compare

What's Changed

  • Implemented TokenIdentifier type by @gfusee in #95

Full Changelog: 0.2.5...0.2.6

0.2.5

03 Mar 13:36
fdb1566

Choose a tag to compare

What's Changed

  • Fixed install CLI script when upgrading by @gfusee in #93
  • Fixed swift test command that fails by @gfusee in #94

Full Changelog: 0.2.4...0.2.5

0.2.4

02 Mar 17:37
9463e1a

Choose a tag to compare

What's Changed

  • Ensure the docker image exists in the install CLI script by @gfusee in #92

Full Changelog: 0.2.3...0.2.4

0.2.3

27 Feb 16:48
8bb1e4d

Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.2

27 Feb 16:47
080e653

Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

30 Jan 15:33
0dbe063

Choose a tag to compare

What's Changed

  • Reexport SpaceKit and BigInt in SpaceKitTesting by @gfusee in #84

Full Changelog: 0.2.0...0.2.1

0.2.0

30 Jan 15:33
c6c7137

Choose a tag to compare

What's Changed

  • SwiftVM: ESDT System Contract by @gfusee in #81
  • Fixed register promise when balance is insufficient by @gfusee in #82
  • SwiftVM: Added checks on token display name, ticker and number of decimals by @gfusee in #83

Full Changelog: 0.1.1...0.2.0

0.1.1

02 Jan 22:21
8836780

Choose a tag to compare

What's Changed

  • Set exact version for SymbolKit by @gfusee in #80

Full Changelog: 0.0.10...0.1.1

0.1.0

02 Jan 12:38
9bac643

Choose a tag to compare

What's Changed

  • Public init generation in @Codable by @gfusee in #74
  • ESDT transfers in async calls in the SwiftVM by @gfusee in #76
  • ABI generation by @gfusee in #78

Full Changelog: 0.0.4...0.1.0