Chris Pacia

Results 22 issues of Chris Pacia

The memo field is populated by loading orders for the payment address. Since eth reuses addresses this can result in the memo field being set incorrectly.

When releasing funds from an escrow address the sign of the value on the release transaction should be negative. Sometimes however, it is positive. We have patched the code where...

Right now we only have the ability to deal with codes like TBTC or TBCH but the exchange rate API does not accept rates starting with T. Thus we need...

ethereum
internal

This PR makes a change to send offline messages to the push nodes in parallel to publishing to the DHT. It also updates the message retriever to download messages from...

:alarm_clock: changes requested

If a regular litcoin address starts with ltc1 blockbook will error because it tries to parse it as a segwit address. This causes all address queries to fail as the...

feature
help wanted
hacktoberfest
ordering

As far as I can tell the only scenario where we are affected by this is when a moderator releases 100% of funds to a vendor and the vendor accepts...

ordering

Both `CreateListing` and `UpdateListing` are nearly identical in repo/listing.go. The only difference is the check for whether the listing exists and whether a slug is created or not. It's likely...

ethereum
internal