Revision abfcd08903516c52d77bc40333a8950c270293d6 authored by Sam Kleinman on 18 February 2022, 23:29:57 UTC, committed by GitHub on 18 February 2022, 23:29:57 UTC
While I'd hoped to be able to make the socket client less weird, I
think that this is a nice middle ground in terms of improving
readability and removing the vestigal components without breaking
anything or radically changing the underlying assumptions. 

In the future we'd want to have requests be identified by a request
ID, and then we could drop the request tracking logic in the client
entirely, and this is protocol breaking. The alternatives aren't
substantively different than the current implementation.
1 parent 7f8f1cd
History
File Mode Size
.github
DOCKER
abci
cmd
config
crypto
docs
internal
libs
light
networks
node
privval
proto
rpc
scripts
spec
test
third_party
tools
types
version
.clang-format -rw-r--r-- 241 bytes
.dockerignore -rw-r--r-- 63 bytes
.editorconfig -rw-r--r-- 280 bytes
.gitignore -rw-r--r-- 772 bytes
.golangci.yml -rw-r--r-- 904 bytes
.goreleaser.yml -rw-r--r-- 644 bytes
.markdownlint.yml -rw-r--r-- 166 bytes
.markdownlintignore -rw-r--r-- 89 bytes
CHANGELOG.md -rw-r--r-- 215.7 KB
CHANGELOG_PENDING.md -rw-r--r-- 4.8 KB
CODE_OF_CONDUCT.md -rw-r--r-- 4.9 KB
CONTRIBUTING.md -rw-r--r-- 14.2 KB
LICENSE -rw-r--r-- 11.1 KB
Makefile -rw-r--r-- 11.9 KB
README.md -rw-r--r-- 8.0 KB
RELEASES.md -rw-r--r-- 9.2 KB
SECURITY.md -rw-r--r-- 7.7 KB
STYLE_GUIDE.md -rw-r--r-- 7.6 KB
UPGRADING.md -rw-r--r-- 36.6 KB
buf.gen.yaml -rw-r--r-- 639 bytes
buf.yaml -rw-r--r-- 193 bytes
docker-compose.yml -rw-r--r-- 1.3 KB
dredd.yml -rw-r--r-- 700 bytes
go.mod -rw-r--r-- 10.7 KB
go.sum -rw-r--r-- 164.0 KB

README.md

back to top