-
Notifications
You must be signed in to change notification settings - Fork 94
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
[release] 1.0.1-beta #1721
[release] 1.0.1-beta #1721
Commits on Mar 3, 2023
-
implement lock free sequence avoid logic
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d35e3ba - Browse repository at this point
Copy the full SHA d35e3baView commit details -
add sequence error check in
send_raw_tx_bytes
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3eaacda - Browse repository at this point
Copy the full SHA 3eaacdaView commit details
Commits on Mar 6, 2023
-
Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into lo…
…ck-free-sequence-logic
Configuration menu - View commit details
-
Copy full SHA for 9cfbb2a - Browse repository at this point
Copy the full SHA 9cfbb2aView commit details -
update error handling and
fn platform_denom
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4334746 - Browse repository at this point
Copy the full SHA 4334746View commit details
Commits on Mar 7, 2023
-
upgrade crossbeam from vulnerable version
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44c6397 - Browse repository at this point
Copy the full SHA 44c6397View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8bf71e - Browse repository at this point
Copy the full SHA f8bf71eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce99a1c - Browse repository at this point
Copy the full SHA ce99a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b721e0 - Browse repository at this point
Copy the full SHA 6b721e0View commit details -
feat: NFT integration poc (#1652)
* wip * wip * wip some structures were added * wip * wip * wip * fn get_my_address was moved into lp_coins.rs * wip get_my_address * get_my_address works * send_moralis_request, errors, get_nft_list wip * add targets for send_moralis_request * wip * wip * wip use fn slurp_req_body in fn send_moralis_request * wip fix wasm * wip cursor in get_nft_list * wip impl Deserialize for Wrap * get_nft_list * remove unnecessary notes * wip get_nft_transfers * get_nft_transfers works * polish code * polish code * remove Option from some fields in Nft struct * wip get_nft_metadata * use NftWrapper in fn get_nft_metadata, add some doc comments * remove allow(dead_code) * change order in Chain enum * fix doc comment * beautify json * add from in withdraw requests * String::new(), serde UPPERCASE, pub(crate) SerdeStringWrap,line break * use ok_or_else, remove if cursor is null, remove !nfts_list.is_empty() * derive order, simplify match protocol * replace Chain::Bnb with Chain::Bsc * change status code matching, add derive Copy * fn withdraw_erc721 * move nft from eth to coin crate * remove memo * wip * add fn coins_conf_check * add from_stringify * add feature enable-nft-integration, fix coins_conf_check * add doc comment for withdraw_nft * fix coins_conf_check * fix deref which would be done by auto-deref * fix conflicts, add feature log file * fix wasm --------- Reviewed-by: @ozkanonur, @sergeyboyko0791, @borngraced, @shamardy
Configuration menu - View commit details
-
Copy full SHA for 49e620e - Browse repository at this point
Copy the full SHA 49e620eView commit details -
feat: Watcher rewards for ETH swaps (#1658)
* add watcher_validate_taker_payment unit tests for eth, erc20 and utxo * reuse ethereum validate_fee method for watcher validations * add contract support parameter to eth coin activation parameters * fix lock_duration overflow bug by adding validation * use the refactored etomic swap contract * fix a watcher bug in wait_for_htlc_tx_spend and add a test case * change swap contract address and abi * remove the contract_supports_watchers method * add watcher_reward to negotiaton data * add watcher reward functionality * fix merge conflicts * remove log file * remove watcher reward related parts from negotiation data * disable the watcher rewards * small fixes * disable watcher rewards * remove log file * minor fixes * add test case for multiple watchers spending the same payment * use serde default for contract_supports_watchers field * use multiple attempts to get gas price for watcher rewards --------- Reviewed-by: @ozkanonur, @shamardy
Configuration menu - View commit details
-
Copy full SHA for 32d2ed5 - Browse repository at this point
Copy the full SHA 32d2ed5View commit details -
fix: IndexedDB Cursor Iterator (#1678)
* Save dev state * Refactor IndexedDB Cursor * Add `CursorIter::next` * Add `IdbEmptyCursor` * Fix merge conflicts * Fix and optimize `IndexedDbBlockHeaderStorage` * Make `height: BeBigUint` instead of `u64` * Fix `BlockHeaderStorageTable::TICKER_HEIGHT_INDEX` index * Fix TODOs * Fix PR issues --------- Reviewed-by: @borngraced, @shamardy
Configuration menu - View commit details
-
Copy full SHA for 211492e - Browse repository at this point
Copy the full SHA 211492eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2552db - Browse repository at this point
Copy the full SHA a2552dbView commit details
Commits on Mar 8, 2023
-
update jemalloc config, enable
share-generics
nightly feat, use lldSigned-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a3bc45 - Browse repository at this point
Copy the full SHA 1a3bc45View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4305a1 - Browse repository at this point
Copy the full SHA c4305a1View commit details -
Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into de…
…p-work Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e179834 - Browse repository at this point
Copy the full SHA e179834View commit details -
ci: disable mac ci steps (#1701)
Reviewed-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03dadeb - Browse repository at this point
Copy the full SHA 03dadebView commit details -
create check, fmt, lint multi-os pipelines
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 667e976 - Browse repository at this point
Copy the full SHA 667e976View commit details -
Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into de…
…p-work Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34be3ac - Browse repository at this point
Copy the full SHA 34be3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5075a90 - Browse repository at this point
Copy the full SHA 5075a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d827c7 - Browse repository at this point
Copy the full SHA 9d827c7View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da636a2 - Browse repository at this point
Copy the full SHA da636a2View commit details -
Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into de…
…p-work Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f73e89 - Browse repository at this point
Copy the full SHA 1f73e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac04ed - Browse repository at this point
Copy the full SHA 1ac04edView commit details -
docs: introduce CHANGELOG.md (#1680)
* propose change.log add a chronological "living" changelog file as a index for the dev.logs * introduce CHANGELOG.md * [docs] update changelog * [docs] add changelog date/tag * update changelog * update date * re-enable mac ci, add one more change log --------- Co-authored-by: shamardy <[email protected]> Reviewed-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66c458a - Browse repository at this point
Copy the full SHA 66c458aView commit details -
Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into de…
…p-work Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b283d0 - Browse repository at this point
Copy the full SHA 7b283d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bbfc4e - Browse repository at this point
Copy the full SHA 0bbfc4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c110fce - Browse repository at this point
Copy the full SHA c110fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d0594 - Browse repository at this point
Copy the full SHA 98d0594View commit details
Commits on Mar 9, 2023
-
improvide wasm stack and add wasm pipeline
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0058f71 - Browse repository at this point
Copy the full SHA 0058f71View commit details -
feat: cosmos ibc transfer implementation (#1636)
* save dev state (p.o.c) Signed-off-by: ozkanonur <[email protected]> * implement `ibc_withdraw` RPC Signed-off-by: ozkanonur <[email protected]> * impl integration test for `ibc_withdraw` Signed-off-by: ozkanonur <[email protected]> * unify tendermint `ibc_withdraw` methods Signed-off-by: ozkanonur <[email protected]> * create `mm2_git` crate and implement Git abstraction layer Signed-off-by: ozkanonur <[email protected]> * implement `ibc_transfer_channels` and `ibc_chains` Signed-off-by: ozkanonur <[email protected]> * add wasm compatibility to `mm2_git::github_client` Signed-off-by: ozkanonur <[email protected]> * use `KomodoPlatform` source for `chain-registry` Signed-off-by: ozkanonur <[email protected]> * move ibc rpc related sources into `coins::rpc_command` Signed-off-by: ozkanonur <[email protected]> * inline `try_from` for `MsgTransfer` Signed-off-by: ozkanonur <[email protected]> * use request ticker itself instead of platform one Signed-off-by: ozkanonur <[email protected]> * add new error variant `WithdrawError::ActionNotAllowed` Signed-off-by: ozkanonur <[email protected]> * typo fix Signed-off-by: ozkanonur <[email protected]> --------- Signed-off-by: ozkanonur <[email protected]> Reviewed-by: shamardy <[email protected]>, borngraced <[email protected]>, laruh
Configuration menu - View commit details
-
Copy full SHA for 45d7285 - Browse repository at this point
Copy the full SHA 45d7285View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3b3cba - Browse repository at this point
Copy the full SHA a3b3cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8afe44c - Browse repository at this point
Copy the full SHA 8afe44cView commit details -
increase fmt & lint CI timeout
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11091bf - Browse repository at this point
Copy the full SHA 11091bfView commit details -
Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into lo…
…ck-free-sequence-logic Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb892c3 - Browse repository at this point
Copy the full SHA bb892c3View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da58257 - Browse repository at this point
Copy the full SHA da58257View commit details -
decrease swap amount for
iris_swap
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 365c7df - Browse repository at this point
Copy the full SHA 365c7dfView commit details
Commits on Mar 10, 2023
-
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e253d07 - Browse repository at this point
Copy the full SHA e253d07View commit details -
feat: lightning ordermatching wip + library updates and more unit tes…
…ts (#1655) * add a unit test to test lightning taker getting swap preimage from the chain, test is failing for now * update rust-lightning to v0.0.111 wip * update rust-lightning to v0.0.113 wip * update uuid to v1.2.2, use uuid instead of rpc_channel_id for lightning channels * add unit tests for mpp and claiming swaps on-chain * Add channel confirmation details to rpc response * add test_lightning_maker_swap_mpp * wip: use protocol info to not match with lightning orders if there are not routes between swap parties * wip: add amount to protocol info route check * wip: refactor lightning protocol info code * Add max_total_cltv_expiry_delta and final_cltv_expiry_delta to route check in lightning protocol info check * Fix funding_generated_in_block is Null in DB error when 0 conf is enabled and channel is closed before funding tx is confirmed * remove some unneeded todos, write better todos * remove more todos * review fixes: use bech32 0.9.1, return error instead of using expect for current_time * review fixes: use macro to simplify code, sort by short_channel_id * review fixes: add doc comments for uuid and channel_id * Fix channel was closed issue but closing transaction wasn't broadcasted due to a network error (all electrums were down, etc..) * fix issue in db when retrying to pay an invoice * move converting tx hex to bytes outside send transaction loop in BroadcasterInterface * import uuid::Error as UuidError in my_swaps.rs --------- Reviewed-by: ozkanonur <[email protected]>, borngraced <[email protected]>, caglaryucekaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebdc8c2 - Browse repository at this point
Copy the full SHA ebdc8c2View commit details -
compute MM_VERSION and build for wasm
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4eb1557 - Browse repository at this point
Copy the full SHA 4eb1557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 148366b - Browse repository at this point
Copy the full SHA 148366bView commit details
Commits on Mar 12, 2023
-
Merge pull request #1705 from KomodoPlatform/update_pirate_zombie_domain
[r2r] Update pirate & zombie domains for tests
Configuration menu - View commit details
-
Copy full SHA for 944ac4e - Browse repository at this point
Copy the full SHA 944ac4eView commit details
Commits on Mar 13, 2023
-
fix: wait for EVM approval transaction confirmation (#1706)
* Wait for the confirmation of the approval transaction for EVM tokens before sending the swap payment * fix allowed amount check * fix wait_for_approval_confirmation_until * provide better error message for approve transaction confirmation fail * use allowance call instead of waiting for approve transaction confirmation --------- Reviewed-by: caglaryucekaya <[email protected]>, cipig
Configuration menu - View commit details
-
Copy full SHA for 169964e - Browse repository at this point
Copy the full SHA 169964eView commit details
Commits on Mar 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07a9515 - Browse repository at this point
Copy the full SHA 07a9515View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 376e383 - Browse repository at this point
Copy the full SHA 376e383View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5fc6f8 - Browse repository at this point
Copy the full SHA a5fc6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01a704 - Browse repository at this point
Copy the full SHA f01a704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df9405 - Browse repository at this point
Copy the full SHA 7df9405View commit details -
run docker tests in seperated job
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d2a8cd - Browse repository at this point
Copy the full SHA 4d2a8cdView commit details -
Merge pull request #1694 from KomodoPlatform/lock-free-sequence-logic
[r2r] lock free avoid on account sequence problems
Configuration menu - View commit details
-
Copy full SHA for 73d0492 - Browse repository at this point
Copy the full SHA 73d0492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f01ced - Browse repository at this point
Copy the full SHA 6f01cedView commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac07984 - Browse repository at this point
Copy the full SHA ac07984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e28bc - Browse repository at this point
Copy the full SHA 29e28bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a47670 - Browse repository at this point
Copy the full SHA 6a47670View commit details -
feat: Include maker/taker pubkeys in MM2.db stats_swaps table (#1665)
* saved dev state Signed-off-by: borngraced <[email protected]> * include pubkeys in stats_swaps.rs Signed-off-by: borngraced <[email protected]> * remove println Signed-off-by: borngraced <[email protected]> * refactor get_swap_pubkeys -> swap_pubkeys Signed-off-by: borngraced <[email protected]> * change ADD_MAKER_TAKER_PUBKEYS types Signed-off-by: borngraced <[email protected]> * remove NegotiationDataV4 Signed-off-by: borngraced <[email protected]> * minor changes — ready for review Signed-off-by: borngraced <[email protected]> * remove is_private_coin fn Signed-off-by: borngraced <[email protected]> * remove NegotiationDataV4 Signed-off-by: borngraced <[email protected]> * remove my_persistent_pub from maker/taker_swap Signed-off-by: borngraced <[email protected]> * remove my_persistent_pub from maker/taker_swap Signed-off-by: borngraced <[email protected]> * fix unit tests Signed-off-by: borngraced <[email protected]> * save dev state — stats_swap swap coin pubkeys unit test Signed-off-by: borngraced <[email protected]> * finish impl unit test Signed-off-by: borngraced <[email protected]> * remove #[ignore] Signed-off-by: borngraced <[email protected]> * minor changes Signed-off-by: borngraced <[email protected]> * remove unused Signed-off-by: borngraced <[email protected]> * undo unit tests changes Signed-off-by: borngraced <[email protected]> --------- Signed-off-by: borngraced <[email protected]> Signed-off-by: borngraced <[email protected]> Reviewed-by: ozkanonur <[email protected]>, shamardy <[email protected]>, sergeyboyko0791
Configuration menu - View commit details
-
Copy full SHA for 5faec02 - Browse repository at this point
Copy the full SHA 5faec02View commit details -
disable
test_metadata_list_and_json_deserialization
forci
profileSigned-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abcd891 - Browse repository at this point
Copy the full SHA abcd891View commit details -
docs: Add change logs for PRs merged to dev only (#1702)
* add change logs for PRs merged to dev only * remove {version} - {date} and add dev branch instead * add ibc transfer change logs * add lightning PR #1655 to change logs * add changelog for #1706 * add changelog for #1694, #1665 --------- Reviewed-by: laruh, caglaryucekaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 159b1b5 - Browse repository at this point
Copy the full SHA 159b1b5View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6b07e1 - Browse repository at this point
Copy the full SHA c6b07e1View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf4ba65 - Browse repository at this point
Copy the full SHA bf4ba65View commit details -
fix: get rid of crossterm and crates dependent on it (#1710)
* get rid of crossterm usage in Rust sources * disable use gstuff::ISATTY in tests * remove crossterm and dependent packages from dependencies * update CHANGELOG.md * add colored output for log Co-authored-by: Onur <[email protected]> * add ANSI colors constants, add EOL at the end of log output * fix clippy warnings --------- Co-authored-by: Onur <[email protected]> Reviewed-by: ozkanonur <[email protected]>, shamardy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8ded55 - Browse repository at this point
Copy the full SHA f8ded55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b752f1 - Browse repository at this point
Copy the full SHA 0b752f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8d7d75 - Browse repository at this point
Copy the full SHA b8d7d75View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1cd769 - Browse repository at this point
Copy the full SHA d1cd769View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f343573 - Browse repository at this point
Copy the full SHA f343573View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9050e0a - Browse repository at this point
Copy the full SHA 9050e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b23222 - Browse repository at this point
Copy the full SHA 3b23222View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc0ff30 - Browse repository at this point
Copy the full SHA cc0ff30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 540f764 - Browse repository at this point
Copy the full SHA 540f764View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07b5791 - Browse repository at this point
Copy the full SHA 07b5791View commit details -
disable mm2 integration tests for mac due to concurrency limits
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd7f710 - Browse repository at this point
Copy the full SHA fd7f710View commit details
Commits on Mar 15, 2023
-
implement container build and push on docker registry
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee37070 - Browse repository at this point
Copy the full SHA ee37070View commit details -
fix: call eth_getTransactionByHash in wait_for_confirmations to avoid…
… race condition (#1716) * call eth_getTransactionByHash in wait_for_confirmations to make sure it will be returned in swap payment validation * add changelog entry --------- Reviewed-by: ozkanonur <[email protected]>, cipig, caglaryucekaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbaac1e - Browse repository at this point
Copy the full SHA fbaac1eView commit details -
docs: resolve changelog conflict (#1707)
* [ci] change release branch from mm2.1 to main (#1697) * change release branch from mm2.1 to main * replace mm2.1 to main in eth_tests * ci: disable mac ci steps (#1701) Reviewed-by: ozkanonur <[email protected]> * docs: introduce CHANGELOG.md (#1680) * propose change.log add a chronological "living" changelog file as a index for the dev.logs * introduce CHANGELOG.md * [docs] update changelog * [docs] add changelog date/tag * update changelog * update date * re-enable mac ci, add one more change log --------- Co-authored-by: shamardy <[email protected]> Reviewed-by: ozkanonur <[email protected]>, shamardy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be5503f - Browse repository at this point
Copy the full SHA be5503fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 435c3dc - Browse repository at this point
Copy the full SHA 435c3dcView commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cdac94 - Browse repository at this point
Copy the full SHA 8cdac94View commit details
Commits on Mar 16, 2023
-
build: bump mm2 version (#1722)
Signed-off-by: ozkanonur <[email protected]> Reviewed-by: shamardy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 096d700 - Browse repository at this point
Copy the full SHA 096d700View commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1391e8e - Browse repository at this point
Copy the full SHA 1391e8eView commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78d3307 - Browse repository at this point
Copy the full SHA 78d3307View commit details
Commits on Mar 20, 2023
-
fix: save pubkeys with prefix (#1717)
* use pubkeys with prefix Signed-off-by: borngraced <[email protected]> * match start event separately Signed-off-by: borngraced <[email protected]> * improve error msgs Signed-off-by: borngraced <[email protected]> * return error if key is none Signed-off-by: borngraced <[email protected]> * use SwapPubkeys::new() Signed-off-by: borngraced <[email protected]> * remove SwapPubkeys::new() Signed-off-by: borngraced <[email protected]> * update CHANGELOG.md Signed-off-by: borngraced <[email protected]> --------- Signed-off-by: borngraced <[email protected]> Reviewed-by: shamardy <[email protected]>, smk
Configuration menu - View commit details
-
Copy full SHA for 7d5f586 - Browse repository at this point
Copy the full SHA 7d5f586View commit details -
fix: Expand OperationFailure::Other error (#1719)
* expand Other in OperationFailure * use OperationFailure in TrezorError * wip * expand failure in HwError * match errors for HwRpcError, not internal type * add display * add entry in the changelog file * add PongMessageMismatch to HwRpcError --------- Reviewed-by: shamardy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 789e75d - Browse repository at this point
Copy the full SHA 789e75dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c706ce - Browse repository at this point
Copy the full SHA 6c706ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f1265 - Browse repository at this point
Copy the full SHA e9f1265View commit details -
implement build uploads from CI
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d084b62 - Browse repository at this point
Copy the full SHA d084b62View commit details
Commits on Mar 21, 2023
-
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72e9819 - Browse repository at this point
Copy the full SHA 72e9819View commit details -
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e71e2cf - Browse repository at this point
Copy the full SHA e71e2cfView commit details -
fix: reduce evm wait_for_confirmations calls, fix endless loop in wai…
…t_for_htlc_tx_spend (#1724) * wait for confirmation of evm swap payment state initialization * remove unneeded todo related to checking payment state for QRC20 * remove another todo that is not needed * fix test_tx_history_tbtc_non_segwit * remove wait_for_payment_state_initialization check * reduce eth wait_for_confirmations calls * fix another endless loop issue introduced by the new code * log confirmation by adding status.append(" Confirmed.") * add entry for #1724 in change log * fix confirmation_block_number to be the right block number and add checks for overflow --------- Reviewed-by: cipig, laruh, caglaryucekaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0cc19e - Browse repository at this point
Copy the full SHA b0cc19eView commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 53b2986 - Browse repository at this point
Copy the full SHA 53b2986View commit details -
fix
test_tendermint_activation_and_balance
testSigned-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e031b29 - Browse repository at this point
Copy the full SHA e031b29View commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fba4723 - Browse repository at this point
Copy the full SHA fba4723View commit details -
fix: increase validate fee wait time (#1730)
Reviewed-by: caglaryucekaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3a4185 - Browse repository at this point
Copy the full SHA c3a4185View commit details -
Merge pull request #1699 from KomodoPlatform/dep-work
sec fixes, build-time optimizations, dependency optimizations, CI migration, etc
Configuration menu - View commit details
-
Copy full SHA for ba26cb6 - Browse repository at this point
Copy the full SHA ba26cb6View commit details
Commits on Mar 24, 2023
-
Signed-off-by: ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f4a8bb - Browse repository at this point
Copy the full SHA 5f4a8bbView commit details -
feature: Withdraw ERC1155 and EVM based chains support added for NFT …
…PoC (#1704) * wip * wip * wip some structures were added * wip * wip * wip * fn get_my_address was moved into lp_coins.rs * wip get_my_address * get_my_address works * send_moralis_request, errors, get_nft_list wip * add targets for send_moralis_request * wip * wip * wip use fn slurp_req_body in fn send_moralis_request * wip fix wasm * wip cursor in get_nft_list * wip impl Deserialize for Wrap * get_nft_list * remove unnecessary notes * wip get_nft_transfers * get_nft_transfers works * polish code * polish code * remove Option from some fields in Nft struct * wip get_nft_metadata * use NftWrapper in fn get_nft_metadata, add some doc comments * remove allow(dead_code) * change order in Chain enum * fix doc comment * beautify json * add from in withdraw requests * String::new(), serde UPPERCASE, pub(crate) SerdeStringWrap,line break * use ok_or_else, remove if cursor is null, remove !nfts_list.is_empty() * derive order, simplify match protocol * replace Chain::Bnb with Chain::Bsc * change status code matching, add derive Copy * fn withdraw_erc721 * move nft from eth to coin crate * remove memo * wip * add fn coins_conf_check * add from_stringify * add feature enable-nft-integration, fix coins_conf_check * add doc comment for withdraw_nft * fix coins_conf_check * fix deref which would be done by auto-deref * fix conflicts, add feature log file * fix wasm * find_wallet_amount, withdraw_erc1155 * add Avalanche, Fantom, Polygon chains * simplify code * amount_dec in tx details * add get_eth_nft_gas_details * add derive Clone, PartialEq * doc comments * fix merge conflict * TokenNotFoundInWallet * use eth_coin.my_address()? * add entry in the changelog file * use get_eth_gas_details for nft and fungible tokens * remove redundant attributes, count field, add type GasDetails, add iterator * fix merge conflicts * get_valid_nft_add_to_withdraw, use just bool for max * polish eth_value_for_estimate * remove nft: bool * add line spaces, add bold text --------- Reviewed-by: shamardy <[email protected]>, ozkanonur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d691ca - Browse repository at this point
Copy the full SHA 4d691caView commit details -
fix: build linux x86-64 with reasonable glibc (#1733)
* use `ubuntu-18.04` for dev and release builds Signed-off-by: ozkanonur <[email protected]> * always cancel previous `in-progress` pipelines when new commit pushed Signed-off-by: ozkanonur <[email protected]> * switch from `ubuntu-latest` to `ubuntu-18.04` for all builds Signed-off-by: ozkanonur <[email protected]> * turn off share generics nightly feature Signed-off-by: ozkanonur <[email protected]> * set JEMALLOC environments in CI Signed-off-by: ozkanonur <[email protected]> * rollback jemalloc entry from changelog Signed-off-by: ozkanonur <[email protected]> --------- Signed-off-by: ozkanonur <[email protected]> Reviewed-by: shamardy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 759d180 - Browse repository at this point
Copy the full SHA 759d180View commit details