Tyler Yasaka

Results 19 issues of 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...

enhancement

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...

enhancement
help wanted
API

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.

origin.js
javascript
ipfs

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...

origin.js
javascript
ipfs

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

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.

docs

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...

origin.js
identity
solidity

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

smart contracts
testing