FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for node/node.go - evstack/ev-node · GitHub
evstack
/
ev-node
Public
Notifications
You must be signed in to change notification settings
Fork
281
Star
361
Code
Issues
4
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ev-node
node
node.go
on
main
User selector
Datepicker
Commit history
Commits on Apr 20, 2026
fix: raft HA production hardening — leader fencing, log compaction, election timeout, audit log (#3230)
Show description for d9046e6
auricom
and
claude
authored
d9046e6
View commit details
Copy full SHA for d9046e6
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
refactor: reuse P2P client across node modes (#3065)
Show description for 1da7634
alpe
authored
1da7634
View commit details
Copy full SHA for 1da7634
View code at this point
Browse repository at this point
Commits on Jan 28, 2026
feat: High availabilty via RAFT (#2987)
Show description for 9c61f18
alpe
authored
9c61f18
View commit details
Copy full SHA for 9c61f18
View code at this point
Browse repository at this point
Commits on Dec 15, 2025
feat: DA Client remove interface part 3, replace types with new code (#2910)
Show description for 2079225
authored
2079225
View commit details
Copy full SHA for 2079225
View code at this point
Browse repository at this point
Commits on Sep 17, 2025
refactor(block): split and simplify block package (#2644)
Show description for 0537284
authored
0537284
View commit details
Copy full SHA for 0537284
View code at this point
Browse repository at this point
Commits on Aug 4, 2025
chore: migrate from ipfs/go-log to zerolog across codebase (#2516)
Show description for d21b851
authored
d21b851
View commit details
Copy full SHA for d21b851
View code at this point
Browse repository at this point
Commits on Jul 25, 2025
chore: rename rollkit to ev-node (#2493)
Show description for d89b796
tac0turtle
and
tac0turtle
authored
d89b796
View commit details
Copy full SHA for d89b796
View code at this point
Browse repository at this point
Commits on Jul 22, 2025
feat: fill in validator hasher + fix signature verifier (#2475)
Show description for c43f273
julienrbrt
and
gemini-code-assist[bot]
authored
c43f273
View commit details
Copy full SHA for c43f273
View code at this point
Browse repository at this point
Commits on Jul 1, 2025
feat: migrate logging to ipfs/go-log/v2 (#2416)
Show description for 897a1ad
authored
897a1ad
View commit details
Copy full SHA for 897a1ad
View code at this point
Browse repository at this point
test: Add comprehensive EVM E2E tests (#2394)
Show description for a89ee79
Manav-Aggarwal
and
coderabbitai[bot]
authored
a89ee79
View commit details
Copy full SHA for a89ee79
View code at this point
Browse repository at this point
Commits on Jun 30, 2025
feat: migrate logging to ipfs/go-log/v2 (#2411)
Show description for fa03f78
authored
fa03f78
View commit details
Copy full SHA for fa03f78
View code at this point
Browse repository at this point
Commits on Jun 11, 2025
feat: fix payload provider (#2368)
Show description for a3a1c1f
randygrok
and
julienrbrt
authored
a3a1c1f
View commit details
Copy full SHA for a3a1c1f
View code at this point
Browse repository at this point
Commits on May 26, 2025
chore: remove rollup word (#2306)
Show description for 4a56860
tac0turtle
and
tac0turtle
authored
4a56860
View commit details
Copy full SHA for 4a56860
View code at this point
Browse repository at this point
chore: Remove unused node key param (#2304)
Show description for 246f8cf
Manav-Aggarwal
authored
246f8cf
View commit details
Copy full SHA for 246f8cf
View code at this point
Browse repository at this point
Commits on May 5, 2025
chore: remove DAClient (#2221)
Show description for f04b887
tac0turtle
and
tac0turtle
authored
f04b887
View commit details
Copy full SHA for f04b887
View code at this point
Browse repository at this point
Commits on Apr 22, 2025
feat: exec api (#1997)
Show description for 0657d45
tac0turtle
authored
0657d45
View commit details
Copy full SHA for 0657d45
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
add prometheus metric support (#1432)
Show description for 51dae0e
gupadhyaya
and
Ganesha Upadhyaya
authored
51dae0e
View commit details
Copy full SHA for 51dae0e
View code at this point
Browse repository at this point
Commits on Nov 24, 2023
chore: enable export comment linters and resolve errors (#1294)
Show description for 8055b16
authored and
Ganesha Upadhyaya
committed
8055b16
View commit details
Copy full SHA for 8055b16
View code at this point
Browse repository at this point
ci: add light client tests and refactor node test helpers (#1313)
Show description for 164fd35
authored and
Ganesha Upadhyaya
committed
164fd35
View commit details
Copy full SHA for 164fd35
View code at this point
Browse repository at this point
Commits on Jul 19, 2023
Replace `tendermint` with `cometbft` (#793)
Show description for c7fdc9e
Ferret-san
and
Ganesha Upadhyaya
authored
c7fdc9e
View commit details
Copy full SHA for c7fdc9e
View code at this point
Browse repository at this point
Commits on Apr 10, 2023
Use `proxyApp` instead of abciclient.Client in node clients (#779)
Show description for a473a04
Ferret-san
and
Ganesha Upadhyaya
authored
a473a04
View commit details
Copy full SHA for a473a04
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
Add fraud proof gossiping logic to light clients (#724)
Show description for 9563c74
tzdybal
and
Manav-Aggarwal
authored
9563c74
View commit details
Copy full SHA for 9563c74
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
Add IsRunning and Stop methods to Node interface (#714)
Show description for ff172bb
Manav-Aggarwal
authored
ff172bb
View commit details
Copy full SHA for ff172bb
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Rebrand to Rollkit (#703)
Show description for 567b9f5
tzdybal
authored
567b9f5
View commit details
Copy full SHA for 567b9f5
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
Introduce light node & refactor RPC client (#681)
Show description for 008281c
S1nus
and
Connor O'Hara
authored
008281c
View commit details
Copy full SHA for 008281c
View code at this point
Browse repository at this point
Commits on Jan 17, 2023
Connection Gater (#610)
Show description for e5ec6a8
randomshinichi
authored
e5ec6a8
View commit details
Copy full SHA for e5ec6a8
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
migrate datasource from store.KVStore to datastore.Datastore (#665)
Show description for 90ff206
gupadhyaya
and
Ganesha Upadhyaya
authored
90ff206
View commit details
Copy full SHA for 90ff206
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
Fraud Proofs - one PR to rule them all again (#567)
Show description for 8a3780e
Manav-Aggarwal
and
tzdybal
authored
8a3780e
View commit details
Copy full SHA for 8a3780e
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
Rename to rollmint (#545)
Show description for cc0a295
tzdybal
authored
cc0a295
View commit details
Copy full SHA for cc0a295
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
Update for cosmos-sdk v0.46.1 compatibility (#536)
Show description for 722b44e
tzdybal
authored
722b44e
View commit details
Copy full SHA for 722b44e
View code at this point
Browse repository at this point
Commits on Sep 8, 2022
feat: broadcast SignedHeader
tzdybal
committed
358bf20
View commit details
Copy full SHA for 358bf20
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
feat: use gossiped commit in sync
tzdybal
committed
4728349
View commit details
Copy full SHA for 4728349
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
deps: fix go-libp2p/core imports
tzdybal
committed
0c62d0c
View commit details
Copy full SHA for 0c62d0c
View code at this point
Browse repository at this point
Commits on Aug 17, 2022
feat: pass namespace ID to DA layers
Show description for 8b186f9
tzdybal
committed
8b186f9
View commit details
Copy full SHA for 8b186f9
View code at this point
Browse repository at this point
Commits on Aug 14, 2022
feat: support Commit gossiping on P2P level
tzdybal
committed
09eb681
View commit details
Copy full SHA for 09eb681
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL