Skip to content

Releases: aragon/buidler-aragon

v0.2.9

16 Jun 22:56
Compare
Choose a tag to compare

What’s changed in buidler-aragon

Fixed

v0.2.8

12 Jun 19:05
Compare
Choose a tag to compare

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

14 May 09:33
Compare
Choose a tag to compare

What’s changed in buidler-aragon

Fixed

v0.2.6

12 May 21:59
Compare
Choose a tag to compare

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

12 May 19:28
Compare
Choose a tag to compare
v0.2.6-rc.1 Pre-release
Pre-release

What’s changed in buidler-aragon

Fixed

  • Handle arapp.json network configuration properly (#159) @0xGabi

v0.2.5

07 May 20:23
Compare
Choose a tag to compare

What’s changed in buidler-aragon

Fixed

v0.2.4

06 May 22:55
Compare
Choose a tag to compare

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

14 Apr 04:29
Compare
Choose a tag to compare

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

06 Apr 22:18
Compare
Choose a tag to compare

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

03 Apr 20:32
Compare
Choose a tag to compare

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/