Skip to content

go diffs #6

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

Closed
wants to merge 41 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
55cfdae
add go diffs, again
tac0turtle Jan 23, 2025
03f4bda
remove not needed patches
tac0turtle Jan 23, 2025
869c1ec
config changes
tac0turtle Jan 23, 2025
19fa202
implement types
tac0turtle Jan 23, 2025
0892fe9
store and some state sync changes
tac0turtle Jan 23, 2025
5f2181d
state sync libs, and crypto
Jan 23, 2025
a717bb5
add trace support
Jan 23, 2025
325c57f
p2p
Jan 24, 2025
f38d69c
changes
Jan 27, 2025
2293e48
rpc and mempool
Jan 27, 2025
fc703de
fix and build
Jan 28, 2025
f9d6a69
light protocol changes
Jan 28, 2025
f6dea11
remove go.work
Jan 28, 2025
e7baec5
import fix
Jan 28, 2025
2b7c3c1
changes
Jan 28, 2025
af3995e
generate metrics
Jan 28, 2025
dc04438
tests
Jan 29, 2025
f8b5bae
fix commit
Jan 29, 2025
ebf1fbb
rebase (#7)
tac0turtle Jan 29, 2025
9d1138d
Merge branch 'v1.x' into marko/go-diffs
Jan 29, 2025
7891d5d
fix types tests
Jan 29, 2025
e93b5a8
another test fix
Jan 29, 2025
ece12b6
fixes
Jan 29, 2025
bb2668a
use single arity MetricsProvider
kocubinski Jan 29, 2025
9ddf4bb
fix double flag registration
julienrbrt Jan 29, 2025
43bc415
set tracer
Jan 29, 2025
a08b105
fix config
Jan 29, 2025
9e109a3
skip wal tests and test data race fix
Jan 30, 2025
6fd0d2b
remove prints
Jan 30, 2025
64c9fb1
block sync test vectors
Jan 30, 2025
c69240d
remove patches
Jan 30, 2025
7dfe445
fix rpc tests
Jan 30, 2025
a80a96b
schema not concurrency safe
Jan 30, 2025
b6a8798
bump ci vulncheck go version
tac0turtle Jan 30, 2025
711e5b6
linting
tac0turtle Jan 30, 2025
ca11f4f
linting
tac0turtle Jan 30, 2025
07b53a7
test
tac0turtle Jan 30, 2025
fb8d05d
test
tac0turtle Jan 30, 2025
3a8d21e
fix
tac0turtle Jan 30, 2025
5890dbd
better testing
tac0turtle Jan 30, 2025
2b1a21f
schema comment out
tac0turtle Jan 30, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/go-version.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# .github/workflows/go-version.env
GO_VERSION=1.23.1
GO_VERSION=1.23.5
616 changes: 416 additions & 200 deletions api/cometbft/abci/v1/types.pb.go

Large diffs are not rendered by default.

Loading
Loading