Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Staging

Artifacts

  • ENS: 0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939
  • APM: 0x4994a4b1215bf73f0e69ce69c2e6b43c496ad4bf
  • DAOFactory (Aragon 0.6): 0x10e1fcca61798cae1e1bcddcbc0cf3e8c03418a6
  • DAOFactory (Aragon 0.7): 0xbca2c99aa7018edcde60e6c5744f68003112535d
  • DAOFactory (Aragon 0.8): 0xf959e8953e2fe03782a7b86a7a5d948cb511ef5d

Deployments


aragonOS

Commands:

npx truffle compile --all
ACL_BASE=0xd95677b5b3bc3c89c4c2c3ab702b0aa5d5cb28af npx truffle exec --network rinkeby scripts/deploy-daofactory.js

Output:

=========
# Kernel:
Address: 0x7b6c39dbafcfea414041823ef8f28af7fea52775
Transaction hash: 0x7d776d5771dad3fe288f149468e882bdfde01d91feed9a6a5b677ba77ae215cd
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2019-09-03T16:48:05.945Z
=========
Skipping deploying new ACL base, using provided address: 0xd95677b5b3bc3c89c4c2c3ab702b0aa5d5cb28af
=========
# EVMScriptRegistryFactory:
Address: 0x754fd0a50554c283a97ab4889d0143d5c735e90f
Transaction hash: 0x0d19c00715cf2f83b0bfb265460f03b38b6cd3c854267eb1954400217dbc7448
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2019-09-03T16:48:05.945Z
=========
=========
# DAOFactory:
Address: 0xf959e8953e2fe03782a7b86a7a5d948cb511ef5d
Transaction hash: 0x7fbf2fea966a9c3856162d7084c2e205c6228eba6f19b08ae172cf6c20a4123c
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2019-09-03T16:48:05.944Z
=========

Aragon Apps

Deployed: agent, finance, voting, token-manager

Command (finance, voting, token-manager):

aragon apm publish minor --environment staging --files public

Command (agent):

aragon apm publish patch --environment staging --files public

Details of the deployment can be found in deploys.yml

Final versions:

  • agent.aragonpm.eth: 4.0.3
  • finance.aragonpm.eth: 2.1.1
  • voting.aragonpm.eth: 2.1.1
  • token-manager.aragonpm.eth: 2.1.1

DAO Templates

Deployed: bare-template, company-template, company-board-template, membership-template, reputation-template

Command:

npm run publish:staging

Details of the deployment can be found in deploys.yml

Final versions:

  • bare-template.aragonpm.eth: 2.0.0
  • company-template.aragonpm.eth: 2.0.0
  • company-board-template.aragonpm.eth: 3.0.0
  • membership-template.aragonpm.eth: 2.0.0
  • reputation-template.aragonpm.eth: 2.0.0

Aragon Client

Command:

npm run publish:staging:minor

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.2.1

Staging deployment for agent

Aragon Apps

Deployed: agent

Command:

aragon apm publish major --environment staging --files public

Details of the deployment can be found in deploys.yml

Final versions:

  • agent.aragonpm.eth: 4.0.0

Staging deployment for 0.7.5-hotfix

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.17

Staging deployment for release candidate of 0.7.5

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.16

Staging deployment for in-progress work on 0.7.4 with fix for sandboxed worker scripts

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.15

Staging deployment for in-progress work on 0.7.x

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.14

Aragon Apps

Deployed: finance, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 2.0.8
  • token-manager.aragonpm.eth: 2.0.5

Aragon Apps

Deployed: voting

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • voting.aragonpm.eth: 2.0.7

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.11

Aragon Apps

Deployed: finance, token-manager, voting

Command (finance, voting, token-manager):

aragon apm publish patch --environment staging --files app/build

Note: the artifact.json for finance was regenerated using:

aragon apm publish patch --environment staging --only-artifacts --no-build

(It was also manually edited to include the old newPayment() method in its ABI and list of methods for radspec evaluation)

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 2.0.7
  • token-manager.aragonpm.eth: 2.0.4
  • voting.aragonpm.eth: 2.0.5

Aragon Apps

Deployed: payroll

Command (payroll):

aragon apm publish major --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • payroll.aragonpm.eth: 1.0.1

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.10

Aragon Apps

Deployed: finance, token-manager, voting

Command (finance, voting, token-manager):

aragon apm publish patch --environment staging --files app/build

Note: the artifact.json for finance was regenerated using:

aragon apm publish patch --environment staging --only-artifacts --no-build

(It was also manually edited to include the old newPayment() method in its ABI and list of methods for radspec evaluation)

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 2.0.5
  • token-manager.aragonpm.eth: 2.0.3
  • voting.aragonpm.eth: 2.0.3

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.9

Aragon Apps

Deployed: finance, token-manager, voting

Command (finance, voting, token-manager):

aragon apm publish patch --environment staging --files app/build

Note: the artifact.json for finance was regenerated using:

aragon apm publish patch --environment staging --only-artifacts --no-build

(It was also manually edited to include the old newPayment() method in its list of methods used for radspec)

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 2.0.4
  • token-manager.aragonpm.eth: 2.0.2
  • voting.aragonpm.eth: 2.0.2

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.8

Aragon Apps

Deployed: finance, token-manager, vault, voting

Command (finance, voting, token-manager):

aragon apm publish patch --environment staging --files app/build

Command (vault):

aragon apm publish patch --environment staging --files public

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 2.0.3
  • token-manager.aragonpm.eth: 2.0.1
  • vault.aragonpm.eth: 3.0.2
  • voting.aragonpm.eth: 2.0.1

Aragon Apps

Deployed: finance

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 2.0.2

aragonOS

Commands:

npx truffle compile --all
KERNEL_BASE=0x448fc28726cd78ce6dd63779fcf0029313376ea8 ACL_BASE=0xd95677b5b3bc3c89c4c2c3ab702b0aa5d5cb28af npx truffle exec --network rinkeby scripts/deploy-daofactory.js

Output:

Skipping deploying new Kernel base, using provided address: 0x448fc28726cd78ce6dd63779fcf0029313376ea8
Skipping deploying new ACL base, using provided address: 0xd95677b5b3bc3c89c4c2c3ab702b0aa5d5cb28af
=========
# EVMScriptRegistryFactory:
Address: 0x67c9083dcdbb86dfd7dff5b904fd5d91466a43bd
Transaction hash: 0xcf57fcb60de2208cb7bf305511bcc3e9596aeb26b3b3404ae9f19f830c2b586b
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2019-04-16T14:30:07.191Z
=========
=========
# DAOFactory:
Address: 0xbca2c99aa7018edcde60e6c5744f68003112535d
Transaction hash: 0x3b485db04a01d3b596401b50c302f00d9471552963168c21fbddb160783a41b3
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2019-04-16T14:30:07.190Z
=========

Aragon Apps

Deployed: finance, voting, token-manager, agent, vault, survey

Command (finance, voting, token-manager, survey):

aragon apm publish major --environment staging --files app/build

Command (vault):

aragon apm publish major --environment staging --files public

Command (agent):

aragon apm publish major --environment staging

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 2.0.1
  • token-manager.aragonpm.eth: 2.0.0
  • voting.aragonpm.eth: 2.0.0
  • vault.aragonpm.eth: 3.0.1
  • survey.aragonpm.eth: 2.0.0
  • agent.aragonpm.eth: 3.0.0

DAO kits

Deployed: democracy-kit, multisig-kit

Command:

DAO_FACTORY=0xbca2c99aa7018edcde60e6c5744f68003112535d npm run publish:staging

Details of the deployment can be found in deploys.yml

Final versions:

  • democracy-kit.aragonpm.eth: 2.0.0
  • multisig-kit.aragonpm.eth: 2.0.0

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.7

Aragon Apps

Deployed: finance, voting, token-manager, vault

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.1.6
  • token-manager.aragonpm.eth: 1.1.4
  • voting.aragonpm.eth: 1.1.4
  • vault.aragonpm.eth: 2.0.2

PPF

Commands:

OPERATOR=0x6eC28F4e814f88DA2d981E6E787B786162006D39 OPERATOR_OWNER=0x4cB3FD420555A09bA98845f0B816e45cFb230983 npx truffle exec --network rinkeby scripts/deploy-ppf.js
npx aragon apm publish major 0xb2bc2aa7d65b9acc99922e57ef8dfdec7066b689 --environment staging

Output

=========
# PPFFactory:
Address: 0xb2bc2aa7d65b9acc99922e57ef8dfdec7066b689
Transaction hash: 0x7d39a2a0fd5d4774a6c566209472e0b0bbef61e46c5c6f09899f3ce84120a70e
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2019-04-16T14:11:57.573Z
=========
Using factory 0xb2bc2aa7d65b9acc99922e57ef8dfdec7066b689
Deploying with operator 0x6eC28F4e814f88DA2d981E6E787B786162006D39 and operatorOwner 0x4cB3FD420555A09bA98845f0B816e45cFb230983
PPF instance: 0x6b91cc4e3b2bb8730fb08cb9093dfed41b7c886f

Details of the deployment can be found in deploys.yml

Final versions:

  • ppf-factory.aragonpm.eth: 1.0.0

Aragon Apps

