Dr Washington Sanchez
Dr Washington Sanchez
Bug (GET /ob/sales): Orders with a state of PENDING or RESOLVED have a zero value for total.amount
Calling `GET /ob/sales` returns a list of sales with the value of the item in `this.total.amount` for v5 nodes. In an upgraded v5 node, orders with a state of `PENDING`...
### Context - I created a purchase flow to test buying a listing with a very low price that is purchased with a high quantity (listing is below) - The...
There are a few problems to resolve in order details: - [ ] 1. There is only one payment in `this.paymentAddressTransactions` array - [ ] 2. The details of the...
Our python QA tests are excellent end-to-end test that replicates a variety of order-related scenarios to ensure that code changes do not break core protocol functionality. However, these tests do...
With the Ethereum update, we've taken a lot of measure to ensure that v4 (legacy) and v5 (upgraded 'eth-compatible') nodes can transact. We need to ensure that these interactions will...
For ETH, the `ORDER_COMPLETION` message is sent after the buyer has signed a transaction to trigger the ‘execute’ function to release funds from the escrow smart contract. The seller must...
## Overview Some time ago we put together https://github.com/OpenBazaar/webrelay, which is a server designed to: 1. Publish offline messages on behalf of other nodes, specifically light clients on web and...
Note: this issue will be edited on an ongoing basis. 🚨**Our goal is to merge `ethereum-master` into `master` when the server can stably deliver Ethereum functionality (i.e. support for transactions...
Based off PR comment: https://github.com/OpenBazaar/openbazaar-go/pull/1832#pullrequestreview-308143135
 The party that doesn't press the 'Accept Payout' button still has this button available after the counterparty presses the button transfers funds out of multisig escrow.