0.12.1
What's Changed
- Return only hash in
TypeData.encodeValue()
by @franciszekjob in #483 - Accept key as string in
Provider.getStorageAt()
by @franciszekjob in #484 - Add
TypedData.toJsonString()
by @franciszekjob in #482 - Add padded hex string by @franciszekjob in #487
- Add
RequestResult
type by @franciszekjob in #478
Breaking changes
HttpBatchRequest
send(): List<Result<T>>
->send(): List<RequestResult<T>>
sendAsync(): CompletableFuture<List<Result<T>>>
->sendAsync(): CompletableFuture<List<RequestResult<T>>>
Full Changelog: 0.12.0...0.12.1