Skip to content

Commit

Permalink
Merge branch '1.x' into issue/3283
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida authored Jan 6, 2020
2 parents ba2faa4 + 58f77a6 commit e9c715c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ Released with 1.0.0-beta.37 code base.
- ``defaultBlock`` property handling fixed (#3247)
- ``clearSubscriptions`` does no longer throw an error if no running subscriptions do exist (#3246)
- callback type definition for ``Accounts.signTransaction`` fixed (#3280)
- fix: export bloom functions on the index.js
10 changes: 8 additions & 2 deletions packages/web3-utils/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,12 @@ module.exports = {
leftPad: utils.leftPad,
padRight: utils.rightPad,
rightPad: utils.rightPad,
toTwosComplement: utils.toTwosComplement
toTwosComplementutils.toTwosComplement,

    isBloomutils.isBloom,
    isUserEthereumAddressInBloomutils.isUserEthereumAddressInBloom,
    isContractAddressInBloomutils.isContractAddressInBloom,
    isTopicutils.isTopic,
    isTopicInBloomutils.isTopicInBloom,
    isInBloomutils.isInBloom
};

0 comments on commit e9c715c

Please sign in to comment.