Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
846f6bb
Return KMD rewards amount for all KMD txs #874 (#965)
sergeyboyko0791 Jun 9, 2021
9bef01e
Merge remote-tracking branch 'origin/mm2.1' into dev
artemii235 Jun 9, 2021
b477ede
Merge remote-tracking branch 'origin/mm2.1' into dev
artemii235 Jun 10, 2021
11a78a2
add option to disable order history #968 (#972)
shamardy Jun 15, 2021
4ef0bd3
hotfix for disable order history
shamardy Jun 15, 2021
3e21f42
Merge pull request #984 from KomodoPlatform/mm2.1-hotfix-disable-orde…
artemii235 Jun 16, 2021
11b7a22
SLP integration WIP #701 (#977)
artemii235 Jun 16, 2021
4a40e5e
Support FIRO Lelantus verbose tx #983 (#986)
artemii235 Jun 17, 2021
1e75b09
Add QRC20_PAYMENT_GAS_LIMIT of 200000 #980 (#988)
artemii235 Jun 17, 2021
7b6e773
Fix the duplicates in best_orders response #989 (#990)
artemii235 Jun 21, 2021
3eb3d72
Some changes for https://github.com/artemii235/notary_tools_rust (#993)
artemii235 Jun 22, 2021
eae9bf8
Add coin field to max_taker_vol response #991 (#996)
artemii235 Jun 28, 2021
c36a84a
Properly display fees for FIRO Lelantus txs in history. (#994)
artemii235 Jun 28, 2021
1bb6111
display cancellation reason in order_status RPC #987 (#997)
shamardy Jun 28, 2021
728fe3d
Cancel the kickstarted order immediately if balance is not sufficient…
artemii235 Jun 29, 2021
1861116
Segwit Withdraw and Transaction Signing #826 (#971)
shamardy Jun 30, 2021
9dbfa21
Wasm p2p #928 (#995)
sergeyboyko0791 Jul 2, 2021
41c6ce1
Hotfix display balance for segwit addresses in native client (#1005)
shamardy Jul 7, 2021
5e53194
Validateaddress for Segwit Input #1008 #1010 (#1009)
shamardy Jul 13, 2021
a2ae08c
Hotfix for segwit swap payment address (#1014)
shamardy Jul 14, 2021
a150e96
segwit backward compatibility (#1017)
shamardy Jul 26, 2021
56c6458
Merge remote-tracking branch 'origin/mm2.1' into dev
artemii235 Aug 2, 2021
535afd8
Hotfix for withdraw to p2sh addresses #1027 (#1029)
shamardy Aug 4, 2021
b3e6670
Update few dependencies and Rust toolchain. (#1018)
artemii235 Aug 11, 2021
7489372
version p2p request #931 (#1026)
shamardy Aug 11, 2021
8a1680f
Fix trade_preimage, withdraw if max and force_min_relay_fee are set #…
sergeyboyko0791 Aug 17, 2021
10d007b
fix signature for non BCH fork_id coins
shamardy Aug 13, 2021
67706d0
Remove excessive warnings. Update Hyper. (#1043)
artemii235 Aug 18, 2021
66bbde2
Fix orders disappearing from orderbook (#1046)
shamardy Aug 20, 2021
0329a88
Fix order matching max volume #1041 (#1047)
sergeyboyko0791 Aug 21, 2021
a1cb0a4
add signature_version to coin configurations
shamardy Aug 20, 2021
32865e7
Temporary disable calculating kmd_rewards for tx history
sergeyboyko0791 Aug 23, 2021
ddebc9c
Merge branch 'mm2.1' into dev
tonymorony Aug 23, 2021
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ and we use [rustfmt](https://github.com/rust-lang/rustfmt) to make our code clea

1. Install these tools (only once):
```
rustup component add rustfmt --toolchain nightly-2020-02-01
rustup component add rustfmt
rustup component add clippy
```
1. Format the code using rustfmt:
```
cargo +nightly fmt
cargo fmt
```
1. Make sure there are no warnings and errors. Run the Clippy:
```
Expand Down
Loading