Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ee5bc5c
fix rpc & set up genesis
faddat Apr 21, 2026
c6047c3
fix dashboard and enhance rpc
faddat Apr 27, 2026
552c2a7
feat(rpc): implement eth_call + eth_estimateGas; fix eth_getCode for …
JaeLeex Apr 28, 2026
974e672
Update dependencies and enhance DKG protocol
faddat Apr 28, 2026
8b86b84
Implement secondary peer functionality and update documentation
faddat Apr 28, 2026
ef27bf6
Enhance devnet-stats script to include follower node status
faddat Apr 28, 2026
1e3b285
Merge main into feat/rpc-eth-call-getcode
JaeLeex Apr 29, 2026
3b93f8a
Merge pull request #3 from Nunchi-trade/feat/rpc-eth-call-getcode
faddat Apr 29, 2026
7095c66
Update dependencies and integrate kora-indexer
faddat Apr 29, 2026
beb637a
Enhance Ethereum JSON-RPC API and update dependencies
faddat Apr 29, 2026
6a541ec
fix(txpool): raise default max_txs_per_sender 16 -> 256
JaeLeex Apr 29, 2026
138dcbb
Merge pull request #7 from Nunchi-trade/fix/pool-cap-blocks-burst-dep…
faddat Apr 29, 2026
1647cc8
diagnostics: warn-log silent tx drops + regression tests for unwired …
JaeLeex Apr 29, 2026
89775a9
Merge pull request #8 from Nunchi-trade/fix/observe-tx-flow-and-regre…
faddat Apr 29, 2026
5cb9a50
fix(runner): raise BLOCK_CODEC_MAX_TX_BYTES 1 KiB → 128 KiB
JaeLeex Apr 29, 2026
0868238
Merge pull request #9 from Nunchi-trade/fix/raise-block-codec-max-tx-…
faddat Apr 29, 2026
cf11265
refactor(executor): update Tokio usage and enhance QmdbHandle for asy…
faddat Apr 29, 2026
ca922eb
refactor(marshal): enhance peer initialization with resolver types
faddat Apr 29, 2026
a3e34dc
feat(ledger): inherit parent state root for empty child snapshots
faddat Apr 29, 2026
6491420
feat(qmdb): add state transition root computation and runtime state c…
faddat Apr 30, 2026
e5b8a53
refactor(setup): simplify genesis allocations in setup.rs
faddat Apr 30, 2026
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
7 changes: 7 additions & 0 deletions .cursor/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"mcpServers": {
"commonware-library": {
"url": "https://mcp.commonware.xyz"
}
}
}
Loading
Loading