Dr Washington Sanchez

Results 17 issues of Dr Washington Sanchez

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`...

bug

### 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...

bug
ethereum
🔍 readyForReview

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...

bug
needs confirmation
ethereum
internal

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...

hacktoberfest
ethereum
internal

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...

ethereum
internal
:rocket: :no_entry_sign:

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...

feature
discussion
ethereum
external
internal

## 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...

feature

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...

ethereum

Based off PR comment: https://github.com/OpenBazaar/openbazaar-go/pull/1832#pullrequestreview-308143135

ethereum
internal

![image](https://cloud.githubusercontent.com/assets/3887694/13384140/8656a06a-dede-11e5-867f-a0aaa19560d8.png) 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.

Enhancement/suggestion