Releases: aragon/buidler-aragon
Releases · aragon/buidler-aragon
v0.2.9
What’s changed in buidler-aragon
Fixed
v0.2.8
What’s changed in buidler-aragon
Fixed
- Use hot-fix version of the client and bump builder version (adding
console.log
support for solidity v0.4.x 🔥) (#173) @0xGabi
v0.2.7
What’s changed in buidler-aragon
Fixed
v0.2.6
What’s changed in buidler-aragon
New features
- Add
deployedAddresses
to aragon configuration for base address (#160) @0xGabi
- New flag
skip-validation
: skip validation of artifacts on publish task (#161) @0xGabi
v0.2.6-rc.1
What’s changed in buidler-aragon
Fixed
- Handle arapp.json network configuration properly (#159) @0xGabi
v0.2.5
What’s changed in buidler-aragon
Fixed
v0.2.4
What’s changed in buidler-aragon
Fixed
- Use
@solidity-parser/parser
(#152) @dapplion
- Use the
from
as default root account if configured on the buidler.config
(#151) @0xGabi
- Add
httpHeaders
field to Frame connections (#150) @dapplion
v0.2.3
What’s changed in buidler-aragon
Fixed
- Remove BigNumber as a peerDependency (#145) @0xGabi
- Add aragon/os path to external artifact paths (#144) @0xGabi
v0.2.2
What’s changed in buidler-aragon
Fixed
The production release 0.2.0
missed a few files to fully function. Fixed with 897fe40 and #133
Aragon Buidler plugin v0.2.0
Building Aragon apps has never been so simple.
Changes include
start
command: Setup a fully featured local environment and perfect your app 🏗
- Script hooks: allow you to configure your app, local organization, and any other dependencies in a streamlined, more flexible, and less error-prone way.
- App installer: allows you to magically pull production apps from a publicly available chain (e.g. Ethereum Mainnet or Rinkeby) and set them up in your local environment.
publish
command: Deploy your contracts, upload your front-end to IPFS, and publish to aragonPM 🦅
More information: http://blog.aragon.one/aragon-buidler-plugin/