Mike Greenberg
Mike Greenberg
When a user who has run a server binary on a `givenDataDirectory` it will be migrated to that binaries currently expected schema if it has not already done so. When...
Was testing the dispute payout flow and found the new ORDER_PAYMENT message had an invalid transaction ID. Here is an example of the protobuf data I encountered: ``` *github.com/OpenBazaar/openbazaar-go/pb.OrderPaymentTxn {...
We have a fix which prevents data from coming out of Purchases, Sales, and Cases which artificially set the `Metadata.CoinType` field to empty string if the listing is not for...
`core.GetModeratorFee` accesses internal profile state which is already nicely exposed via `repo.Profile.GetFixedFee`. - [ ] It would be good to refactor this to use existing `repo.Profile.GetFixedFee` - [ ] Bonus:...
A bug was reported by a user where their order became "stuck" as a result of attempting to open a dispute. The order shows itself to be in a state...
When a client handles a number with sufficiently large precision, it will serialize it into scientific notation. We need to investigate how to improve the amout handling to support this...
When resolving #1960, we considered that the caller might want a partial error and result set when requesting a set of updates. Before #1961 was merged, any error would prevent...
## Purpose I've been poking at Textile's ThreadsV2 repo and interested in leveraging some of the patterns it provides. I see some benefit to adopting these patterns within the daemon....
Changes have been required to view legacy (v4 schema) data in the Order view. Similar data exists which the moderator must act upon. This is an issue to ensure we...
The CurrencyDictionary provided by the API via `GET /wallet/currencies` has a lot of data which we may want to automate the handling of so as to remove a tedious, error-prone...