0.11.1
What's Changed
- Add
Felt.fromSigned()
factory method by @DelevoXDG in #435 - Update
MerkleTree
to allow Poseidon hashing by @DelevoXDG in #437 - Add
StarknetByteArray
by @DelevoXDG in #436 - Support Cairo 2.6.0 contracts by @DelevoXDG in #439
- Update
TypedData
in line with SNIP-12 by @DelevoXDG in #428 - Bump android deps by @DelevoXDG in #445
Breaking changes
MerkleTree
MerkleTree
constructor now requires ahashFunction
argument to be passedMerkleTree.hash()
static method now requires ahashFunction
argument to be passed
TypedData
TypedData.domain
is now of typeTypedData.Domain
instead ofJsonObject
- Renamed
TypedData.Type
->TypedData.StandardType
,TypedData.TypeBase
->TypedData.Type
- Removed
raw
basic type
Full Changelog: 0.11.0...0.11.1