Releases: gfusee/SpaceKit
Releases · gfusee/SpaceKit
Release list
0.0.4
0.0.3
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
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
Full Changelog: 0.0.1...0.0.2
0.0.1
Full Changelog: https://github.com/gfusee/space/commits/0.0.1