Commit bfde2d4
v0.18.0 Release (#543)
* Post Release (#519)
* v0.17.4 (#514)
* Created `network` folder for network models
* Fixed lint after files moved
* Applied openAPI 0.8.7 changes
* Added tests
* Use UInt64 in retalFees
* Fixed #455
Make namespace max depth configurable in idGenerator
* - Fixed parser bug
- Use rest json payload for unit testing
* restored removed tests to cover models
* Working on travis release process and ts-doc github deployments
* Simplfied BlockHttp
Added BlockHttp unit tests
Changed travis to just report coveralls from one job
* fixed travis
* Uploading multiple versions of ts-docs into git hub pages
* Improved ChainHttp, added unit tests
* Removed maxDepth. Let server run the validation
* Added unit tests
* FIxed #493
* Added tests
* useQuerystring on all https
* Fixed github token env variable name
Added escape skip flag to avoid republishing the same version
Added missing git commit . after version increase
* Update README links
* Update README.md
* Update release.sh
* Update README.md
* Installing typescript globally
* Improved MetadataHttp, added unit tests
* fixed #495
* Fixed #501
* fixed #503
* Refactored MosaicService unit test (#510)
* Fixed #509
* Added mosaicHttp unit tests
* Refactored mosaicHttp to use abstract caller
* Add error trapping unit test
* removed unused error catcher
* add SimpleWallet.toDTO, fixes #504 (#508)
* add SimpleWallet.toDTO, fixes #504
* add word2ua test
* Update README.md (#512)
* v0.17.4 release (#513)
* v0.17.4 release
* Updated md table header
Co-authored-by: Fernando Boucquez <fboucquez@gmail.com>
Co-authored-by: David Garcia <dgarcia360@outlook.com>
Co-authored-by: Decentraliser <me@decentraliser.dev>
* Trigger release build
Co-authored-by: Fernando Boucquez <fboucquez@gmail.com>
Co-authored-by: David Garcia <dgarcia360@outlook.com>
Co-authored-by: Decentraliser <me@decentraliser.dev>
* Post release (#520)
* v0.17.4 (#514)
* Created `network` folder for network models
* Fixed lint after files moved
* Applied openAPI 0.8.7 changes
* Added tests
* Use UInt64 in retalFees
* Fixed #455
Make namespace max depth configurable in idGenerator
* - Fixed parser bug
- Use rest json payload for unit testing
* restored removed tests to cover models
* Working on travis release process and ts-doc github deployments
* Simplfied BlockHttp
Added BlockHttp unit tests
Changed travis to just report coveralls from one job
* fixed travis
* Uploading multiple versions of ts-docs into git hub pages
* Improved ChainHttp, added unit tests
* Removed maxDepth. Let server run the validation
* Added unit tests
* FIxed #493
* Added tests
* useQuerystring on all https
* Fixed github token env variable name
Added escape skip flag to avoid republishing the same version
Added missing git commit . after version increase
* Update README links
* Update README.md
* Update release.sh
* Update README.md
* Installing typescript globally
* Improved MetadataHttp, added unit tests
* fixed #495
* Fixed #501
* fixed #503
* Refactored MosaicService unit test (#510)
* Fixed #509
* Added mosaicHttp unit tests
* Refactored mosaicHttp to use abstract caller
* Add error trapping unit test
* removed unused error catcher
* add SimpleWallet.toDTO, fixes #504 (#508)
* add SimpleWallet.toDTO, fixes #504
* add word2ua test
* Update README.md (#512)
* v0.17.4 release (#513)
* v0.17.4 release
* Updated md table header
Co-authored-by: Fernando Boucquez <fboucquez@gmail.com>
Co-authored-by: David Garcia <dgarcia360@outlook.com>
Co-authored-by: Decentraliser <me@decentraliser.dev>
* Trigger release build
* Creating new version 0.17.5
Co-authored-by: Fernando Boucquez <fboucquez@gmail.com>
Co-authored-by: David Garcia <dgarcia360@outlook.com>
Co-authored-by: Decentraliser <me@decentraliser.dev>
Co-authored-by: Travis CI User <travis@example.org>
* LockHashAlgorithm (#522)
* Fixed #518
- Added LockHashUtils
- Removed Op_Keccak_256 algorithm
- Renamed HashType to LockHashAlgorithm
- Renamed model field name to be aligned with Catbuffer
* Fixed #521
* - Added Hash method with algorithm input
- Added unit tests
- Added export
* Added networkCurrency resolver for e2e tests (#529)
* Fixed #523
- Added networkCurrency resolver for e2e tests
* trigger travis
* Removed metadata size validation (#527)
* Fixed #526
- Removed metadata size validation
* Added unit tests for coverage
* added unit tests
* improved coverage
* Added check on Account.signData and PublicAccount.verifySignature for hexadecimal (#528)
* Fixed #252
- Added check on Account.signData and PublicAccount.verifySignature for hexadecimal
* trigger travis
* Added isHexadecimal argument to account.signData and publicAccount.verifySignature
* Fixed #525
* Removed unused condition
* refactored signData and verifySignature
* Prettier - ESLint (#531)
* eslint and prettier
* working on eslint
* working on eslint
* fixed travis
* rolled back md changes
* Added unit tests
* improved NamespaceHttp
* Fixed eslint warnings (#538)
* Fixed #535
* Fixed #536
* maxFee in Aggregate transactions (#539)
* Fixed #533
- Added setMaxFeeForAggregate
- Changed setMaxFee for stand alone tx only
- Addes getMaxCosignatures
- Added getNetworkMaxCosignaturesPerAggregate
* Fixed typo
* Fixe typo
* Fixed PR review comments
* Added tests
* Fixed #507 (#541)
* upgrade crypto-js to v4.0.0, add AESEncryptionService and apply it to SimpleWallet, fixes #524 (#530)
* upgrade crypto-js to v4.0.0, add AESEncryptionService and apply it to SimpleWallet, fixes #524
* remove passwordToPrivateKey, rename toMobileKey by encryptPBKDF2
* accept string as password in AESEncryptionService
* remove unused functions in Crypto, merge AES Encryption service into Crypto
Co-authored-by: Steven Liu <xian.f.liu@gmail.com>
* Alias resolution for accountHttp (#540)
* Fixed #499
- Added AccountService
* Fixed e2e tests
* Fixed lints
* Fixed years
* another year fix
* Chaned to use address array and reduce rest calls
* handle empty array
* Fixed typos
* more typo fix
* Fixed function name
* v0.18.0 release
Co-authored-by: Fernando Boucquez <fboucquez@gmail.com>
Co-authored-by: David Garcia <dgarcia360@outlook.com>
Co-authored-by: Decentraliser <me@decentraliser.dev>
Co-authored-by: Travis CI User <travis@example.org>1 parent fcf67e6 commit bfde2d4
File tree
339 files changed
+11097
-9051
lines changed- .github
- e2e
- infrastructure
- service
- src
- core
- crypto
- format
- utils
- infrastructure
- receipt
- transaction
- model
- account
- blockchain
- message
- metadata
- mosaic
- namespace
- network
- node
- receipt
- restriction
- transaction
- wallet
- service
- interfaces
- test
- conf
- core
- crypto
- format
- utils
- infrastructure
- receipt
- transaction
- model
- account
- blockchain
- message
- metadata
- mosaic
- namespace
- network
- receipt
- restriction
- transaction
- wallet
- resource
- service
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
339 files changed
+11097
-9051
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
6 | 29 | | |
7 | 30 | | |
8 | 31 | | |
| |||
437 | 460 | | |
438 | 461 | | |
439 | 462 | | |
| 463 | + | |
440 | 464 | | |
441 | 465 | | |
442 | 466 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 24 | + | |
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
| |||
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
49 | | - | |
| 45 | + | |
50 | 46 | | |
51 | 47 | | |
52 | 48 | | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
56 | | - | |
| 52 | + | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | | - | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
124 | | - | |
125 | 123 | | |
126 | 124 | | |
127 | 125 | | |
| |||
137 | 135 | | |
138 | 136 | | |
139 | 137 | | |
140 | | - | |
141 | 138 | | |
142 | 139 | | |
143 | 140 | | |
144 | 141 | | |
145 | 142 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 143 | + | |
151 | 144 | | |
152 | 145 | | |
153 | 146 | | |
154 | 147 | | |
155 | 148 | | |
156 | | - | |
| 149 | + | |
| 150 | + | |
157 | 151 | | |
158 | 152 | | |
159 | 153 | | |
160 | | - | |
161 | | - | |
162 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
163 | 161 | | |
164 | 162 | | |
165 | 163 | | |
| |||
187 | 185 | | |
188 | 186 | | |
189 | 187 | | |
190 | | - | |
191 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
| |||
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
225 | 230 | | |
226 | 231 | | |
227 | 232 | | |
228 | 233 | | |
229 | 234 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
234 | 244 | | |
235 | 245 | | |
236 | | - | |
| 246 | + | |
237 | 247 | | |
238 | 248 | | |
239 | 249 | | |
| |||
286 | 296 | | |
287 | 297 | | |
288 | 298 | | |
289 | | - | |
290 | | - | |
| 299 | + | |
291 | 300 | | |
292 | 301 | | |
293 | 302 | | |
| |||
296 | 305 | | |
297 | 306 | | |
298 | 307 | | |
299 | | - | |
300 | | - | |
301 | | - | |
| 308 | + | |
302 | 309 | | |
303 | 310 | | |
304 | 311 | | |
| |||
308 | 315 | | |
309 | 316 | | |
310 | 317 | | |
311 | | - | |
312 | | - | |
313 | | - | |
| 318 | + | |
314 | 319 | | |
315 | 320 | | |
316 | 321 | | |
317 | 322 | | |
318 | | - | |
319 | | - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
320 | 327 | | |
321 | | - | |
| 328 | + | |
| 329 | + | |
322 | 330 | | |
323 | | - | |
324 | | - | |
325 | | - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
326 | 339 | | |
327 | 340 | | |
328 | 341 | | |
| |||
0 commit comments