Tyler Yasaka
Tyler Yasaka
https://github.com/orbitdb/orbit-db/issues/474 describes a situation in which this event would be useful. Existing events do not communicate this information. The `load` event is emitted simply once a database has finished loading...
Angular Material [clearly supports](https://material.angularjs.org/latest/demo/input#errors) validation errors for checkboxes. I figured that means Ember Paper should as well. In fact I have use for checkbox validation in a project. This just...
For context, I'm referring to the Decentralized Identifiers (DIDs) spec. https://w3c-ccg.github.io/did-spec/ Probably a bit early, but I think it's worth mentioning: would be great if this could be defined as...
We shouldn't be touching ipfs from anything inside ethereumInterface. The resources are intended to tie IPFS and Ethereum together. We should refactor users to follow this practice.
We currently have schemas for our IPFS data. However, there is also use for public-facing schemas for our `models`. These will allow us to render the model data in a...
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...
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...
Our documentation is not in sync with our current API. Should update before mainnet beta launch.
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...
This is referring to the *contract* tests, in [this directory](https://github.com/OriginProtocol/origin-js/tree/develop/contracts/test). Not to be confused with our javascript integration tests. This is the contract we want to test: https://github.com/OriginProtocol/origin-js/blob/develop/contracts/contracts/marketplace/v00/Marketplace.sol