Skip to content

Releases: haveno-dex/haveno-ts

haveno-ts-v0.0.8

27 Feb 23:03
Compare
Choose a tag to compare

What's Changed

  • fix call to get available balance by @woodser in #131
  • update to monero-javascript v0.7.4 by @woodser in #132
  • test that trade completes after payment received by @woodser in #133
  • test arbitrator closed trade by @woodser in #134
  • bump haveno version to v0.0.2 by @woodser in #135
  • update dist by @woodser in #136
  • add time for schedule test by @woodser in #137
  • bump version to v0.0.7 by @woodser in #138
  • refactor tests with unified trade configuration by @woodser in #140
  • expect payout published at end of test by @woodser in #143
  • test completed payout state, support VSCode by @woodser in #145
  • test arbitration protocol refactor by @woodser in #146
  • test trade account payloads over grpc, support crypto account forms by @woodser in #149
  • Reject creating crypto payment account with invalid currency code / address by @napoly in #148
  • test going offline while mining by @woodser in #151
  • use CashAddr format for Bitcoin Cash by @woodser in #152
  • must provide fixed price unless using market price by @woodser in #153
  • test payout tx state by @woodser in #154
  • don't re-use ports after going offline by @woodser in #155
  • initialize blockchain to latest block type by @woodser in #156
  • test enforcing trade limit over grpc by @woodser in #157
  • Dockerize and add project on Github CI/CD by @napoly in #150
  • only run CI tests, set fixed difficulty to 150 by @woodser in #158
  • update dist by @woodser in #159
  • expect key image polling within 20s on local by @woodser in #160
  • fix resolve disputes test so it completes by @woodser in #161
  • walletSyncPeriodMs and maxTimePeerNoticeMs are customizable per trade by @woodser in #162
  • grpc offer info returns atomic units by @woodser in #163
  • update test name by @woodser in #164
  • update to monero-javascript v0.7.6 by @woodser in #166
  • fix ci test by waiting longer after deleting account by @woodser in #168
  • use usd as default trade asset by @woodser in #167
  • support stopOnFailure for batch trades by @woodser in #171
  • award dispute payout based on actual security deposits by @woodser in #173
  • removed restart of havenod on account delete or restore by @woodser in #174
  • test resolving dispute while traders go offline by @woodser in #175
  • add offline dispute resolution to CI tests by @woodser in #176
  • update TradeInfo isDepositsConfirmed, isDepositsUnlocked() by @woodser in #177
  • test completing trade from scheduled offer with and without dispute by @woodser in #178
  • default wallet refresh rate of 5000 ms, wait less time after make offer by @woodser in #179
  • CI test regex matches "CI" as whole word only by @woodser in #183
  • reject payment accounts with duplicate names by @napoly in #180
  • fix payment account unique name test by @napoly in #184
  • test trades simultaneously using a thread pool instead of batches by @woodser in #181
  • use gradlew wrapper in docker by @woodser in #188
  • log output from docker containers to stdout by @woodser in #189
  • collect docker logs after running tests by @woodser in #192
  • switch client to use await syntax instead of promise by @woodser in #193
  • accountService.changePassword() requires old and new password by @woodser in #194
  • instruct to install protoc 3.20.3 by @woodser in #195
  • getMyOffers() does not require asset code by @woodser in #196
  • test that password is at least 8 characters by @woodser in #198
  • catch errors starting havenods and shut down gracefully by @woodser in #197
  • update npm dependencies by @woodser in #199
  • bump version to v0.0.8, bump version to v0.0.8 by @woodser in #200

New Contributors

Full Changelog: v0.0.1...v0.0.8

haveno-ts-v0.0.7

21 Sep 14:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.7

haveno-ts-v0.0.6

07 Jun 21:53
Compare
Choose a tag to compare
  • Preserve exception stack traces from HavenoClient.ts
  • Payment accounts updated after rebase

haveno-ts-v0.0.4

12 May 21:35
Compare
Choose a tag to compare
update typedocs and dist