Karl Ranna

Results 18 issues of Karl Ranna

Why?

tech/code/tooling

- [x] estimate fee for withdrawals https://github.com/ExchangeUnion/xud/pull/2026 - [x] monitor channel address and reconcile deposit on demand instead of using interval https://github.com/ExchangeUnion/xud/pull/2027 - [x] setup testnet router - [x] https://github.com/ExchangeUnion/xud/issues/2031...

P1
connext

At the moment the fee is provided by the Ethereum provider automatically. This issue is about allowing the user to provide the fee manually when trying to `xucli walletwithdraw ETH...

help wanted
good first issue
connext

Steps to reproduce: 1. create xud-bob and xud-alice environments with funded ETH and BTC channels 2. issue 120 orders for xud-bob: `xucli sell 0.01 ETH/BTC 0.03` for a total of...

help wanted

Follow-up to: https://github.com/ExchangeUnion/xud/pull/1680 The above PR added support for `SwapAbuse` and `SwapDelay` phases. This issue is about implementing them so that it adds reputation events and bans the peer if...

P2
reputation system

This issue is about enabling users to list arbitrary ERC20 tokens on OpenDEX via xud. Connext relies on the router node holding the asset in order to collateralize inbound liquidity...

question/tbd
P2
connext

The logic for automatically creating simnet channels for xud currently resides in xud codebase. This issue is about extracting it to run in a separate project.

enhancement
code quality
P3

The optional `--stream` parameter for placing the order is only working as a taker. After looking at the codebase it is not trivial to fix because of the mechanics of...

bug
P3

For the `listpeers` call we currently display the localhost address for inbound peers: ``` testnet > listpeers -j { "peersList": [ { "address": "127.0.0.1:47974", "nodePubKey": "026e82efdb59dc2b246d5aadc661c343868a96c6ada911c802726b5de486bb7d2b", "lndPubKeysMap": [ [ "BTC",...

enhancement
p2p
P3

Offshoot from: https://github.com/ExchangeUnion/xud/pull/1488#discussion_r412490420 We're currently initializing the ConnextClient in Xud.ts because it requires a NodeKey to do so. This was done because the `noencrypt=true` mode does not use `InitService.unlock` logic....

code quality
P3