origin-js
origin-js copied to clipboard
We've moved to a monorepo: https://github.com/OriginProtocol/origin
Now that we have fuzzy search we should do the following: - minor boost (0.5 for example) when fuzzy match in description field is found - normal boost (1) when...
I get this error intermittently when running `npm run test:jsw` and in Travis CI: ``` 1) Marketplace Resource getNotifications should return notifications: Error: Timeout of 10000ms exceeded. For async tests...
### Checklist: - [x] Ensure all new and existing tests pass ### Description: I went through the commissions-related logic in origin-js and I think it's all there and it makes...
Protocol Labs offered to pin our content. We'll need to send them IPFS hashes of our messaging data for pinning. They have a REST API we can call to send...
Protocol Labs offered to pin our content. We'll need to send them IPFS hashes of our messaging data for pinning. They have a [REST API](https://godoc.org/github.com/ipfs/ipfs-cluster/api/rest/client) we can call to send...
In order to support seller staking (see [UI mocks](https://app.zeplin.io/project/59fa2311bac7acbc8d953da9/screen/5b6025429c15b03b102c5130)), we'll need to make changes to listing data stored in IPFS: - Update the listing JSON schema to add a separate...
In order to save gas, the contract data related to a listing gets deleted when a buyer withdraws her listing. See ([code](https://github.com/OriginProtocol/origin-js/blob/master/contracts/contracts/marketplace/v01/Marketplace.sol#L121)). If we want to be able to reconstruct...
While we have a token migration contract (#350), we don't yet have a JavaScript CLI for using it. It should be a more robust version of the [prototype I did...
Each claim, at the contract level, has a field for `issuer`. This is not used for signature validation, but it does keep the claim id's unique. What we have works...