-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: libp2p/js-libp2p-bootstrap
base: df04b5a8a683455dda74950554091c153a06ff3e
head repository: libp2p/js-libp2p-bootstrap
compare: 216ff30108e78231a8f54b9591d4ad2338b9e7e6
Commits on Feb 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3d94973 - Browse repository at this point
Copy the full SHA 3d94973View commit details
Commits on Apr 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c51b0c8 - Browse repository at this point
Copy the full SHA c51b0c8View commit details
Commits on Jul 15, 2019
-
refactor: callbacks -> async/await (#89)
BREAKING CHANGE: All places in the API that used callbacks are now replaced with async/await
Configuration menu - View commit details
-
Copy full SHA for 77cfc28 - Browse repository at this point
Copy the full SHA 77cfc28View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd646df - Browse repository at this point
Copy the full SHA cd646dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c050a26 - Browse repository at this point
Copy the full SHA c050a26View commit details
Commits on Jul 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8f90e44 - Browse repository at this point
Copy the full SHA 8f90e44View commit details
Commits on Jul 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 74c305d - Browse repository at this point
Copy the full SHA 74c305dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b46ff - Browse repository at this point
Copy the full SHA 59b46ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d9ae9 - Browse repository at this point
Copy the full SHA c2d9ae9View commit details
Commits on Aug 1, 2019
-
Revert "fix: use callback in start from js-libp2p (#93)"
This reverts commit 74c305d.
Configuration menu - View commit details
-
Copy full SHA for 5ad84ff - Browse repository at this point
Copy the full SHA 5ad84ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c247d30 - Browse repository at this point
Copy the full SHA c247d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ed296 - Browse repository at this point
Copy the full SHA 37ed296View commit details
Commits on Nov 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 83201ca - Browse repository at this point
Copy the full SHA 83201caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5041f28 - Browse repository at this point
Copy the full SHA 5041f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2a1f20 - Browse repository at this point
Copy the full SHA a2a1f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for d38edfb - Browse repository at this point
Copy the full SHA d38edfbView commit details
Commits on Feb 14, 2020
-
fix: remove use of assert module (#99)
The polyfill is big, we can simulate it by throwing an Error and it doesn't work under React Native.
Configuration menu - View commit details
-
Copy full SHA for 29b8aa6 - Browse repository at this point
Copy the full SHA 29b8aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa0718 - Browse repository at this point
Copy the full SHA cfa0718View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d96c5 - Browse repository at this point
Copy the full SHA a0d96c5View commit details
Commits on Feb 20, 2020
-
chore(deps-dev): bump aegir from 20.6.1 to 21.2.0 (#102)
Bumps [aegir](https://github.com/ipfs/aegir) from 20.6.1 to 21.2.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v20.6.1...v21.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for a87c1f7 - Browse repository at this point
Copy the full SHA a87c1f7View commit details
Commits on Apr 6, 2020
-
chore: peer-discovery not using peer-info
BREAKING CHANGE: peer event emits an object with id and multiaddr instead of a peer-info
Configuration menu - View commit details
-
Copy full SHA for 8a99f1b - Browse repository at this point
Copy the full SHA 8a99f1bView commit details
Commits on Apr 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b782934 - Browse repository at this point
Copy the full SHA b782934View commit details
Commits on Apr 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3a9200e - Browse repository at this point
Copy the full SHA 3a9200eView commit details -
Merge pull request #103 from libp2p/chore/peer-discovery-not-using-pe…
…er-info chore: peer-discovery not using peer-info
Configuration menu - View commit details
-
Copy full SHA for 01ce4ec - Browse repository at this point
Copy the full SHA 01ce4ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f992d5 - Browse repository at this point
Copy the full SHA 3f992d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 189e2a7 - Browse repository at this point
Copy the full SHA 189e2a7View commit details
Commits on May 28, 2020
-
chore(deps-dev): bump aegir from 21.10.2 to 22.0.0 (#104)
Bumps [aegir](https://github.com/ipfs/aegir) from 21.10.2 to 22.0.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v21.10.2...v22.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d14bd1e - Browse repository at this point
Copy the full SHA d14bd1eView commit details
Commits on Aug 10, 2020
-
fix: replace node buffers with uint8arrays (#106)
Removes redundant deps and updates everything to the latest versions. BREAKING CHANGES: - The deps of this module have Uint8Array properties
Configuration menu - View commit details
-
Copy full SHA for b59b7ad - Browse repository at this point
Copy the full SHA b59b7adView commit details -
Configuration menu - View commit details
-
Copy full SHA for d38c837 - Browse repository at this point
Copy the full SHA d38c837View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d2ca16 - Browse repository at this point
Copy the full SHA 1d2ca16View commit details
Commits on Aug 11, 2020
-
Update to latest mafmt with latest multiaddrs
Configuration menu - View commit details
-
Copy full SHA for fb719ed - Browse repository at this point
Copy the full SHA fb719edView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f95f7 - Browse repository at this point
Copy the full SHA f8f95f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d84fa - Browse repository at this point
Copy the full SHA 80d84faView commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5fcc746 - Browse repository at this point
Copy the full SHA 5fcc746View commit details
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for adcc55a - Browse repository at this point
Copy the full SHA adcc55aView commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 269b807 - Browse repository at this point
Copy the full SHA 269b807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8dd76 - Browse repository at this point
Copy the full SHA 9f8dd76View commit details -
Configuration menu - View commit details
-
Copy full SHA for f02d280 - Browse repository at this point
Copy the full SHA f02d280View commit details -
Configuration menu - View commit details
-
Copy full SHA for d72d6c9 - Browse repository at this point
Copy the full SHA d72d6c9View commit details
Commits on Apr 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 46eb376 - Browse repository at this point
Copy the full SHA 46eb376View commit details
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aeab2bf - Browse repository at this point
Copy the full SHA aeab2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8142313 - Browse repository at this point
Copy the full SHA 8142313View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a0a4e - Browse repository at this point
Copy the full SHA c4a0a4eView commit details
Commits on Jul 8, 2021
-
BREAKING CHANGE: uses new peer-id, multiaddr and friends
Configuration menu - View commit details
-
Copy full SHA for 597144f - Browse repository at this point
Copy the full SHA 597144fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e51b5 - Browse repository at this point
Copy the full SHA 05e51b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 216ff30 - Browse repository at this point
Copy the full SHA 216ff30View commit details
There are no files selected for viewing
This file was deleted.