Skip to content

StrKey Fix for P23, BigNum support for ContractSpec

Compare
Choose a tag to compare
@christian-rogobete christian-rogobete released this 11 Aug 12:10
· 2 commits to master since this release
  • fixes a bug in the StrKey generation for claimable balance ids. See #172
  • adds support for big numbers (u128, i128, u256, i256) for the soroban ContractSpec class. See doc
  • prepares the sdk to be ready for contract bindings, which will be available as soon as this PR will be merged