origin-js icon indicating copy to clipboard operation
origin-js copied to clipboard

We've moved to a monorepo: https://github.com/OriginProtocol/origin

Results 68 origin-js issues
Sort by recently updated
recently updated
newest added

Avatar can currently be an animated GIF. This may not be desirable. The DApp will convert a GIF to a JPEG when a profile update is done through the DApp....

bug

At the very least, these should be stripped out during the build process for production. Personally, I think committing `console.log` to the codebase is bad form and that the linter...

Are we using ENS names for anything? Maybe the marketplace and token contracts?

To simplify deployment of contracts, we will: 1. Deploy contracts using a "throwaway account" 2. Set the owners of the token and marketplace contracts to a multi-sig wallet The question...

Our documentation is not in sync with our current API. Should update before mainnet beta launch.

docs

We currently don't check that a review rating coming from IPFS is between 1-5. This would allow an evil reviewer to mess up any future aggregated review rating score for...

bug
origin.js
security

A spam offer (say with a phone number to buy something from), can gain all the discovery placement benefits of boosting without using any OGN. To do this, the evil...

bug
origin.js
security
search

The method ipfsService.saveDataURIAsFile seems sub-optimal. I haven't had time to test thoroughly on Node and Browser but we should be able to replace it with something that does not involve...

ipfs

Currently we create the sample listing via a [script](https://github.com/OriginProtocol/origin-js/blob/master/contracts/migrations/3_create_sample_listings.js#L15) that runs as part of the truffle migration steps. The script calls directly the marketplace contract method createListing as opposed to...

origin.js
javascript
dev environment

Recently search functionality has been added but there are no automated tests for it yet. The test should cover: - Apollo loaded GraphQl schema without errors - elasticsearch has spawned...

origin.js
testing
search