Sergei Boiko
Sergei Boiko
In one of my PRs https://github.com/KomodoPlatform/atomicDEX-API/pull/1405, I changed the names of some methods including `init_zcoin`, `init_zcoin_status` and `init_zcoin_user_aciton`. Basically, I just added namespaces to combine some methods into groups, especially...
A dev state (not to forget): https://github.com/KomodoPlatform/atomicDEX-API/commit/c87e84c056ff2ecc7608c7a8724c1b3df850abc2
I faced a problem when tried to send RPC requests using an out-of-dated `web3` crate: they used an old `ethereum_types::U256` type that requires the number to start with `0x` prefix...
I started researching how to integrate Ledger Nano S/X first into MarketMaker in WASM. Here's what I learned about it: * Ledger requires to develop a Nano app to work...
A few comments regarding integration Ledger/Trezor into MarketMaker in WASM * [bitcoin-rs](https://github.com/summa-tx/bitcoins-rs/) uses [u2f-api](https://github.com/summa-tx/bitcoins-rs/blob/main/ledger/src/transports/wasm.rs#L18) as a transport protocol, but as the Ledger team mentioned in [this article](https://github.com/LedgerHQ/ledgerjs/blob/master/docs/migrate_webusb.md#why-is-it-deprecated), U2F is deprecated...
At the first iteration, I'd prefer not to change the consensus protocol, but to implement the (1) option. Then we can continue improving HW support by implementing the (2) option...
In the PR mentioned above I implemented requesting balances of HD accounts and addresses like it does [hw-kmd-wallet](https://github.com/KomodoPlatform/hw-kmd-wallet): 1. Check the transaction history of external, internal addresses for every activated...
I'd like to share my thoughts on how to activate coins with Trezor and provide HD wallet functionality. I propose to add a duplicate of each coin with the `HW`...
I'd like to share the integration progress and the what we need to do (in my opinion) to complete the implementation of the wallet functionality: - [x] PoC integration https://github.com/KomodoPlatform/atomicDEX-API/pull/1150...
Hardware Wallet integration is not definitely finished, but we have reached the point that it can be integrated into GUIs and used in cli. @smk762 could we please arrange work...