Stan James

Results 16 issues of Stan James

At ERC725-alliance talk in Berlin, @ali2251 mentioned we're using `call` in our contracts, which is not reccomended: I think this is the only case here: https://github.com/OriginProtocol/origin-playground/blob/0c9ba5c008d410e1ca82a2b1eed15705db49af0f/contracts/KeyHolder.sol#L86 @nick , I recall...

question

For people for land on the demo site (erc725.originprotocol.com), there is zero context or help on how to proceed. We should put a link to the [walkthrough section](https://github.com/OriginProtocol/origin-playground#walkthrough) of readme...

docs

Eventually we want to automate as much of [the deployment checklist](https://github.com/OriginProtocol/origin-js/issues/104) as possible. A good first step would be: - Check balance of our test accounts - (If balance is...

good first issue
origin.js
dev environment

In debugging this release, @jordajm and I noticed that we are specifying a node version in origin-js ([here](https://github.com/OriginProtocol/origin-js/commit/35dd9ce1f1c9d464aabc86fc7a2b7fb06265cb30)) but _not_ origin-dapp. 1. We should be specifying a node version to...

javascript
discussion
dev environment
devops

Right now when we do a migration, e.g. with ``` npx truffle migrate --network rinkeby ``` it does do the migration, but the process never actually stops and goes back...

dev environment

Right now we generate the "raw" origin.js file at `dist/origin.js`. (This is the non-npm version that can be used standalone in a broswer.) The bad thing is that this file...

dev environment

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

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