Skip to content

Feat/update peer events#75

Merged
daviddias merged 2 commits intomasterfrom
feat/update-peer-events
Mar 29, 2017
Merged

Feat/update peer events#75
daviddias merged 2 commits intomasterfrom
feat/update-peer-events

Conversation

@daviddias
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Member

@dignifiedquire dignifiedquire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wonderful

@daviddias daviddias merged commit 9ff0477 into master Mar 29, 2017
@daviddias daviddias deleted the feat/update-peer-events branch March 29, 2017 07:03
@daviddias daviddias removed the status/in-progress In progress label Mar 29, 2017
maschad pushed a commit to maschad/js-libp2p that referenced this pull request Jun 21, 2023
* deps: bump @libp2p/interface-peer-id from 1.1.2 to 2.0.0 (libp2p#73)

Bumps [@libp2p/interface-peer-id](https://github.com/libp2p/js-libp2p-interfaces) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/libp2p/js-libp2p-interfaces/releases)
- [Commits](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-peer-id-v1.1.2...@libp2p/interface-peer-id-v2.0.0)

---
updated-dependencies:
- dependency-name: "@libp2p/interface-peer-id"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* deps: bump @libp2p/peer-id from 1.1.18 to 2.0.0 (libp2p#74)

Bumps [@libp2p/peer-id](https://github.com/libp2p/js-libp2p-peer-id) from 1.1.18 to 2.0.0.
- [Release notes](https://github.com/libp2p/js-libp2p-peer-id/releases)
- [Commits](https://github.com/libp2p/js-libp2p-peer-id/compare/@libp2p/peer-id-v1.1.18...@libp2p/peer-id-v2.0.0)

---
updated-dependencies:
- dependency-name: "@libp2p/peer-id"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* deps(dev): bump @libp2p/interface-mocks from 8.0.5 to 9.0.0 (libp2p#75)

Bumps [@libp2p/interface-mocks](https://github.com/libp2p/js-libp2p-interfaces) from 8.0.5 to 9.0.0.
- [Release notes](https://github.com/libp2p/js-libp2p-interfaces/releases)
- [Commits](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v8.0.5...@libp2p/interface-mocks-v9.0.0)

---
updated-dependencies:
- dependency-name: "@libp2p/interface-mocks"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* deps(dev): bump @libp2p/peer-id-factory from 1.0.20 to 2.0.0 (libp2p#76)

Bumps [@libp2p/peer-id-factory](https://github.com/libp2p/js-libp2p-peer-id) from 1.0.20 to 2.0.0.
- [Release notes](https://github.com/libp2p/js-libp2p-peer-id/releases)
- [Commits](https://github.com/libp2p/js-libp2p-peer-id/compare/@libp2p/peer-id-factory-v1.0.20...@libp2p/peer-id-factory-v2.0.0)

---
updated-dependencies:
- dependency-name: "@libp2p/peer-id-factory"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David D <info@collectivesessions.com>

* deps: bump @chainsafe/libp2p-noise from 10.2.0 to 11.0.0 (libp2p#77)

Bumps [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) from 10.2.0 to 11.0.0.
- [Release notes](https://github.com/ChainSafe/js-libp2p-noise/releases)
- [Changelog](https://github.com/ChainSafe/js-libp2p-noise/blob/master/CHANGELOG.md)
- [Commits](ChainSafe/js-libp2p-noise@v10.2.0...v11.0.0)

---
updated-dependencies:
- dependency-name: "@chainsafe/libp2p-noise"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
maschad pushed a commit to maschad/js-libp2p that referenced this pull request Jun 21, 2023
maschad pushed a commit to maschad/js-libp2p that referenced this pull request Jun 21, 2023
Instead of having separate books for addresses, protocols etc, just
have simple save/merge/patch methods for updating peer data.

This means we can update peer data in one call instead of needing to
make multiple async calls.
maschad pushed a commit to maschad/js-libp2p that referenced this pull request Jun 21, 2023
## [8.0.0](libp2p/js-libp2p-peer-store@v7.0.2...v8.0.0) (2023-04-24)

### ⚠ BREAKING CHANGES

* make peerstore atomic (libp2p#75)

### Features

* make peerstore atomic ([libp2p#75](libp2p/js-libp2p-peer-store#75)) ([4e89d3b](libp2p/js-libp2p-peer-store@4e89d3b))
achingbrain pushed a commit that referenced this pull request Jun 27, 2023
The inherited PubSubProtocol class already contains a time-cache for
latest seen messages. Use the existing cache instead of creating a
duplicate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants