Skip to content

Commit

Permalink
Added voteRemoveParametersHash to SchemeRegistrar Parameters (#155)
Browse files Browse the repository at this point in the history
* Added voteRemoveParametersHash to SchemeRegistrar Parameters.  Also added Utils.keccak256.

* lint errors

* bumped version #

* build before migrate.  fix tet bug.
  • Loading branch information
dkent600 authored Mar 23, 2018
1 parent f580a73 commit 5be1750
Show file tree
Hide file tree
Showing 20 changed files with 1,054 additions and 3,593 deletions.
2 changes: 0 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
}
]
],
"sourceMaps": "inline",
"retainLines": true,
"ignore": [
"test-dist",
"node_modules"
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ install:
- npm install
- nohup npm start test.ganache.run &
- npm start migrateContracts.fetchFromArc
- npm start build
- npm start migrateContracts

script:
Expand Down
4 changes: 3 additions & 1 deletion docs/Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

To deploy contracts to a specified network, follow these steps:

1. Set the environment variable "arcjs_network" to the name of the network ("ganache", "kovan", "ropsten", "live"). The default is "ganache". Truffle will use this setting to find the specified settings in truffle.js in the Arc.js package. The migration script will also use this setting just to feedback to you which network truffle is using.
1. Set the environment variable `arcjs_network` to the name of the network ("ganache", "kovan", "ropsten", "live"). The default is "ganache". Truffle will use this setting to find the specified settings in truffle.js in the Arc.js package. The migration script will also use this setting just to feedback to you which network truffle is using.
2. The migration script will use `arcjs_gasLimit_deployment`, allowing you to customize the gas amount if needed.
3. make sure that /migrations/founders.json in the Arc.js package folder has an entry for your test network with the founders to add to the Genesis DAO.
4. make sure you have your testnet running and listening on the right port.
Expand All @@ -19,4 +19,6 @@ To deploy contracts to a specified network, follow these steps:

5. run `npm start migrateContracts`, or from your application: `npm explore @daostack/arc.js -- npm start migrateContracts`

**Note:** If you want to start from scratch with brand-new contracts, run: `npm start migrateContracts.clean.andMigrate`.

**Note:** When migrating to Kovan, the migration will not succeed until your node is completely caught up syncing with the net.
Loading

0 comments on commit 5be1750

Please sign in to comment.