Commit 593fb63
authored
v2.4.0 release (#61)
* feat: export validator utils
* chore: bump a version
* fix(typescript): represent transaction id as a string (#52)
* fix: remove preinstall npm script (#53)
* fix: remove preinstall npm script
* chore: bump a version
* Fix/transaction query (#51)
* chore(CHANGELOG): v2.3.0
* fix: health check bugs
* fix: health check works only for one random node
* fix(healthCheck): logging non existing extra attempt
* fix(healthCheck): logging right amount of total nodes
* fix(healthCheck): node failed with `undefined` status code
* chore: fix grammar
* chore: bump a version
* docs: update changelog
* fix: `api.voteForDelegate()` (#57)
* fix(): vote validation for public keys and delegate names
* chore(): update JSDoc example
* chore: bump a version
* chore: clean up
* chore(`api.voteForDelegate`): make validation errors more clear
* fix: double error message
* feat(`voteForDelegate`): validate votes directions
* chore(`voteForDelegate`): add JSDoc for `passphrase` param
* feat(`voteForDelegate`): check if address is a delegate
* chore: bump a version and update CHANGELOG (#60)
* chore: bump a version and update CHANGELOG
* chore: update dependencies1 parent f66ba3a commit 593fb63
File tree
6 files changed
+503
-501
lines changed- src
- api
- helpers
6 files changed
+503
-501
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
3 | 14 | | |
4 | 15 | | |
5 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments