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

Currently the EventListener code does not insert data in the offer DB table. This is needed for reporting purposed.

enhancement
javascript
indexing
search

For reporting purposes, we need to add a timestamp and block_number column to the listing DB table and the event-listener should populate those columns. Also let's backfill the data.

enhancement
javascript
indexing
search

Using the latest version of Metamask crashes `ganache-core` module when confirming a `create-listing` transaction in Metamask. **Environment: ** - `origin-js` (with ganache-core at 2.2.1), `origin-dapp` on master - Eth network...

bug
origin.js
web3

Consider the following scenario: 1. Seller creates listing with commission of 100 OGN, which `createListing` transfers to the Marketplace contract 2. Buyer makes an offer with a commission of 25...

bug
origin.js
smart contracts
javascript
solidity
transaction flow

Currently if the user sees a phrase message on the network it doesn't try to use that message to generate the messaging key. It will use messaging phrase set in...

enhancement
origin.js
javascript
html/css
messaging
security
ui/ux

When we are indexing a listing it would be helpful and increase search quality if we were to add category and subCategory names to the indexing text. This way for...

enhancement
origin.js
search
elasticsearch

As a proper rework of the idea tested in this PR: https://github.com/OriginProtocol/origin-js/pull/546 we should have an `options` object parameter in each `origin-js` method that has optional properties `transactionHashCallback` & `confirmationCallback`....

enhancement
origin.js
javascript

We want origin-js to throw an error if any necessary config options are not passed in to the origin-js constructor. For example, `affiliate` and `arbitrator` should be required, at a...

origin.js
javascript
feature

For example if a listing is under ForSale/Cars but does not have the work "car" in its title or description, we may still want to return it if someone searching...

javascript
ui/ux
search

There's nothing preventing the avatar image from being an http link. This allows a user to get the ip address/browser/etc for everyone that views one of their listings or their...

bug
origin.js
javascript
security