Robert Misiorowski
Robert Misiorowski
* write a clear description of what this Pull Request is trying to achieve I need to make an *async* direct dom modification to components that I return from `renderSuggestion`...
Here's my profile: https://pastebin.com/b5jvEQJW I send a PATCH with the following payload: ``` { "moderator": true, "moderatorInfo": { "fee": { "feeType": "PERCENTAGE", "percentage": 10 }, "description": "Describe the scribe.", "termsAndConditions":...
In /wallet/transactions/, for all coins except ETH, if the transaction was for an order, the title of the order ends up in the memo field. This is done automatically by...
When saving a listing, if metadata.EscrowTimeoutHours is not provided, the server will default it. But, it's defaulting it to 1080 regardless of whether we're on testnet or mainnet. The problem...
Not sure if others could reproduce this, but this has happened to me dozens of times. And it's pretty mysterious because sometimes it happens and other times with seemingly the...
1.) Create a listing with a non-standard divisibility, e.g.: ``` "item": { "priceCurrency": { "code": "USD", "divisibility": 4 }, "bigPrice": "100", } ``` So really, it's priced at `$0.01`. 2.)...
Steps to reproduce: - Create a crypto listing for BTC > ZRX - Purchase .00000001 of ZRX Given the current exchange rate, this works out to less than 1 SAT...
The "fundingTotal" within the "payment" notification should contain a full currency definition as opposed to just a string total. It can be obtained from the contract referenced via the "orderId",...
This was tested against the `refactorModLoading` branch. Steps to reproduce: - In Settings > Store, search for a mod by peerId - When the mod loads, click Find to search...
Steps: 1.) Create a listing. 2.) Have vendor add a sole mod who has moderation services turned off. 3.) From a 3rd node (buyer), go to the purchase screen for...