Releases: primev/mev-commit-geth
Releases · primev/mev-commit-geth
v0.3.0
Changelog
- 8383ab8 Adds only a single signer instead of three (#43)
- 4cfe2d5 Merge pull request #34 from primevprotocol/fix-flags
- 0e00290 Reduce wiggle to 100ms.
- da22902 Update Timestamps to millisecond percision.
- 5359b90 chore: add condotional name for goreleaser snapshot
- d83deb4 chore: adjust .goreleaser.yml for monorepo
- fd8bc6f chore: bump github.com/golang/protobuf to v1.5.4
- ac4a3d4 chore: include boot files in the release
- 5162282 chore: include dirty flag in gorelease
- b20b7ff chore: use old goreleaser cfg
- 199b9ae comments out issue causing if statement for fullsync
- 6403996 feat: removes deadlock causing delay reassignment
- 1669243 feat: rm precompiles (#39)
- b071d49 fix flags
- 499b893 fix(bls): precompile.Run call in fuzz function
- 275d380 fix: goreleaser generated checksum filename
- 122f5a7 fix: include log tags option only if env variable is set
- 0d4c12f fix: remove signer nodes from docker setup
v0.3.0-rc1
Changelog
- 68fe714 Merge pull request #30 from primevprotocol/fix-docker-networking
- daec1d6 Merge pull request #31 from primevprotocol/ckartik/modify-chain-to-ms-timestamps
- 8b89ba7 Merge pull request #32 from primevprotocol/introduce-log-tags
- 0172aa6 Merge pull request #33 from primevprotocol/revert-modify-chain-to-ms-timestamps
- 0d54368 Reduce wiggle to 100ms.
- 2def2df Update Timestamps to millisecond percision.
- 5c63399 feat: introduce log tags
- 96e2af2 fix ip and port overlap between signers
- 7b28ce8 revert: Updates timestamps to Millisecond Precision - Pre-Confirmations Decay
v0.2.0
v0.1.3
Changelog
- 6dd8838 Merge branch 'ethereum:master' into master
- 578e614 Merge branch 'master' of github.com:primevprotocol/mev-commit-geth
- 6d2450f Merge pull request #18 from primevprotocol/verbosity
- db98cc4 README.md: fix travis badge (ethereum#28889)
- e930493 Update genesis.json
- cd9fafc Update genesis.json
- 9bfa79f Update genesis.json
- 065f82a accounts, ethclient: minor tweaks on the new simulated backend (ethereum#28799)
- d0edc5a accounts/abi: fix bigInt topic encoding (ethereum#28764)
- 566754c acounts/usbwallet: fix typo (ethereum#28815)
- 027892b add alloc to local l1 genesis
- a5a4fa7 all: use uint256 in state (ethereum#28598)
- 7280a5b build: fix typo in comment (ethereum#28800)
- 4c8d92d build: upgrade -dlgo version to Go 1.21.6 (ethereum#28836)
- f29520f cmd/devp2p/internal/ethtest: fix typos in comments (ethereum#28772)
- a608c0a cmd/devp2p/internal/ethtest: skip large tx test on github build (ethereum#28794)
- 0b471c3 cmd/evm: Fix blob-gas-used on invalid transactions in t8n (ethereum#28734)
- 33c94ef cmd/evm: fix link in README.md (ethereum#28755)
- 43ba7d6 cmd/geth, internal/debug: get rid of by-default log config (ethereum#28801)
- 1010a79 cmd/geth: make it possible to autopilot removedb (ethereum#28725)
- 9e018ce cmd/geth: update log test data (ethereum#28780)
- 1485814 cmd/rlpdump: add -pos flag, displaying byte positions (ethereum#28785)
- ae4ea04 cmd: fix typos (ethereum#28798)
- 78a3c32 core, core/rawdb, eth/sync: no tx indexing during snap sync (ethereum#28703)
- c89a3da core/state/snapshot: use AddHash/ContainHash instead of Hasher interface (ethereum#28849)
- 29b7355 core/state: unexport GetOrNewStateObject (ethereum#28804)
- 542c861 core/txpool, eth/catalyst: fix racy simulator due to txpool background reset (ethereum#28837)
- 9ee6809 core/txpool/blobpool: fix typos
- 2e947b7 core/types: fix and test handling of faulty nil-returning signer (ethereum#28879)
- 2dc7477 core/vm: fix misleading comment (ethereum#28860)
- 2365d77 core/vm: update comments to match eip number (ethereum#28743)
- 819a497 core: fix genesis setup in benchReadChain (ethereum#28856)
- 6b0de79 core: move tx indexer to its own file (ethereum#28857)
- eaac53e core: reset tx lookup cache if necessary (ethereum#28865)
- 0e93da3 crypto/kzg4844: add helpers for versioned blob hashes (ethereum#28827)
- fc380f5 docs/postmortems: fix outdated link (ethereum#28893)
- 98eaa57 eth/catalyst: add timestamp checks to fcu and new payload and improve param checks (ethereum#28230)
- e2778cd eth/catalyst: allow payload attributes v1 in fcu v2 (ethereum#28882)
- a8a8758 eth/catalyst: prefix payload id with version (ethereum#28246)
- 877d094 eth/downloader, eth/filters: use defer to call Unsubscribe (ethereum#28762)
- e7fa158 eth/filters: fix early Unsubscribe of log events (ethereum#28769)
- 830f3c7 eth/filters: reset filter.begin in BenchmarkFilters (ethereum#28830)
- 18e154e eth: fix potential hang in waitSnapExtension (ethereum#28744)
- 6e235c0 eth: minor change of config-accessor (ethereum#28782)
- 2d08c99 ethclient/simulated: implement new sim backend (ethereum#28202)
- 7596db5 ethclient: add tests for TransactionInBlock (ethereum#28283)
- 1c48829 ethclient: apply accessList field in toCallArg (ethereum#28832)
- 765f290 ethclient: fix flaky test (ethereum#28864)
- e3eeb64 ethclient: simplify error handling in TransactionReceipt (ethereum#28748)
- aebed35 expose rpc port as 9545 for mock l1 bootnode
- 25d385f feat: allow change the geth verbosity by env variable
- 2fe91fd fix to bootstrap POA network without restart
- 19d9977 go.{mod,sum}: upgrade go-ole to support arm64 (ethereum#28859)
- 407f779 internal/ethapi: avoid using pending for defaults (ethereum#28784)
- e5d5e09 internal/ethapi: handle blobs in API methods (ethereum#28786)
- bc0b87c internal/flags: fix typo (ethereum#28876)
- 99eb49e internal/flags: update copyright year to 2024 (ethereum#28760)
- 07b17f9 log: emit error level string as "error", not "eror" (ethereum#28774)
- 2e2e89c miner: fix typo in payload_building_test.go (ethereum#28825)
- 1335ba5 p2p/dnsdisc: use strings.Cut over strings.IndexByte (ethereum#28787)
- f55a10b params, core/forkid: enable cancun on sepolia and holesky (ethereum#28834)
- cfff3cb params, core/forkid: schedule cancun fork on goerli (ethereum#28719)
- cd0770e params: begin v.1.13.12 release cycle
- daa2e5d params: begin v1.13.10 release cycle
- 2e8b118 params: begin v1.13.11 release cycle
- 99dc3fe params: go-ethereum v1.13.11 stable
- 4f82531 params: go-ethereum v1.13.9 stable
- a9ea27e syncing fork
- d4f25b4 tests: more verbosity if block decoding fails (ethereum#28814)
- 89ccc68 tests: update reference tests (ethereum#28778)
- c66ca8b tracer: use proper base fee in tests (ethereum#28775)
- a162091 version: release v1.13.10 to fix bad tag
v0.1.2
Artifacts release
v0.1.0
Testnet release