Skip to content

Commit

Permalink
add changelog entries
Browse files Browse the repository at this point in the history
Signed-off-by: ozkanonur <[email protected]>
  • Loading branch information
onur-ozkan committed Mar 17, 2023
1 parent 1391e8e commit 126eaa7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,19 @@
- Maker/taker pubkeys were added to new columns in `stats_swaps` table in [#1665](https://github.com/KomodoPlatform/atomicDEX-API/pull/1665)
- Get rid of unnecessary / old dependencies: `crossterm`, `crossterm_winapi`, `mio 0.7.13`, `miow`, `ntapi`, `signal-hook`, `signal-hook-mio` in [#1710](https://github.com/KomodoPlatform/atomicDEX-API/pull/1710)
- A bug that caused EVM swap payments validation to fail because the tx was not available yet in the RPC node when calling `eth_getTransactionByHash` was fixed in [#1716](https://github.com/KomodoPlatform/atomicDEX-API/pull/1716). `eth_getTransactionByHash` in now retried in `wait_for_confirmations` until tx is found in the RPC node, this makes sure that the transaction is returned from `eth_getTransactionByHash` later when validating.

- CI/CD migrated from Azure to Github runners
- CI Tests are much stabilized
- integration and unit tests are seperated on CI stack
- Jemalloc configuration updated for optimization purposes
- Codebase is updated in linting rules at wasm and test stack
- crossbeam bumped to `0.8` from `0.8`
- un-used/unstable parts of mm2 excluded from build outputs which avoids mm2
runtime from potential UB
- Build time optimizations applied such as sharing generics instead of
duplicating them in binary (which reduces output sizes)
- `RUSTSEC-2020-0036`, `RUSTSEC-2021-0139` and `RUSTSEC-2023-0018` resolved
- Enabled linting checks for wasm and test stack on CI
- Release container base image updated to debian stable from ubuntu bionic

## v1.0.0-beta - 2023-03-08

Expand Down

0 comments on commit 126eaa7

Please sign in to comment.