Skip to content

Commit

Permalink
Merge branch '1.x' into release/1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Jan 28, 2021
2 parents 0b86ab7 + b8654fd commit 0adaf22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ Released with 1.0.0-beta.37 code base.

- Add `ETH2Core` class export to `index.d.ts` for `web3-eth2-core` (#3878)
- Deprecation of bzz warning (#3872)
- Deprecation of shh warning (#3888)

## [Unreleased]

Expand Down
2 changes: 1 addition & 1 deletion packages/web3-bzz/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var swarm = require("swarm-js");
var Bzz = function Bzz(provider) {


console.warn('web3-bzz package will be deprecated in version 1.3.4 and will no longer be supported.')
console.warn('web3-bzz package will be deprecated in version 1.3.5 and will no longer be supported.')


this.givenProvider = Bzz.givenProvider;
Expand Down
5 changes: 5 additions & 0 deletions packages/web3-shh/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ var Net = require('web3-net');


var Shh = function Shh() {


console.warn('web3-shh package will be deprecated in version 1.3.5 and will no longer be supported.')


var _this = this;

// sets _requestmanager
Expand Down

0 comments on commit 0adaf22

Please sign in to comment.