File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.2.0 Oct 05, 2020
4
+
5
+ Changes:
6
+
7
+ - updated dependency: @polkadot/api v2.1
8
+ - smarter program output (one line)
9
+ - better error handling
10
+ - restructured source code
11
+
3
12
## 1.1.0 Oct 02, 2020
4
13
5
14
Changes:
Original file line number Diff line number Diff line change @@ -176,9 +176,9 @@ Available example databases:
176
176
177
177
| Database | Last Block | Date | Download |
178
178
| :------------| :-----------| :-------------| :-------------|
179
- | Polkadot.db | 1840392 | Oct 02 , 2020 | [ Polkadot.db] ( https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk ) |
180
- | Kusama.db | 4292721 | Oct 02 , 2020 | [ Kusama.db] ( https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk ) |
181
- | Westend.db | 2456695 | Oct 02 , 2020 | [ Westend.db] ( https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk ) |
179
+ | Polkadot.db | 1895886 | Oct 05 , 2020 | [ Polkadot.db] ( https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk ) |
180
+ | Kusama.db | 4348833 | Oct 05 , 2020 | [ Kusama.db] ( https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk ) |
181
+ | Westend.db | 2512549 | Oct 05 , 2020 | [ Westend.db] ( https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk ) |
182
182
183
183
## 4 Running
184
184
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " polka-store" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Store balance-relevant transactions from a Polkadot chain in a database" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments