Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DID DHT method #240

Merged
merged 49 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
a470559
add dht method
Oct 6, 2023
0d8762e
update dep location
Oct 6, 2023
a7bda7e
fix build
Oct 6, 2023
3e1a5d9
Another one
Oct 6, 2023
0904e1c
lint
Oct 6, 2023
dfda18f
able to encode as a dns packet
Oct 9, 2023
72890e5
almost reconstructed
Oct 9, 2023
108e67a
packets
Oct 9, 2023
7ccb976
lint
Oct 9, 2023
606be67
lints
Oct 9, 2023
e6410bc
one more
Oct 9, 2023
b989307
fix
Oct 9, 2023
1f9aa50
fix lints...
Oct 9, 2023
82c460d
whackamole
Oct 9, 2023
a858d40
one more
Oct 9, 2023
61d9dc9
more
Oct 9, 2023
97ba895
fix tests
Oct 9, 2023
4bc01bd
Update packages/dids/src/dht.ts
decentralgabe Oct 9, 2023
d2d96ee
merge
Oct 9, 2023
1d6058f
imports
Oct 9, 2023
498adac
remove deps
Oct 9, 2023
c5613c0
add required deps back to top level `package.json`
mistermoe Oct 10, 2023
8d773ad
not quite working
Oct 10, 2023
7561438
remove deps
Oct 10, 2023
6c9b990
works
Oct 11, 2023
d73fa94
remove buffer
Oct 11, 2023
0cbd56f
pollyfills
Oct 12, 2023
0aeba7c
public
Oct 12, 2023
29ecd8c
bump timeout
Oct 13, 2023
e886df7
update how buffer is polyfilled to match approach taken by other pack…
mistermoe Oct 13, 2023
ea581ae
Revert "bump timeout"
mistermoe Oct 13, 2023
e57a79a
Revert "update how buffer is polyfilled to match approach taken by ot…
mistermoe Oct 13, 2023
87e4636
monkey patch buffer polyfill
mistermoe Oct 13, 2023
92238c5
fix root record encoding
Oct 14, 2023
7d9ede1
use our relay
Oct 31, 2023
0b63aaf
timeout
Oct 31, 2023
cece02c
merge
Nov 1, 2023
01c76a2
more waits
Nov 1, 2023
362a617
dedup
Nov 1, 2023
37c8d9f
fix package lock
Nov 1, 2023
5900b48
fix
Nov 1, 2023
292f144
remove deps
Nov 1, 2023
8cb88cb
make relay configurable
Nov 1, 2023
3990e83
Restore dev dependencies
frankhinek Nov 1, 2023
45d2dac
Formatting, method signature, and ordering changes to align with othe…
frankhinek Nov 1, 2023
55f6470
Remove exclusive tests
frankhinek Nov 1, 2023
b865b10
Bump package versions for new release
frankhinek Nov 1, 2023
e3e2cb6
Fix test that would always pass
frankhinek Nov 1, 2023
947f1da
Add DHT classes to the index barrel file
frankhinek Nov 1, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,8 @@ dist
# SvelteKit build / generate output
.svelte-kit

.DS_STORE
# MacOS
.DS_STORE

# IntelliJ
.idea
Loading
Loading