Open greenkeeper[bot] opened 7 years ago
Your tests are still failing with this version. Compare the changes 🚨
The new version differs by 10 commits .
7f7b4cb
5.1.1
8b51ee9
rebuild docs
d03528e
move vars inside func
4f841fa
rebuild docs
3753b25
Update README.md
b5d7ad8
Merge pull request #68 from ethereumjs/ethjs
bb6b85e
Merge pull request #69 from ethereumjs/greenkeeper-update-all
8ad47d7
fix travis
f0e3ea1
chore(package): update dependencies
d115f86
remove hex utils
See the full diff.
Your tests are still failing with this version. Compare the changes 🚨
The new version differs by 8 commits.
b01a58c
5.1.2
fbe8985
fix hex validation
13c9a03
Merge pull request #75 from serapath-contribution/master
06646e2
add browserify field to babelify es2015
529c180
Merge pull request #74 from ethereumjs/greenkeeper-karma-detect-browsers-2.2.5
356c29e
Merge pull request #73 from ethereumjs/greenkeeper/karma-detect-browsers-2.2.5
c3b74dd
chore(package): update karma-detect-browsers to version 2.2.5
5ac7625
chore(package): update karma-detect-browsers to version 2.2.5
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
ES6
syntax updates5
supportenv
presetsafe-buffer
instead of Node Buffer
0X
as valid address in isValidAddress()
zeroAddress()
and isZeroAddress()
The new version differs by 40 commits.
3e72947
Release commit for v5.1.3
279ac78
Updated deprecated babel es2015 to env preset
3d05254
chore(package): update babelify to version 8.0.0
aed81b9
Merge pull request #106 from ethereumjs/greenkeeper/karma-2.0.0
acc9130
chore(package): update karma to version 2.0.0
a65787d
Merge pull request #102 from ethereumjs/greenkeeper/karma-detect-browsers-2.2.6
deb4019
chore(package): update karma-detect-browsers to version 2.2.6
193a119
Merge pull request #98 from ethereumjs/greenkeeper/mocha-4.0.0
f0aafb0
Update travis to build with Node 8 (from Node 7)
5d59ad6
Merge branch 'master' into greenkeeper/mocha-4.0.0
9e6cda9
Merge pull request #96 from ethereumjs/greenkeeper/coveralls-3.0.0
7f31795
Merge branch 'master' into greenkeeper/coveralls-3.0.0
15d4085
Merge pull request #91 from ethereumjs/greenkeeper/documentation-5.2.0
0c0f23f
Rebuild docs with new documentation version
d75a4b2
Updated build:docs command to reflect syntax changes from updated documentation version
There are 40 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
The new version differs by 11 commits.
cf511cc
Merge pull request #116 from ethereumjs/new-release-514
1a96b69
Bumped version to v5.1.4, added CHANGELOG entry
5da67f4
Merge pull request #115 from ethereumjs/byzantium-is-precompiled
7685191
Updated isPrecomile according to Byzantium precompile-used address space
3550ee3
Merge pull request #114 from ethereumjs/es5-dist
121e850
Run both Node and browser tests on distribution version
b293cff
Added babel-cli to distribute ES5 version on npm
1617d8b
Updated .gitignore with EthereumJS standard version
757ba73
Merge pull request #29 from axic/patch/isbn
1ec8717
Add test for obsolete (?) toArray
d22539c
Support BN.isBN in toBuffer()
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
browserify
issue leading to 3rd-party build problems, PR #119The new version differs by 4 commits.
523432f
Merge pull request #120 from ethereumjs/new-release-v515
f7d13a8
Bumped version to v5.1.5, added CHANGELOG entry
ea95661
Merge pull request #119 from ethereumjs/fix-browserify-issue
ba1ae59
Move browserify config section from package.json to karma.conf.js to avoid 3rd-party build conflicts
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
sha3
hash related constants and functions to keccak
, seeSHA-3
standard)SHA3_NULL_S
-> KECCAK256_NULL_S
SHA3_NULL
-> KECCAK256_NULL
SHA3_RLP_ARRAY_S
-> KECCAK256_RLP_ARRAY_S
SHA3_RLP_ARRAY
-> KECCAK256_RLP_ARRAY
SHA3_RLP_S
-> KECCAK256_RLP_S
SHA3_RLP
-> KECCAK256_RLP
sha3()
-> keccak()
(number of bits determined in arguments)keccak256()
alias function for keccak(a, 256)
sha
-named versions is now DEPRECATED
and the relatedv6.0.0
The new version differs by 8 commits.
7e3be1d
Merge pull request #129 from ethereumjs/new-release-v520
9781fed
Bump version to v5.2.0, added CHANGELOG entry
8abcba5
Merge pull request #128 from ethereumjs/add-keccak256-alias
9165b92
Added keccak256 alias for keccak(a, 256)
54aa41c
Merge pull request #121 from ethereumjs/keccak
f617e37
Rebuild documentation after API changes
39af61c
Rename sha3 constants to keccak
121b4d9
Rename sha3 to keccak
See the full diff
Version 5.1.0 of ethereumjs-util just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As ethereumjs-util is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:
Status Details
- ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/animist-io/wallowa/builds/198227386)Commits
The new version differs by 17 commits .
4997328
5.1.0
ac5d090
Add helpers for new eth_sign behavior (#67)
0e246cd
Merge pull request #64 from ethereumjs/feature/keccak
75f5294
Use keccak instead keccakjs
f0f2aae
Merge pull request #66 from zmanian/patch-1
142b618
Fix missing comma
656d534
Name field is mandatory in npm >3
b3443fd
Merge pull request #65 from ethereumjs/greenkeeper/karma-detect-browsers-2.2.4
1c17800
chore(package): update karma-detect-browsers to version 2.2.4
a32309d
Merge pull request #61 from ethereumjs/greenkeeper/update-all
c6392b5
chore(package): update dependencies
c16bcd0
Merge pull request #59 from ethereumjs/feature/buffer
9d2f362
Update Buffer creation
c86d92b
Merge pull request #58 from ethereumjs/rpcsig-padding
e555b3b
Add tests for toRpcSig
There are 17 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: