Skip to content

Releases: gfusee/SpaceKit

0.0.4

Choose a tag to compare

@gfusee gfusee released this 09 Dec 12:50
d4b0a62

What's Changed

Full Changelog: 0.0.3...0.0.4

0.0.3

Choose a tag to compare

@gfusee gfusee released this 29 Nov 13:30
af8b1d0

What's Changed

  • Added BigUint(value: UInt16) and fixed a critical overflow issue for BigUint(value: UInt64) by @gfusee in #46
  • Implemented async calls on SwiftVM by @gfusee in #48
  • Added getShardOfAddress opcode by @gfusee in #50
  • fixed a compile error when a @codable enum only has one case by @gfusee in #55
  • Added issueFungibleToken helper by @gfusee in #58
  • Fixed unhandled files warning by @gfusee in #60
  • Added getSCBalance by @gfusee in #63
  • Removed warning when _encodedData is not being mutated by @gfusee in #64
  • Removed all warnings by @gfusee in #66
  • Implemented ESDT sync calls by @gfusee in #67
  • Rename to SpaceKit by @gfusee in #68

Full Changelog: 0.0.2...0.0.3

0.0.2

Choose a tag to compare

@gfusee gfusee released this 11 Nov 15:40
1d3a570

What's Changed

  • Fixed let on mutable variable in "Coding your first contract" tutorial by @gfusee in #3
  • Made ESDT decimals portion clearer in tutorials by @gfusee in #6
  • Feature/dollar callback by @gfusee in #14
  • Weaken type constraints on SwiftVM by @gfusee in #19
  • Added tests to ensure the safety of the @callback method and the generated $ by @gfusee in #28
  • Fixed callbacks on SwiftVM by @gfusee in #30
  • Added an interactive tuto chapter for async calls by @gfusee in #34
  • Added async calls chapter in the table of contents by @gfusee in #37
  • Fix/sync call tuto literal address by @gfusee in #38
  • Fix/sync call proxy by @gfusee in #39
  • Fixed comments in @codable by @gfusee in #41

New Contributors

  • @gfusee made their first contribution in #3

Full Changelog: 0.0.1...0.0.2

0.0.1

Choose a tag to compare

@gfusee gfusee released this 04 Nov 21:32