Deployed: finance

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.1.4

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.4

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.1.3
  • token-manager.aragonpm.eth: 1.1.3
  • voting.aragonpm.eth: 1.1.3

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.2

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.1.2
  • token-manager.aragonpm.eth: 1.1.2
  • voting.aragonpm.eth: 1.1.2

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.1

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.1.1
  • token-manager.aragonpm.eth: 1.1.1
  • voting.aragonpm.eth: 1.1.1

Aragon Client

Command:

npm run publish:staging:minor

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.1.0

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish minor --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.1.0
  • token-manager.aragonpm.eth: 1.1.0
  • voting.aragonpm.eth: 1.1.0

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.0.16

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.0.14
  • token-manager.aragonpm.eth: 1.0.13
  • voting.aragonpm.eth: 1.0.14

Aragon Apps

Deployed: agent

Command:

aragon apm publish major --environment staging

Details of the deployment can be found in deploys.yml

Final versions:

  • agent.aragonpm.eth: 2.0.0

Aragon Apps

Deployed: survey

Command:

aragon apm publish major --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • survey.aragonpm.eth: 1.0.0

Aragon Apps

Deployed: agent

Command:

aragon apm publish major --environment staging

Details of the deployment can be found in deploys.yml

Final versions:

  • agent.aragonpm.eth: 1.0.0

Staging deployment of fixes for in-progress work on responsive UI and notifications panel.

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.0.11

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.0.10
  • token-manager.aragonpm.eth: 1.0.10
  • voting.aragonpm.eth: 1.0.11

Staging deployment of fixes for in-progress work on responsive UI and notifications panel.

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.0.10

Staging deployment of fixes for in-progress work on responsive UI and notifications panel.

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.0.9

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.0.9
  • token-manager.aragonpm.eth: 1.0.9
  • voting.aragonpm.eth: 1.0.10

Staging deployment of in-progress work on responsive UI and notifications panel.

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.0.8

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.0.8
  • token-manager.aragonpm.eth: 1.0.8
  • voting.aragonpm.eth: 1.0.9

Aragon Apps

Deployed: finance

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.0.6

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.0.6

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Note: the artifact.json for voting was regenerated using:

aragon apm publish patch --environment staging --only-artifacts --no-build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.0.5
  • token-manager.aragonpm.eth: 1.0.6
  • voting.aragonpm.eth: 1.0.7

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.0.5

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.0.4
  • token-manager.aragonpm.eth: 1.0.5
  • voting.aragonpm.eth: 1.0.5

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.0.3

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

(Vault):

aragon apm publish major --environment staging --files assets

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.0.3
  • token-manager.aragonpm.eth: 1.0.4
  • voting.aragonpm.eth: 1.0.4
  • vault.aragonpm.eth: 2.0.1

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.0.2

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

  • finance.aragonpm.eth: 1.0.2
  • token-manager.aragonpm.eth: 1.0.3
  • voting.aragonpm.eth: 1.0.2

Aragon Apps

Deployed: vault

Command:

aragon apm publish major --environment staging --files assets

Details of the deployment can be found in deploys.yml

Final versions:

  • vault.aragonpm.eth: 2.0.0

APM

@izqui created aragon.aragonpm.eth and granted @bingen, @bpierre, and @sohkai permission to create versions.

Aragon Client

Command:

npm run publish:staging:patch

Details of the deployment can be found in deploys.yml

Final versions:

  • aragon.aragonpm.eth: 1.0.1

Aragon Apps

Deployed: finance, voting, token-manager

Command:

aragon apm publish patch --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.0.1
  • token-manager.aragonpm.eth: 1.0.2
  • voting.aragonpm.eth: 1.0.2

aragonOS

Commands:

npx truffle compile --all
npx truffle exec --network rinkeby scripts/deploy-daofactory.js

Output:

=========
# Kernel:
Address: 0x448fc28726cd78ce6dd63779fcf0029313376ea8
Transaction hash: 0xd0af250d5d4c2ebbbf798831d19db2f9da02f2ec5d60b789232810d4f0d60613
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2018-10-24T08:50:58.821Z
=========
=========
# ACL:
Address: 0xd95677b5b3bc3c89c4c2c3ab702b0aa5d5cb28af
Transaction hash: 0x2454ec49a4c1d41f6138939987ebec89cbee20078af2528e9565cb2fa7965774
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2018-10-24T08:50:58.757Z
=========
=========
# EVMScriptRegistryFactory:
Address: 0x87262583244adaa9030c7116933052c445c39998
Transaction hash: 0xf3649698315584a076dbdff728589d90ec008fa94626d7c5d52102e66d74fa43
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2018-10-24T08:50:58.813Z
=========
=========
# DAOFactory:
Address: 0x10e1fcca61798cae1e1bcddcbc0cf3e8c03418a6
Transaction hash: 0x45fd6f3df2285d95f31fe7f3b09fecc2d07d5146e86a2c9a25d8774bdb139f47
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2018-10-24T08:50:58.810Z
=========

