Results 10 issues of Offerm

I'm trying to graph using twopi and sent one of the nodes to be the graph root. This lead to a crash. ``` fatal error: unexpected signal during runtime execution...

reviewed

lacking tests for https://github.com/raiden-network/raiden/pull/3713#pullrequestreview-231587165: - When the resolver is set and the code paths which request the secret from the resolver. - Refund transfers should fail the transfer. - If...

Flag / Testing

After payment I see the preimage encoding. The value that I see however is different from what LND is showing on listpayments. is this an encoded value? what kind of...

CLI streamorders is missing the timestamp for each event. Best if the time stamp will be the event timestamp and not the stream's data timestamp. It would be great if...

bug
P3
command line (CLI)

Background I'm trying to setup LND for mainnet. For that I setup a btcd server. By mistake I used btcsuite/btcd to download the blockchain. To use it with LND I...

When using `twsConnect` with specific `clientId`, and that `clientId` is already in use, the code provides a connection using the next available `clientId`. The reason can be seen in `twsConnect`...

My account file, created 2 years back (I think with mist) has this inside: ``` {"version":3,"id":"xxxxx","address":"xxxxxx","Crypto":{"ciphertext":"xxxxx","cipherparams":{"iv":"82f61664c6c941937ed44c306a22a4bb"},"cipher":"aes-128-ctr","kdf":"scrypt","kdfparams":{"dklen":32,"salt":"xxxxxx","n":1024,"r":8,"p":1},"mac":"xxxxx"}} ``` Contract deployment fails when using this file since the code is looking for...

P3
efforts: a few hours hack

Hi, I'm getting the below error for my 2-4 wallet. Getting the same error also with the CoPay app (haring the same wallet): C:\workspace_sts\bitcore-wallet\bin>node wallet status [error] [object Object] {...

Is there a way to run local relayer without specifying a block-engine? If I don't specify the relay exit with a panic (when getting a packet) ``` thread 'forwarder_thread_0' panicked...

code (blockSubscribe.go:119) is using `rewards` while [spec](https://solana.com/docs/rpc/websocket/blocksubscribe) expects `showRewards` no workaround.