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

At some point it will be good to define the Origin's async JS code style / guidelines. Currently promises and async/await a being used. I personally tend to prefer await/async...

javascript
discussion
dev environment

It seems that Ethereum Plasma Cash is ready for implementation, it's just a set of smart contracts that enforce it. It would be interesting to start exploring it as a...

enhancement
origin.js

Note sure if final content lives in repos, on dev landing page, or where, but we should have this content somewhere. Examples: - https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/CONTRIBUTING.md - https://reactjs.org/docs/how-to-contribute.html - https://github.com/angular/angular/blob/master/CONTRIBUTING.md Thanks to...

enhancement
dev environment

It is free tool that automatically checks dependencies and its licences for compliance. _Adding compliance to your workflow doesn't have to involve layers of slow, manual review. FOSSA gives you...

discussion

Reading contributing guidelines I noticed [npm code sytle](https://docs.npmjs.com/misc/coding-style) is the current official coding style. I've been working with and contributing to the [StandardJS](https://standardjs.com/) organization for a while now. It's a...

discussion
dev environment

Now we're using web3 1.0, we could listen for the [confirmation event](http://web3js.readthedocs.io/en/1.0/web3-eth-contract.html#id22) to avoid the need to waitTransactionFinished. Though there are benefits to having both, such as updating the UI...

enhancement
origin.js
javascript
transaction flow
discussion

There have been several suggestions about removing [Truffle](http://truffleframework.com/) from our workflow, notably from @nick . Most recently in [demo-dapp issue 105](https://github.com/OriginProtocol/demo-dapp/issues/105#issuecomment-380913119). As a team we've been burned a few times...

smart contracts
discussion
dev environment

[Discussion on Discord in past days about how to handle npm release schedule, incompatibility between versions of demo-dapp and orign.js] Impacts several issues: One-line setup: https://github.com/OriginProtocol/demo-dapp/issues/105 Heroku-deploys: https://github.com/OriginProtocol/demo-dapp/issues/107 @tyleryasaka writes:...

discussion