- 10 Sep, 2020 2 commits
-
-
Ralph Pichler authored
* add clef as an external signer * adjust signing in memory
-
Pavle Batuta authored
Broad-spectrum refactor of the resolver package. - removed TLD constraints (all TLDs are now accepted) - merged resolver service into multiresolver - simplified client code - refactored tests - added MultiError - other minor fixes
-
- 09 Sep, 2020 2 commits
-
-
Ralph Pichler authored
-
Janoš Guljaš authored
-
- 08 Sep, 2020 2 commits
-
-
acud authored
* add opentracing instrumentation to http package
-
Petar Radovic authored
- blocklisting in p2p layer and libp2p implementation
-
- 07 Sep, 2020 2 commits
-
-
Janoš Guljaš authored
-
Janoš Guljaš authored
-
- 02 Sep, 2020 2 commits
-
-
acud authored
* bump bee version to 0.3.0
-
Pavle Batuta authored
Remove old version of go-ethereum.
-
- 01 Sep, 2020 2 commits
-
-
Petar Radovic authored
Remove connect notify from p2p interfac
-
Janoš Guljaš authored
-
- 31 Aug, 2020 5 commits
-
-
Petar Radovic authored
Break at 3 bootnodes
-
acud authored
* Add individual tags persistence
-
Janoš Guljaš authored
-
Pavle Batuta authored
Add ens resolver client and integrate resolver into the api package
-
Petar Radovic authored
-
- 30 Aug, 2020 1 commit
-
-
metacertain authored
* Add standalone flag
-
- 29 Aug, 2020 1 commit
-
-
acud authored
-
- 28 Aug, 2020 3 commits
-
-
Janoš Guljaš authored
Co-authored-by:
Metacertain <metacertain@gmail.com>
-
Janoš Guljaš authored
-
acud authored
* seekjoiner: add pluggable decryption
-
- 27 Aug, 2020 4 commits
-
-
acud authored
* tags: remove anonymous field
-
Nemanja Zbiljić authored
-
Nemanja Zbiljić authored
-
acud authored
* add encryption pipeline (#613) + integration (#618)
-
- 26 Aug, 2020 4 commits
-
-
Zahoor Mohamed authored
-
acud authored
* integrate splitter pipeline into the api
-
Petar Radovic authored
* check keys and create key prompt
-
acud authored
* pipeline splitter without integration
-
- 25 Aug, 2020 10 commits
-
-
Ivan Vandot authored
-
Ivan Vandot authored
-
Ralph Pichler authored
-
Pavle Batuta authored
Multiresolver allows to resolve a name using multiple resolver chains. Chains are selected using the TLD of the name (if no TLD is present, we use the default). A chain resolves a name by consecutively calling Resolve on each element. The name is resolved when the first resolver succeeds. It fails if all resolvers fail.
-
Ivan Vandot authored
-
Ivan Vandot authored
-
Zahoor Mohamed authored
* removed chunk type test in IsPotential, local existance check in repair * removed chunk type test in IsPotential, local existance check in repair * removed logging info * fixed testcase for reparing chunk that is not present * fixed review commenst by Elad
-
Ivan Vandot authored
-
Ivan Vandot authored
-
Nemanja Zbiljić authored
-