APM

Command:

DAO_FACTORY=0x10e1fcca61798cae1e1bcddcbc0cf3e8c03418a6 OWNER=0x4cB3FD420555A09bA98845f0B816e45cFb230983 npx truffle exec --network rinkeby scripts/deploy-apm.js

Output:

Deploying APM...
Owner: 0x4cB3FD420555A09bA98845f0B816e45cFb230983
=========
Missing ENS! Deploying a custom ENS...
Deployed ENSFactory: 0x0ac32dc7e4bf9918acecf1f443160328e48394d5
ENS: 0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939
TLD: eth (0x93cdeb708b7545dc668eb9280176169d1c33cfd8ed6f04690a0bcc88a93fc4ae)
Label: aragonpm (0x1542111b4698ac085139692eae7c6efb632a4ae2779f8686da94511ebbbff594)
=========
Deploying APM bases...
=========
# APMRegistry:
Address: 0x9a22f0c1df3f6c99000403fdd3802da27ce79d30
Transaction hash: 0x6ab7a1df6d5ccd58a52d1d4487fbadc568e1cc7d22eb19c27ba9c3fd7dab8f93
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2018-10-24T08:50:58.764Z
=========
=========
# Repo:
Address: 0x2fefa2c80893db65c829773bd42fa51320696d4a
Transaction hash: 0xe6ab1f3c6d551461e6053854aebb203baff6ef9dcfc3f02f7209af89757664a7
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2018-10-24T08:50:58.769Z
=========
=========
# ENSSubdomainRegistrar:
Address: 0x88341d946279a351a07aaf048921837900a443a0
Transaction hash: 0x4670bc3a9fea440ba8f3b68b83232549257a5b6c0f3f9765ce95c64793821cc8
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2018-10-24T08:50:58.791Z
=========
Using provided DAOFactory (with EVMScripts): 0x10e1fcca61798cae1e1bcddcbc0cf3e8c03418a6
Deploying APMRegistryFactory...
=========
# APMRegistryFactory:
Address: 0x93cc98cfb650bf644361bcd8d24cec24ef7dccbd
Transaction hash: 0xeaebb6662e28217aabd53ad9497906c5f66eabc672bc3f2bb9c0ce6744887dfb
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2018-10-24T08:50:58.806Z
=========
Assigning ENS name (aragonpm.eth) to factory...
Deploying APM...
=========
# APM:
Address: 0x4994a4b1215bf73f0e69ce69c2e6b43c496ad4bf
Transaction hash: 0xaff9ef805d82cbca3c1786b78d39b1559e09d626e8249a960b677948b6bb9e64
=========

Aragon ID

Command:

ENS=0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939 ONWER=0x4cB3FD420555A09bA98845f0B816e45cFb230983 npx truffle exec --network rinkeby scripts/deploy-beta-aragonid.js

Output:

Deploying AragonID with ENS: 0xfe03625ea880a8cba336f9b5ad6e15b0a3b5a939 and owner: 0x4cb3fd420555a09ba98845f0b816e45cfb230983
assigning ENS name to AragonID
=========
# FIFSResolvingRegistrar:
Address: 0xa2e76aa249e3f52ea94c175662adadf27185484a
Transaction hash: 0xb44c420588e761ca81f1373d1beed78112280e4d1e7e3b5b00405843988bca25
Compiler: solc@0.4.24+commit.e67f0147.Emscripten.clang (Optimizer: 10000 runs)
Compiled at: 2018-10-24T09:17:14.941Z
=========
assigning owner name
===========
Deployed AragonID: 0xa2e76aa249e3f52ea94c175662adadf27185484a

Aragon Apps

Deployed: finance, vault, voting, token-manager

Command:

aragon apm publish 1.0.0 --environment staging --files app/build

Details of the deployment can be found in deploys.yml

Final versions:

  • finance.aragonpm.eth: 1.0.0
  • token-manager.aragonpm.eth: 1.0.0
  • vault.aragonpm.eth: 1.0.0
  • voting.aragonpm.eth: 1.0.0

DAO kits

Deployed: democracy-kit, multisig-kit

Command:

DAO_FACTORY=0x10e1fcca61798cae1e1bcddcbc0cf3e8c03418a6 npm run publish:staging

Details of the deployment can be found in deploys.yml

Final versions:

  • democracy-kit.aragonpm.eth: 1.0.0
  • multisig-kit.aragonpm.eth: 1.0.0