You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
15
## 0.2.8
2
16
- Update AddressDataRequestsSolved `fromJson` and `toJson`
0 commit comments