Skip to content

Commit

Permalink
release 0.1.1-rc.10-v0
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman committed Mar 29, 2020
1 parent 65c9802 commit c09c01a
Show file tree
Hide file tree
Showing 100 changed files with 718 additions and 741 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
699 changes: 699 additions & 0 deletions contracts/0.1.1-rc.10/JoinAndQuit.json

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
722 changes: 0 additions & 722 deletions contracts/0.1.1-rc.8/JoinAndQuit.json

This file was deleted.

2 changes: 1 addition & 1 deletion migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const wrapCommand = fn => async options => {
}
},
getArcVersionNumber: function getArcVersionNumber (arcVersion) {
return Number(arcVersion.slice(-1))
return Number(arcVersion.split('rc.')[1])
},
sendTx: async function sendTx (tx, msg, from = web3.eth.defaultAccount) {
spinner.start(msg)
Expand Down
12 changes: 6 additions & 6 deletions migration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": {
"package": {
"0.1.1-rc.8": {
"0.1.1-rc.10": {
"Package": "0xe78A0F7E598Cc8b0Bb87894B0F60dD2a88d6a8Ab",
"ImplementationDirectory": "0x5b1869D9A4C187F2EAa108f3062412ecf0526b24",
"App": "0x254dffcd3277C0b1660F6d42EFbB754edaBAbC2B",
Expand Down Expand Up @@ -47,8 +47,8 @@
}
},
"dao": {
"0.1.1-rc.8": {
"name": "Noxious Toejam",
"0.1.1-rc.10": {
"name": "Heuristic Dolls",
"Avatar": "0x019518168df29B1cb2E06894b63DC12d83e4774A",
"DAOToken": "0xb5232C367925f39f90FFb210970086c71803B2D9",
"Reputation": "0x897689B5227eAb6B7d5ED6b3147fCB571B68E9a4",
Expand Down Expand Up @@ -109,15 +109,15 @@
{
"name": "Wallet",
"address": "0x05d1DA617069cb74B44678D6Cb48829e908266C1",
"arcVersion": "0.1.1-rc.8"
"arcVersion": "0.1.1-rc.10"
},
{
"name": "Competition",
"address": "0x66C795C2d0e8eef8aDe7aEb5Fc4286559443C9e7",
"arcVersion": "0.1.1-rc.8"
"arcVersion": "0.1.1-rc.10"
}
],
"arcVersion": "0.1.1-rc.8"
"arcVersion": "0.1.1-rc.10"
}
}
},
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daostack/migration-experimental",
"version": "0.1.1-rc.8-v0",
"version": "0.1.1-rc.10-v0",
"description": "A repo for handling DAOstack contract migrations",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/daostack/migration#readme",
"dependencies": {
"@daostack/arc-experimental": "0.1.1-rc.8",
"@daostack/arc-experimental": "0.1.1-rc.10",
"@daostack/arc-hive": "0.0.1-rc.5",
"ethereumjs-wallet": "^0.6.3",
"fstream": "^1.0.12",
Expand Down
2 changes: 1 addition & 1 deletion prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "Installing NPM modules..."
# npm install
npm ci
# initial Arc vrsion to use
readonly INITIAL_VERSION=8
readonly INITIAL_VERSION=10
# get latest Arc version
readonly ARC=$(cat package.json | jq -r '.dependencies."@daostack/arc-experimental"' | rev | cut -d'.' -f 1 | rev)
# migrate ganache
Expand Down

0 comments on commit c09c01a

Please sign in to comment.