Releases: ava-labs/coreth
Releases · ava-labs/coreth
v0.13.8
What's Changed
- eupgrade: lowering the base fee by @darioush in #604
- eupgrade/cancun: verify no blobs in header by @darioush in #611
- enables cancun at EUpgrade by @darioush in #610
- nits, update comments by @darioush in #617
- fix: use
avalanchego
new*test
packages by @ARR4N in #620 - Supports ACP-118 messages (code sync from subnet-evm) by @darioush in #624
- chore: fix some function names by @highcloudwind in #625
- Refactor upgrade schedule by @aaronbuchwald in #613
- Allow local chains to specify their own config by @darioush in #627
- fix TestMempoolEthTxsAppGossipHandling by @darioush in #629
- Fix test tags by @ceyonur in #631
- rename etna by @ceyonur in #632
- get upgrade configs from context by @ceyonur in #630
- Refactor params config by @ceyonur in #634
- remove cross-chain handlers by @darioush in #628
- Upgrade configs use ctx by @ceyonur in #635
- gh actions: add skeleton for sync-subnet-evm-branch by @darioush in #639
- Remove memsize by @yacovm in #642
- Sync to changes in subnet-evm up to 252592ae by @darioush in #645
- mempool: inline call to has by @darioush in #646
- geth update to v1.13.14 by @darioush in #633
- fix modifying common.Big1 by @ceyonur in #649
- prepare v0.13.8 by @darioush in #654
New Contributors
- @ARR4N made their first contribution in #620
- @highcloudwind made their first contribution in #625
- @yacovm made their first contribution in #642
Full Changelog: v0.13.7...v0.13.8
v0.13.7
What's Changed
- Update to latest p2p API by @joshua-kim in #594
- bump avalanchego to v1.11.10-rc.0 by @ceyonur in #596
- Fix VM.GetBlockIDAtHeight by @StephenButtolph in #595
- [ci] Add actionlint job by @marun in #598
- Remove block.Status by @StephenButtolph in #593
- eupgrade: base definitions by @darioush in #603
- Use
avax.GetAtomicUTXOs
by @dhrubabasu in #606 - Update avalanchego v1.11.10 prerelease by @StephenButtolph in #607
Full Changelog: v0.13.6-rc.1...v0.13.7
v0.13.5
What's Changed
- fix log ingestion in Datadog by @darioush in #564
- fix state sync eta overflow by @darioush in #565
- Remove optional gatherer by @StephenButtolph in #563
- add missing fields to "toCallArg" (#1197) by @darioush in #566
- resolve race in closing sync segments channel by @darioush in #568
- remove notes/ by @darioush in #571
- prepare v0.13.5 release by @darioush in #573
Full Changelog: v0.13.4...v0.13.5
v0.13.4
What's Changed
- remove dependency to avax.Metadata by @darioush in #545
- Mark ourself as connected by @StephenButtolph in #543
- Subnet evm geth v1.13.8 by @ceyonur in #550
- TestVMUpgrades: extend timeout and stop ticker by @darioush in #554
- state sync: initialize snapshots in bootstrap set mode by @darioush in #557
- start v0.13.4 release cycle w/ initial notes by @darioush in #555
- nit: fix spacing in config printout for Durango by @darioush in #558
- improve abortGeneration locks by @darioush in #559
- bump verions, notes for v0.13.4 release by @darioush in #562
Full Changelog: v0.13.3...v0.13.4
v0.13.3
What's Changed
- Use string literals rather than escaping strings by @StephenButtolph in #523
- Remove cancellation for Send.*AppRequest messages by @StephenButtolph in #524
- Fix mismatched method names in comments by @whosehang in #531
- fix local flag in legacypool by @ceyonur in #533
- avoid relying on rand.Seed for deterministic results by @darioush in #535
- disable blobpool by @ceyonur in #536
- Wait for chain state updates to report atomic tx as Accepted by @darioush in #525
- bump version to v0.13.3 & go 1.21.9 by @darioush in #537
- Sync subnet evm by @ceyonur in #527
- bump avalanchego to v1.11.5 by @darioush in #541
- Release notes for v0.13.3 and v0.13.2 by @darioush in #542
New Contributors
- @whosehang made their first contribution in #531
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- Sync with subnet-evm (up to b4b595e) by @darioush in #508
- Bash more portable by @vtamara in #510
- Remove Durango codec check by @StephenButtolph in #507
- Integrate stake weighted gossip selection by @StephenButtolph in #511
- geth v1.12.2 update by @darioush in #509
- start v0.13.2 release cycle by @darioush in #517
- Force precompile modules registration in ethclient by @darioush in #519
- Avalanchego 1.11.3 bump by @darioush in #521
New Contributors
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- update avago to v1.11.0 by @ceyonur in #495
- Update codeowners by @aaronbuchwald in #496
- Remove unused journaling configs by @StephenButtolph in #500
- [network] Remove Legacy Gossiper + Only Push Gossip from RPC by @patrick-ogrady in #497
- Update pull gossip params to be less bursty by @StephenButtolph in #498
- Update app gossip params by @StephenButtolph in #501
- Increase gossip size on first push by @StephenButtolph in #502
- Lower warp log level by @StephenButtolph in #503
- Add tx-pool-lifetime config (10m) by @StephenButtolph in #504
- bump versions for v0.13.1 by @ceyonur in #505
- Update README.md by @ceyonur in #494
Full Changelog: v0.13.0-rc.0...v0.13.1
v0.12.10
What's Changed
- Update avalanchego dependency to v1.10.18-rc.0 by @StephenButtolph in #415
- show strings in pointers by @ceyonur in #414
- Update to new SDK API by @joshua-kim in #421
- Refactor p2p unit tests by @joshua-kim in #425
- Strict mode unpack by @ceyonur in #420
- Fix codec size for large blocks by @darioush in #423
- Migrating Push Gossip to SDK handlers by @joshua-kim in #363
- Update warp log gas cost to reflect num topics by @aaronbuchwald in #426
- Off chain warp by @aaronbuchwald in #428
- Add support for getBlockReceipts by @marun in #429
- Atomic trie repair script by @darioush in #416
- Atomic trie height map repair by @darioush in #413
- add gossip marshallers by @joshua-kim in #431
- Add
TestSnowContext
util by @dhrubabasu in #430 - Update avalanchego dependency to v1.10.18-rc.8 by @StephenButtolph in #435
- bump gnark dependencies by @darioush in #438
- use int64 timestamp by @danlaine in #433
- remove no-op handler by @ceyonur in #436
- verify single predicate (#960) by @ceyonur in #437
- Remove completed migration by @darioush in #432
- Sync subnet evm by @ceyonur in #445
- Update Predicater interface comment by @aaronbuchwald in #448
- Revert "Use int64 timestamp" by @StephenButtolph in #450
- rename DUpgrade to Durango by @ceyonur in #434
- precompile/contract: remove unneeded method from StateDB interface by @darioush in #442
- Remove state_prefetcher.go by @darioush in #447
- Remove temporary use of holiman/big by @darioush in #441
- remove block_builder_test.go by @darioush in #444
- Update avalanchego to remove slice length parsing by @StephenButtolph in #451
- refactor: move AllowUnfinalizedQueries out of vm.Config by @darioush in #443
- Add check for compatible version of golangci-lint by @marun in #453
- [utils/bloom] Dynamic Bloom Filter by @patrick-ogrady in #452
Full Changelog: v0.12.9-rc.9...v0.12.10