Skip to content

Commit dfa609f

Browse files
committed
update changelog
1 parent 0d70948 commit dfa609f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.3.0
2+
- Upgrade the block explorer api to use the new version: https://witscan.xyz/api
3+
- Replace `nework` method with `networkBalances`
4+
- Update `reputation` method to return the new `NetworkReputation` class
5+
- Update `mempool` method to return the new `Mempool` class
6+
- Update `address` method signature to accept a `String value`, `String tab`, `int? page` and `int? pageSize` arguments. It returns the new `Mempool` class.
7+
- `tab` can be `blocks`, `data_requests_solved` or `value_transfers`
8+
- Update `Blockchain` class
9+
- Update `blockchain` method signature to accept `int? page` and `int? pageSize`
10+
- Update `MintInfo` class
11+
- Update `hash` method to be able to return the new `MintInfo` class
12+
- Update `Status` class
13+
- Update `status` method to return the new `Status` class
14+
115
## 0.2.8
216
- Update AddressDataRequestsSolved `fromJson` and `toJson`
317
- Update AddressBlocks `jsonMap` result

0 commit comments

Comments
 (0)