Skip to content

Commit

Permalink
Accept web3 1.2.0 as valid version (#63)
Browse files Browse the repository at this point in the history
* Upgrade truffle to 5.0.29

* Upgrade ganache-cli to 6.5.0

* Add web3 ^1.2.0 to accepted semver range

* Rename truffle 5.x test to 5.0

* Add simple-project-truffle-template to test integrations

* Add integration test for truffle with web3 1.2.0 (using v5.0.29)

* Add changelog entry

* Apply review suggestions
  • Loading branch information
cgewecke authored and nventuro committed Jul 26, 2019
1 parent 7fffc22 commit 40b1547
Show file tree
Hide file tree
Showing 18 changed files with 77 additions and 370 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -21,8 +21,12 @@ jobs:
script: npm run test

- stage: Integration tests
name: "Truffle 5.x"
script: ./test-integration/simple-project-truffle-5.x/run.sh
name: "Truffle 5.0.1"
script: ./test-integration/simple-project-truffle-5.0.1/run.sh

- stage: Integration tests
name: "Truffle with web3 1.2.0"
script: ./test-integration/simple-project-truffle-web3-1.2.0/run.sh

- stage: Integration tests
name: "Ganache Core 2.1.x"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 0.4.1 (unreleased)
* Added support for web3 ^1.2.0 (included by truffle v5.0.29). ([#63](https://github.com/OpenZeppelin/openzeppelin-test-helpers/pull/63))

## 0.4.0 (2019-05-23)
* Fixed `shouldFail.reverting.withMessage` on non-Ganache chains. ([#25](https://github.com/OpenZeppelin/openzeppelin-test-helpers/pull/25))
* Fixed `send.transaction` not working on contracts with a fallback function. ([#26](https://github.com/OpenZeppelin/openzeppelin-test-helpers/pull/26))
Expand Down

0 comments on commit 40b1547

Please sign in to comment.