Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
bd68db5
Work in progress: Spliting the web3 execution code from the gateway, …
nand2 Sep 19, 2023
82d3065
Extracting the web3 engine: Work in progress
nand2 Sep 21, 2023
25d6b28
Splitting of the web3 protocol engine as a separate package, tests in…
nand2 Sep 22, 2023
9ee82f8
Tests: Still adding them, and transitioning the code to a new package…
nand2 Sep 29, 2023
a7bcd1b
Most of auto mode URL parsing tests done.
nand2 Oct 5, 2023
baa51c3
Testing contract return processing
nand2 Oct 5, 2023
7aaf3f4
Fetching code.
nand2 Oct 5, 2023
972601f
ERC5219 support on the new separate package.
nand2 Oct 6, 2023
cfcf5b0
Code cleanup, preparing to separate.
nand2 Oct 6, 2023
5aca763
Engine switched to web3protocol-go
nand2 Oct 13, 2023
dab25ea
Handle most of the tests.
nand2 Oct 13, 2023
23c1f6a
Handle encoding tests.
nand2 Oct 13, 2023
7a1352a
Merge branch 'main' into 202309-engine-tests
nand2 Oct 13, 2023
9077693
Remove tests with old syntax, use the cache duration config entry, an…
nand2 Oct 18, 2023
61f9fd1
Merge branch '202309-engine-tests' of github.com:nand2/web3url-gatewa…
nand2 Oct 18, 2023
1c2b3c8
Supports TestW3urls tests. If no content-type should be returned, era…
nand2 Oct 26, 2023
ef16060
Handle ERC-7087 mime.type/mime.config; correct the way multiple ?retu…
nand2 Oct 26, 2023
b6fbf0a
Merge branch 'main' into 202309-engine-tests
nand2 Dec 14, 2023
fa706df
Bump web3protocol-go to v0.1.0 (tiny changes since last version, one …
nand2 Dec 15, 2023
6e632a5
Merge branch 'main' into 202309-engine-tests
syntrust Jan 2, 2024
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
108 changes: 0 additions & 108 deletions cmd/server/cache.go

This file was deleted.

244 changes: 0 additions & 244 deletions cmd/server/ens.go

This file was deleted.

Loading