Artem Vitae

Results 12 issues of Artem Vitae

It works in native mode only now. 1. Coins config: https://github.com/KomodoPlatform/coins/pull/303/files 2. MM2 build: latest from http://195.201.0.6/mm2.1-slp-swap/ 3. It also requires http://195.201.0.6/ARRR_CACHE.db to be placed in the MM2 working directory....

P1
Coin Addition
custom coins
0.5.7

Coins PR with corresponding configs: https://github.com/KomodoPlatform/coins/pull/298 MM2 branch: https://github.com/KomodoPlatform/atomicDEX-API/tree/mm2.1-slp-swap Activation commands examples are in this diff: https://github.com/KomodoPlatform/atomicDEX-API/commit/b9a4c28ca77a1458012d72f49262418a969d11f1 Important notes: 1. Tx history is not implemented for SLP tokens yet. Enable...

enhancement
P1
Coin Addition
0.5.7

**Is your feature request related to a problem? Please describe.** It was requested during the initial SmartBCH integration discussion https://github.com/KomodoPlatform/atomicDEX-API/issues/1063#issuecomment-919853573 **Describe the solution you'd like** Allow adding custom SEP-20 assets....

enhancement
next iteration
Coin Addition
custom coins

Returned error: rlp: non-canonical integer (leading zero bytes) for *big.Int, decoding into (types.Transaction)(types.txdata).S Error: Returned error: rlp: non-canonical integer (leading zero bytes) for *big.Int, decoding into (types.Transaction)(types.txdata).S

### Can you reliably reproduce the issue? #### If so, please list the steps to reproduce below: 1. Send the transaction. 1. Reuse it's unconfirmed output in another transaction. ###...

TBA: Scope of work - [x] https://github.com/KomodoPlatform/komodo-defi-framework/pull/1927#discussion_r1286108339 - [x] https://github.com/KomodoPlatform/komodo-defi-framework/pull/1927#discussion_r1287843683 - [x] https://github.com/KomodoPlatform/komodo-defi-framework/pull/1927#discussion_r1288000574 - [x] https://github.com/KomodoPlatform/komodo-defi-framework/pull/1927#discussion_r1288337998 - [x] https://github.com/KomodoPlatform/komodo-defi-framework/pull/1936#discussion_r1307365637 - [x] https://github.com/KomodoPlatform/komodo-defi-framework/pull/1980#discussion_r1346365562 - [ ] https://github.com/KomodoPlatform/komodo-defi-framework/pull/1927#discussion_r1288348156 (don't use `as`) -...

enhancement
Q3 2023

- [x] Generate P2P signing key for every new order and sign all related messages with it. Send a separate pubkey keep-alive message per each of such orders. - [x]...

Protocol integration request

- [x] Look for Rust libs/crates to work with Lightning. - [x] Research whether HTLCs are possible. - [x] Implement coin activation and balance display in MM2. - [x] Implement...

Protocol integration request

Needed to reflect the actual meaning of a "timestamp (in seconds) of swap payment lock". Implementor may also choose another suitable name. https://github.com/KomodoPlatform/komodo-defi-framework/pull/2046#discussion_r1448592766

help wanted