noot

Results 76 issues of noot

currently this test fails (ie. the swap succeeds when it should refund) due to the XMR-maker not cancelling in time before the XMR is actually locked and they redeem funds....

tests
p2

currently, Bob needs to have some ETH to pay for gas when calling `Claim()` to get his ETH. this is a pretty old ETH problem (eg. I have DAI but...

research

allow for xmr-deposits during swap instead of requiring access to a `monero-wallet-rpc` endpoint. would be required for users using external wallets, or for a maker UI

feature
p3

currently past swap information is only stored in memory, it would be nice to persist this to disk. - will require a basic database implementation, a key-value store should be...

feature

eg. when swapping from the ui, if the wrong type of address is used, the swap will not error with the right error as address validation based on network is...

bug

currently, if the swap errors in the initiation phase, the ui prints a generic error, not the specific error returned by the daemon (via RPC response). update this so that...

improvement
p3

the `ExternalSender` type used for the UI should have a per-swap channel that is closed when he swap exits, and this channel should be used by the websockets handler for...

improvement

make swapd http and ws ports configurable instead of hard-coded

good first issue
feature
p3

should push a notification when a new peer is discovered

enhancement
p3

if a user hasn't set the contrat to ready yet, or it's timed out, the user should be able the refund eth from the UI

feature
p3