status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

Bump github.com/status-im/whisper from 1.5.2 to 1.6.1 #127

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/status-im/whisper from 1.5.2 to 1.6.1.

Release notes *Sourced from [github.com/status-im/whisper's releases](https://github.com/status-im/whisper/releases).* > ## v1.6.1 > No release notes provided. > > ## Rate Limiting > No release notes provided. > > ## Rate Limiting > This release introduces a rate limiting for peers' IP and ID. It allows for 10 messages per second from a single IP and 3 messages per second from a single peer ID. It does not enforce this policy though, it only collects stats.
Commits - [`7ab066b`](https://github.com/status-im/whisper/commit/7ab066badab49362a62c8e896e88e6cfa18220ca) Do not throttle when limits are unset ([#37](https://github-redirect.dependabot.com/status-im/whisper/issues/37)) - [`c11e8d8`](https://github.com/status-im/whisper/commit/c11e8d8fb88e51d28f897178644edf70a52c35b2) Add whitelisting and setting rate limiter from outside ([#36](https://github-redirect.dependabot.com/status-im/whisper/issues/36)) - [`a527df1`](https://github.com/status-im/whisper/commit/a527df1568738aa81da0aceaceb7d0671abdb86d) Merge pull request [#35](https://github-redirect.dependabot.com/status-im/whisper/issues/35) from status-im/feature/add-fuzz-target - [`eaa7a0f`](https://github.com/status-im/whisper/commit/eaa7a0f28037de63ac6b4a115bd6d72c77782537) Add fuzzing target - [`51d2371`](https://github.com/status-im/whisper/commit/51d2371cf9b43cc0bb021c628cbaa50617e059a8) Implement peer rate limiter ([#33](https://github-redirect.dependabot.com/status-im/whisper/issues/33)) - [`bac2d54`](https://github.com/status-im/whisper/commit/bac2d543b70776df3a625201919888b814a41936) Fix ReceivedMessage.ValidateAndParse out-of-bands reads ([#31](https://github-redirect.dependabot.com/status-im/whisper/issues/31)) - See full diff in [compare view](https://github.com/status-im/whisper/compare/v1.5.2...v1.6.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)