0.21.0 (2021-10-26)
skip-sync-before-height
option to speedup tests (#180)- run tests in browser by demand (#172)
- add a test for parsing waitForStateTransitionResult proof (#173)
- add proof test for all endpoints and appHash extraction (#163)
- use DPP error classes (#164)
- use new Drive's error codes (#162)
- add feature flags e2e test (#155)
- proof verification tests (#159)
- update tests to reflect lastest dapi changes (#149)
- don't upgrade evidence maxBytes value (#177)
- transaction queried to soon propagation (#176)
- testnet latency problems (#182)
0.20.0 (2021-07-21)
- check the proof format for
waitForStateTrasitionResult
(#141) - improve chainlock tests (#138)
- change an order of error check to provide better and faster debug info (#129)
- get non existing transaction test was not failing properly (#140)
- not compatible with Dash Platform v0.19 and lower
0.19.1 (2021-06-04)
- should fail to create an identity (#132)
0.19.0 (2021-05-05)
- integrate Chain Asset Lock Proofs (#115, #120, #122)
- update to new
getStatus
endpoint (#111, #119, #114) - remove fallbacks from regtest mode (#103)
- CI with Github Actions (#108, #117)
- bash script could not run mocha in github actions (#105)
0.18.0 (2021-03-03)
- use SDK with new ST acknowledgment (#96)
0.17.0 (2020-12-30)
- make test works without fallback (#91)
- update
dashcore-lib
,dpp
,wallet-lib
,dashjs
(#81, #83, #88) - identity funding double-spend tests (#86)
- fake asset lock must be passed only for regtest (#90)
- invalid assertions in
Identity
functional test (#84)
0.16.0 (2020-10-28)
- update to SDK 0.16 (#77)
- Nodes with Dash Platform 0.15 are not supported
0.15.0 (2020-09-04)
- faucet client singleton (#70)
- core tests were using
serialize
instead oftoBuffer
(#66) - npm is not running
prepare
script as root (#63)
wallet
e2e test (#59)- new test timeout option (#71)
- remove pending
subscribeToTransactionsWithProofs
functional tests (#72) - remove getAddressSummary tests (#67)
- update Wallet, DPP, DPNS and SDK deps (#50, #64, #68, #60)
- support for installation node module from git on docker start (#55) (adb1e16)
- new topup identity test (#53) (075f09c)
- use Wallet lib instead of getUTXO (#62)