Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v1.0.6-beta #1871

Merged
merged 45 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
2789a1b
fix(security): resolving some RUSTSEC advisories (#1853)
onur-ozkan Jun 8, 2023
e876ee7
feat(zcoin): allow ARRR/ZCOIN to compile in wasm (#1805)
borngraced Jun 9, 2023
3ceafb5
fix(orderbook): age field is set in a proper way (#1851)
rozhkovdmitrii Jun 9, 2023
10bcbc7
fix(deps): rollback rmp-serde due to incompatibility of v1.1.1 (#1862)
onur-ozkan Jun 13, 2023
2012d14
fix(best_orders): return accurate is_mine flag and add exclude_mine o…
rozhkovdmitrii Jun 15, 2023
e40d037
feat(watchtower): move watchtower tests to new testnet (#1846)
caglaryucekaya Jun 16, 2023
d446c30
rotate infra DNS (#1868)
ca333 Jun 18, 2023
e2b354f
fix(endpoints): fix price endpoints in lp_price (#1869)
laruh Jun 19, 2023
e9dac57
feat(watchtower): activate utxo watchers (#1859)
caglaryucekaya Jun 19, 2023
6c58d50
port mm2src/mm2_net/src/native_tls/acceptor.rs and mm2src/mm2_net/src…
shamardy Jun 15, 2023
fe6cd24
- Add mod.rs to native_tls and export the module
shamardy Jun 15, 2023
c00dd35
add https support to native spawn_rpc
shamardy Jun 15, 2023
8fd29ec
feat(adex-cli): enable, get-enabled, orderbook, sell, buy provided (#…
rozhkovdmitrii Jun 21, 2023
26ee4e8
feat(nft): introduce db cache support (non-wasm target) (#1833)
laruh Jun 21, 2023
5917533
fix(logs): remove config string from deserialization error log (#1872)
shamardy Jun 21, 2023
9c7d118
chore(release): add changelog entries for v1.0.6-beta (#1875)
shamardy Jun 21, 2023
08bfef7
chore(adex-cli): update adex-cli cargo.lock (#1876)
shamardy Jun 21, 2023
7388372
feat(ci): cargo dependency cache (#1880)
onur-ozkan Jun 26, 2023
8f3d8f2
ci(pr-validation): check PR labels (#1881)
onur-ozkan Jun 26, 2023
24f35b4
refactor(adex-cli): orderbook response processing moved (#1879)
rozhkovdmitrii Jun 26, 2023
ea6db06
chore(release): bump mm2 version to 1.0.6-beta
shamardy Jun 27, 2023
e6bc207
fix(adex-cli): fix bug when starting without config (#1889)
rozhkovdmitrii Jun 30, 2023
806ac63
feat(cosmos): dynamic gas price and gas limit (#1894)
onur-ozkan Jul 5, 2023
f878c56
fix(adex-cli): start mm2 from cli under regular in macOS (#1856)
rozhkovdmitrii Jul 5, 2023
19c8218
fix(watchtower): disable utxo/utxo watchers temporarily (#1897)
caglaryucekaya Jul 6, 2023
6ddb44d
feat(nft): IndexedDB, handle IPFS Moralis link, spam protection (#1877)
laruh Jul 6, 2023
6096138
chore(release): update changelog entries for v1.0.6-beta (#1898)
shamardy Jul 7, 2023
1a73bfc
updated readme
tonymorony Jul 8, 2023
459e293
change desktop wallet name
tonymorony Jul 10, 2023
5b7b6b7
updated repo link
tonymorony Jul 10, 2023
eaf78b8
rename some refs in docs
tonymorony Jul 10, 2023
2966d83
update repo name in gha workflows
tonymorony Jul 10, 2023
ba689b0
trying to disable cargo cache
tonymorony Jul 10, 2023
c99e7f3
enable cargo cache
tonymorony Jul 10, 2023
a2ceb26
bump mm2_rpc version to clear cargo cache
tonymorony Jul 10, 2023
c10703f
Revert "bump mm2_rpc version to clear cargo cache"
tonymorony Jul 10, 2023
6aa86a5
Merge pull request #1903 from KomodoPlatform/rename
tonymorony Jul 10, 2023
01bc10e
feat(doc): update logo to be visible in gh light theme (#1904)
tonymorony Jul 10, 2023
d9b3cf8
check if version was bumped (#1899)
onur-ozkan Jul 12, 2023
b6b527d
test(new-flag): run all tests ignoring the failed ones (#1907)
onur-ozkan Jul 14, 2023
dd1b098
fix(docs): update broken link in native tls readme (#1917)
shamardy Jul 14, 2023
1e0cf5b
fix(nft): Introduce nft guard, fix IDB uncaught Error (#1914)
laruh Jul 17, 2023
0dcaeea
fix(utxo): avoid index out of bounds panics in tx_details_by_hash (#1…
shamardy Jul 18, 2023
e72a0ab
fix(adex-cli): fix test_activation_scheme by removing old file (#1920)
rozhkovdmitrii Jul 18, 2023
e0b25a4
chore(release): last changelog entries for v1.0.6-beta
shamardy Jul 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## v1.0.6-beta - 2023-06-30

**Features:**
- Swap watcher nodes [#1431](https://github.com/KomodoPlatform/atomicDEX-API/issues/1431)
- Using watcher nodes for swaps were enabled by default for UTXO coins in [#1859](https://github.com/KomodoPlatform/atomicDEX-API/pull/1859)
- `use_watchers` configuration is now set to true by default.
- All nodes doing a swap will broadcast a watcher message after the taker payment is sent if the swapped coins are supported by watchers (currently only UTXO).
- This update also fixes an issue that caused nodes to broadcast two consecutive watcher messages after the taker payment was sent.
- NFT integration [#900](https://github.com/KomodoPlatform/atomicDEX-API/issues/900)
- NFT cache support was added for sqlite (non-wasm targets) in [#1833](https://github.com/KomodoPlatform/atomicDEX-API/pull/1833)
- HTTPS support was added for the RPC server in [#1861](https://github.com/KomodoPlatform/atomicDEX-API/pull/1861)
- Adex-CLI [#1682](https://github.com/KomodoPlatform/atomicDEX-API/issues/1682)
- New commands `enable`, `get-enabled`, `orderbook`,`sell`, `buy` were added to adex-cli in [#1768](https://github.com/KomodoPlatform/atomicDEX-API/pull/1768)

**Enhancements/Fixes:**
- Some RUSTSEC advisories where resolved in [#1853](https://github.com/KomodoPlatform/atomicDEX-API/pull/1853)
- ARRR/ZCOIN code was refactored to be compiled in WebAssembly (WASM) in [#1805](https://github.com/KomodoPlatform/atomicDEX-API/pull/1805)
- The PR for this paves the way for subsequent implementation of the empty/todo functions related to WASM storage and other functionalities.
- Orderbook response now returns the right age for the age field, this was fixed in [#1851](https://github.com/KomodoPlatform/atomicDEX-API/pull/1851)
- A bug that caused `best_orders` rpc to return `is_mine: false` for the user's orders was fixed in [#1846](https://github.com/KomodoPlatform/atomicDEX-API/pull/1846)
- An optional parameter `exclude_mine` was also added to the `best_orders` request that allows users to exclude their own orders from the response.
- `exclude_mine` defaults to false to maintain the same behaviour before the PR.
- Watchtower integration tests were moved to the new ethereum testnet and the ignore attributes were removed in [#1846](https://github.com/KomodoPlatform/atomicDEX-API/pull/1846)
- The PR also adds a new test case for watcher rewards.
- It also fixes the unstable `send_and_refund_eth_payment`, `send_and_refund_erc20_payment`, `test_nonce_lock` and `test_withdraw_and_send tests` tests that were failing due to concurrency issues.
- Infrastructure DNS rotation for default seednodes was done in [#1868](https://github.com/KomodoPlatform/atomicDEX-API/pull/1868)
- Price endpoints were updated in [#1869](https://github.com/KomodoPlatform/atomicDEX-API/pull/1869)
- A fix removed the passed config string from the error logs during mm2 initialization if there was a deserialization error was done in [#1872](https://github.com/KomodoPlatform/atomicDEX-API/pull/1872)


## v1.0.5-beta - 2023-06-08

**Features:**
Expand Down
Loading