go-ethereum discover package with a minor change in node validation
Go to file
Richard Ramos fe708039d5 fix: protect `nursery` with mutex 2024-03-21 08:27:31 -04:00
discover fix: protect `nursery` with mutex 2024-03-21 08:27:31 -04:00
internal/testlog Initial commit 2021-12-07 13:24:52 -04:00
.gitignore feat: add context support to resolve discv5 deadlock issue 2024-01-26 18:06:52 +08:00
COPYING.LESSER Adding missing license file from go-ethereum 2022-03-02 20:28:02 -04:00
README.md Update README.md 2022-03-02 20:32:29 -04:00
go.mod chore: update dependencies, go version and add latest changes from go-ethereum 2023-05-19 15:08:09 -04:00
go.sum chore: update dependencies, go version and add latest changes from go-ethereum 2023-05-19 15:08:09 -04:00

README.md

go-discover

go-ethereum discover package with a minor change in node validation

License

Similar to go-ethereum, all code (except binaries) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.