Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Nov 21, 2023
1 parent 0d70948 commit dfa609f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.3.0
- Upgrade the block explorer api to use the new version: https://witscan.xyz/api
- Replace `nework` method with `networkBalances`
- Update `reputation` method to return the new `NetworkReputation` class
- Update `mempool` method to return the new `Mempool` class
- Update `address` method signature to accept a `String value`, `String tab`, `int? page` and `int? pageSize` arguments. It returns the new `Mempool` class.
- `tab` can be `blocks`, `data_requests_solved` or `value_transfers`
- Update `Blockchain` class
- Update `blockchain` method signature to accept `int? page` and `int? pageSize`
- Update `MintInfo` class
- Update `hash` method to be able to return the new `MintInfo` class
- Update `Status` class
- Update `status` method to return the new `Status` class

## 0.2.8
- Update AddressDataRequestsSolved `fromJson` and `toJson`
- Update AddressBlocks `jsonMap` result
Expand Down

0 comments on commit dfa609f

Please sign in to comment.