Provide a useful default for disk percentage#4822
Merged
StephenButtolph merged 2 commits intomasterfrom Jan 8, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a startup crash issue where nodes could FATAL due to the initial available disk percentage (0%) being below the minimum threshold (3%). The fix initializes the available disk percentage to 100% before the first population of disk statistics.
- Adds initialization of
availableDiskPercentto 100% in the resource manager constructor - Documents the fix in RELEASES.md under the pending v1.14.2 release
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| utils/resource/usage.go | Initializes availableDiskPercent to 100% to prevent startup FATAL |
| RELEASES.md | Documents the fix in the v1.14.2 release notes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
yacovm
approved these changes
Jan 8, 2026
michaelkaplan13
approved these changes
Jan 8, 2026
jimmy-yii
added a commit
to gokite-ai/avalanchego
that referenced
this pull request
Apr 6, 2026
commit 6e5acf909c7a16b991142d6b3979bac5699bdb68 Author: Jonathan Oppenheimer <[email protected]> Date: Thu Mar 26 14:37:16 2026 -0400 chore: release v1.14.2 (#5135) Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]> commit 5a62766476d16245209a888e08b3ac8869005403 Author: Stephen Buttolph <[email protected]> Date: Thu Mar 26 12:32:38 2026 -0400 Update canoto to v0.18.0 (#5137) commit e8ef9712047584ad94191abd3cbcd8fe1a35f1ee Author: Stylianos Rigas <[email protected]> Date: Thu Mar 26 10:41:38 2026 +0200 INFRA-6664: Update fuji boostrappers.json list with new IPs after migration to sa-east-1 from me-south-1 (#5125) Co-authored-by: yacovm <[email protected]> commit 9aeeae9ff81e7eb503468dcf3ea912eadaf1de10 Author: Sam Liokumovich <[email protected]> Date: Wed Mar 25 18:00:03 2026 -0400 use UTXOs() in state assertion in executor tests (#5132) commit 3008ab3ac81b40b53a2f11b7100dfebc7ca7a537 Author: rodrigo <[email protected]> Date: Wed Mar 25 12:50:13 2026 -0400 refactor: introduce base trie (#5113) commit d8a7cf4d19a477ba95ff24c13f10025014270b24 Author: Sam Liokumovich <[email protected]> Date: Tue Mar 24 08:23:19 2026 -0500 Remove Diff Interface From State (#5099) commit bf39868e5620bb3e9fa3a8e803f74ca100f8fec5 Author: Austin Larson <[email protected]> Date: Fri Mar 20 14:51:22 2026 -0400 Update Firewood to v0.3.1 (#5107) commit 49adaec09728b1eee729c7d7a429d32fc803858b Author: maru <[email protected]> Date: Fri Mar 20 13:13:31 2026 -0400 [ci] Migrate monitoring to grafana cloud (#4299) commit 9962b2494f9d6e2d3deb7d45f395b37e5d647fc7 Author: maru <[email protected]> Date: Fri Mar 20 11:53:58 2026 -0400 [ci] Disable monitoring checks for grafana cloud migration (#4298) commit 8b5a375a5fd9c5fb714d3313fedf50eb2219b36a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 19 21:02:56 2026 +0000 build(deps): bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0 (#5036) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: maru <[email protected]> commit d16ae53567635c8bdb88fe25970f185ede6ab677 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 19 19:38:36 2026 +0000 build(deps): bump google.golang.org/grpc from 1.75.0 to 1.79.3 (#5100) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: maru <[email protected]> commit 50000af839ba70e9ef546c52b2dfc9ebc313568b Author: rodrigo <[email protected]> Date: Wed Mar 18 15:24:32 2026 -0400 chore: increase Firewood commit interval (#5091) commit 6664145d094071ff112109477a53dc1526908110 Author: rodrigo <[email protected]> Date: Wed Mar 18 12:32:53 2026 -0400 feat: enable Firewood deferred persistence (#5022) Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> commit 8825bf3ddfe978f7568c361ab7a0a4e0ccfd9108 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Mar 18 10:12:09 2026 -0400 Snapshot generation shutdown race (#4816) Co-authored-by: Tsvetan Dimitrov <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> commit 88c068a6f45e14ad4c431c191987fabab51a22e7 Author: maru <[email protected]> Date: Mon Mar 16 15:24:56 2026 -0400 [bazel] Fix metadata generation on macos (#5090) commit e0ee6608cf0d597d9bd2a9007d76820cfc3bbfe1 Author: Austin Larson <[email protected]> Date: Mon Mar 16 12:50:19 2026 -0400 Upgrade to Firewood v0.3.0 (#5085) commit 6778eeca96fb5fdfad0958f2c00f04e6bcdd9600 Author: Elvis <[email protected]> Date: Mon Mar 16 17:46:26 2026 +0100 feat(benchmark-cchain): add 40m-41m test cases for hashdb and firewood (#5088) commit 1e983e2ba27695022da278b2105b166da52ad3d7 Author: yacovm <[email protected]> Date: Mon Mar 16 03:27:57 2026 +0100 Selectively log warning or error depending on how much time elapsed since bootstrapping finished (#5082) Signed-off-by: Yacov Manevich <[email protected]> Signed-off-by: Draco <[email protected]> commit c4486367dab5494a00a6f6a10ef277d07d3c549a Author: maru <[email protected]> Date: Fri Mar 13 12:24:38 2026 -0400 [bazel] Enable initial build and test (#4544) Signed-off-by: maru <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]> commit 4f8baab80c1f1b90c7582b95ccd096c31415b2fe Author: Joachim Brandon LeBlanc <[email protected]> Date: Thu Mar 12 16:17:48 2026 -0400 Unskip tests skipped due to firewood stack corruption issue (#5072) commit 96d55fe91ab284b941485cb77e6de2cc02cd7fc9 Author: Austin Larson <[email protected]> Date: Thu Mar 12 15:49:39 2026 -0400 Add Firewood as a state syncer (#4913) Signed-off-by: Tsvetan Dimitrov ([email protected]) Co-authored-by: Tsvetan Dimitrov <[email protected]> commit 4da5af648fa00cf0cdbf96ca024acbd4ee5705fd Author: Austin Larson <[email protected]> Date: Thu Mar 12 15:46:10 2026 -0400 Early return unsupported APIs in Firewood (#5075) commit 3ae82044898fac1aaf1575878dafba247c195758 Author: Sam Liokumovich <[email protected]> Date: Thu Mar 12 15:41:18 2026 -0400 Remove State Interface from platformvm/validators (#5057) Signed-off-by: Sam Liokumovich <[email protected]> commit 76d4d246a17edaab8d0c8e90fd773fa3544a5942 Author: maru <[email protected]> Date: Thu Mar 12 11:14:03 2026 -0400 [antithesis] Halve duration of triggered jobs (#5054) commit 50585cbbdfe1af02a2c11bdc9fa77fca26e6b838 Author: aaronbuchwald <[email protected]> Date: Wed Mar 11 15:16:14 2026 -0400 benchlist: greedy eviction to bench worst offenders at capacity (#5028) Signed-off-by: aaronbuchwald <[email protected]> Co-authored-by: Claude Opus 4.6 <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]> commit a7b03a959c6714fcafab4877f7f94e2b9c340df0 Author: Sam Liokumovich <[email protected]> Date: Wed Mar 11 13:44:23 2026 -0400 Remove Manager Interface From platformvm/validators (#5056) commit cfd421213dc40c7c1578004d82faf18fd1f0448f Author: aaronbuchwald <[email protected]> Date: Wed Mar 11 12:23:15 2026 -0400 Add back EWMA benching logic (#4982) Signed-off-by: aaronbuchwald <[email protected]> Co-authored-by: Claude Opus 4.6 <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]> commit af259fa2d73c8dc30ae8b1f3517300e77ae97bbc Author: Sam Liokumovich <[email protected]> Date: Wed Mar 11 11:13:47 2026 -0400 Remove State Interface (#5025) Signed-off-by: Sam Liokumovich <[email protected]> commit 1181249735d9ff44f29c8fbfeeb7bee2e34e9332 Author: yacovm <[email protected]> Date: Tue Mar 10 21:05:18 2026 +0100 PlatformVM: Support arbitrary validator addition and deletions (#5003) Signed-off-by: Yacov Manevich <[email protected]> Signed-off-by: yacovm <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]> commit 6cf3aa1ef0052308b9da686248a109d31d1e329d Author: Austin Larson <[email protected]> Date: Fri Mar 6 14:45:29 2026 -0500 Update to go 1.25.8 (#5055) commit 431d236ec853f168a83d653d964ada5ec9f4c9a8 Author: Ceyhun Onur <[email protected]> Date: Fri Mar 6 22:44:40 2026 +0300 update libevm to v1.13.14-0.4.0.rc.2 (#5058) commit 29f1d23ed7348d54593d6f62dd1275e6938fc6eb Author: aaronbuchwald <[email protected]> Date: Fri Mar 6 13:21:01 2026 -0500 Benchlist response handling (#4964) Co-authored-by: Stephen Buttolph <[email protected]> commit 1bda65d2614757857f8821812e64cd98af76defe Author: Sam Liokumovich <[email protected]> Date: Thu Mar 5 17:16:26 2026 -0500 Nits From Engine PR (#5053) Signed-off-by: Sam Liokumovich <[email protected]> Co-authored-by: Copilot <[email protected]> commit b35ace517777a123f02e87540cf8be8045553612 Author: Sam Liokumovich <[email protected]> Date: Thu Mar 5 14:30:32 2026 -0500 Introduce Simplex Engine Struct (#4903) commit a5c1d62e7e0f7d69f94cc31c42e38ffb56bcbc96 Author: Sam Liokumovich <[email protected]> Date: Wed Mar 4 13:36:18 2026 -0500 Add simplex consensus parameters (#4870) Signed-off-by: Sam Liokumovich <[email protected]> Co-authored-by: yacovm <[email protected]> commit a54d76efc5af67f8b6d4bf64e1a75c600f30a472 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Mar 4 11:50:29 2026 -0500 build: add ACP-224 interface and build ABI + bindings (#4871) commit 4e4fce1ad34509030f8d5c5111e015e566e4d1a0 Author: rodrigo <[email protected]> Date: Tue Mar 3 22:48:17 2026 -0500 fix: only ignore specific firewood directory (#5047) commit 54274aa361143a8b5ea20019f71532ab44bc705b Author: Razvan <[email protected]> Date: Wed Mar 4 01:52:46 2026 +0200 Replace DelegateeReward API with generalized API (#5017) commit 3a022da0ffd060921c7a1395ae35ad6e6feab665 Author: Austin Larson <[email protected]> Date: Tue Mar 3 13:10:47 2026 -0500 test: blockchain test cleanup (#5035) commit ed0b2ad3d1e058c48ce94ab8312cd9a1caa0ef8f Author: Stephen Buttolph <[email protected]> Date: Mon Mar 2 17:42:27 2026 -0500 Improve readability of ValidatorWeightDiff logic (#5042) commit 7459909ab031090552ef0f62313333b1ef1c6a2c Author: aaronbuchwald <[email protected]> Date: Fri Feb 27 16:03:59 2026 -0500 Restrict benchmark auto-push to scheduled runs only (#5032) Co-authored-by: Claude Opus 4.6 <[email protected]> commit a1045b2f537ad7fe4e9afea9f56dbbe014db7c0e Author: Draco <[email protected]> Date: Fri Feb 27 12:25:40 2026 -0500 Move validator metadata DB writes into validatorState (#5008) commit c1f29fcc6c321213d12216c3cb7eceea9d0a8053 Author: Austin Larson <[email protected]> Date: Thu Feb 26 18:50:41 2026 -0500 Update Firewood to v0.2.0 (#5030) commit ed8730b53889257ccbae103cb08d8cf4e1364d94 Author: Jonathan Oppenheimer <[email protected]> Date: Thu Feb 26 15:25:08 2026 -0500 fix: remove build arguement (#5029) commit e9f7e75e2b97fd64ef82e2b7f9c1d0c79a5dce8e Author: Ceyhun Onur <[email protected]> Date: Thu Feb 26 13:42:29 2026 +0300 rename coreth api.md to service.md (#5024) Co-authored-by: Meaghan FitzGerald <[email protected]> commit 078c8f5d85e93bcf75ada6a9af64768f804e4640 Author: PlatCore <[email protected]> Date: Wed Feb 25 08:48:19 2026 -0800 Migrate subnet-evm antithesis builder to the root (#4836) commit d169e7f7d51ea26590203bd023f7b1fd55332b4f Author: Ceyhun Onur <[email protected]> Date: Wed Feb 25 16:23:47 2026 +0300 docs: add missing APIs to Coreth docs (#5020) commit 4aa7f05e07636567e956d2c0f0d6146bf8b5d144 Author: Sam Liokumovich <[email protected]> Date: Mon Feb 23 12:54:21 2026 -0500 Remove Validator State Interface (#4983) commit b9c88dcff7388841f0e1ea6756b99d7753b1fed2 Author: rodrigo <[email protected]> Date: Mon Feb 23 11:02:22 2026 -0500 fix: skip TestConflictingImportTxsAcrossBlocks if using Firewood (#5018) commit 09a9530c3145e3990aac1c920d7d72fea1077873 Author: Jonathan Oppenheimer <[email protected]> Date: Thu Feb 19 03:41:25 2026 -0500 refactor: in-line network stats package (#4887) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit 56ae1c12a537edc03e9e142408b16a386282d072 Author: Jonathan Oppenheimer <[email protected]> Date: Thu Feb 19 03:39:12 2026 -0500 chore: upgrade lint to 2.9.0 (#4962) commit e2a4c07c4ea04ec25536de24bacd125cf012ee4a Author: rodrigo <[email protected]> Date: Wed Feb 18 17:46:29 2026 -0500 fix: skip flaky firewood test due to go bump (#5001) commit a3eb8e9f85827393caa98dac77e5e8995dcc56eb Author: Jonathan Oppenheimer <[email protected]> Date: Wed Feb 18 17:36:48 2026 -0500 test: skip StateSyncToggleEnabledToDisabledTest flake (#5002) commit e5df72d481e5283952e12d94705b92cd68ba8af3 Author: maru <[email protected]> Date: Wed Feb 18 13:21:47 2026 -0800 [tmpnet] Annotate pods for collection to grafana cloud (#4981) Signed-off-by: maru <[email protected]> commit b94175f095650aeb138d3bffd7073029907f372f Author: maru <[email protected]> Date: Wed Feb 18 13:20:59 2026 -0800 [nix] Switch to direct import of golang to fix relative path bug (#5000) commit 77165048fea68bf6b467f921a98e4151f9497546 Author: Austin Larson <[email protected]> Date: Wed Feb 18 12:21:57 2026 -0500 feat: Remove FreeListCache from Firewood config (#4963) commit 4473fe964c6428727adb35964ea6e365cfd3fea6 Author: maru <[email protected]> Date: Tue Feb 17 19:35:13 2026 -0800 Enable multi-module release and consumption strategy (#4905) commit 5bf6eaa38ccffe9ae6d05908c3d2fa9a184d6d64 Author: maru <[email protected]> Date: Tue Feb 17 17:45:31 2026 -0800 Switch to using solc provided by nix (#4787) commit 40177fc694909820e4de100d9b99cc0264c73c5b Author: Tsvetan Dimitrov <[email protected]> Date: Wed Feb 18 01:50:13 2026 +0200 refactor(sync): extract coreth/sync to evm/sync and adapt coreth and subnet-evm (#4921) commit d2ebcd58cfdc1cbb515f434c70acf0be0de8bf36 Author: Jonathan Oppenheimer <[email protected]> Date: Tue Feb 17 18:12:04 2026 -0500 docs: rewrite releasing readme (#4749) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> Co-authored-by: maru <[email protected]> commit 715b652dd1352e822e69d6580e1a2bea921b027b Author: Jonathan Oppenheimer <[email protected]> Date: Tue Feb 17 17:30:32 2026 -0500 ci: just fuzz a single test (#4989) commit a69e790ea9b6524117f3cae884e23def5084cfda Author: Jonathan Oppenheimer <[email protected]> Date: Mon Feb 16 16:37:37 2026 -0500 ci: change PR fuzz tests timing and bump fuzz test timeout (#4978) commit 10f22fa43d29fb39de7fc08990c821e24120c8c6 Author: maru <[email protected]> Date: Fri Feb 13 10:33:30 2026 -0800 [ci] Skip RPM upload for PRs (#4974) commit 37784248e33ef2f0d7cfc08564e3154d20603f81 Author: Jonathan Oppenheimer <[email protected]> Date: Fri Feb 13 00:20:56 2026 -0500 Update to go `v1.25.7` (#4961) commit 34d739b0ef19676f190b9c11b8df33dec55c9c92 Author: maru <[email protected]> Date: Thu Feb 12 19:40:29 2026 -0800 [ci] Ensure rpm packaging compatibility with legacy subnet-evm (#4970) commit 3db290645a53d609136542655be60938df80ad7a Author: maru <[email protected]> Date: Thu Feb 12 18:32:07 2026 -0800 [ci] Add RPM release workflow (#4959) commit 24f99339bdf11b2c298c4f017df3c5231e54312f Author: maru <[email protected]> Date: Thu Feb 12 13:53:15 2026 -0800 [ci] Free up space to get the subnet evm antithesis test job passing (#4967) commit 4187c5c8b911506a4835ba9ef88744f19e8f142f Author: Austin Larson <[email protected]> Date: Thu Feb 12 11:21:44 2026 -0500 Remove Start/Wait mechanic in x/sync (#4926) commit c1bca1b9cd59e21cbe937cde10dd7adfb3af6169 Author: Razvan <[email protected]> Date: Wed Feb 11 19:33:36 2026 +0200 Fix coreth and subnet-evm flaky tests (#4947) commit b57d8728d8af95311e1ee748e91878545826e06f Author: yacovm <[email protected]> Date: Wed Feb 11 04:09:33 2026 +0100 Use clock time instead of time.Until in proposerVM (#4958) Signed-off-by: Yacov Manevich <[email protected]> commit b6c913d74d9d9a681c3948fa2e5bb1bd7f52107b Author: Jonathan Oppenheimer <[email protected]> Date: Tue Feb 10 14:36:35 2026 -0500 chore: rename `atomicTrieDB` (#4936) commit b649e088fbae42176f2c4c2c78bc3240d65c977e Author: Jonathan Oppenheimer <[email protected]> Date: Tue Feb 10 14:34:46 2026 -0500 chore: sync handler param name (#4937) commit 97be57ce6aeb0d0b14c483d9f2156514e18b5ac0 Author: Jonathan Oppenheimer <[email protected]> Date: Tue Feb 10 14:30:47 2026 -0500 chore: only tag subnet-evm on stable releases (#4951) Signed-off-by: Jonathan Oppenheimer <[email protected]> commit f0fc720a7c362332da370f475fc52be52766c9d0 Author: maru <[email protected]> Date: Tue Feb 10 10:40:03 2026 -0800 [ci] Configure dir exclusion from linting via .golangci.yml (#4940) commit c1c3e9cd4dd1ea6fbadb2864a9bb3b4501b902af Author: aaronbuchwald <[email protected]> Date: Tue Feb 10 12:56:43 2026 -0500 Add latest checkpoints to reexecute benchmark for hashdb (#4953) commit 272a9de15eadb7ddab6069edbb00f48cf33920f6 Author: maru <[email protected]> Date: Mon Feb 9 14:17:56 2026 -0800 Simplify go version maintenance (#4950) commit e59a0a669bf61f0f2584cb737313fe5aedcd4043 Author: Jonathan Oppenheimer <[email protected]> Date: Mon Feb 9 13:32:00 2026 -0500 refactor: share constants between avalanchego and subnet-evm (#4914) Signed-off-by: Jonathan Oppenheimer <[email protected]> commit 473e35d5a2e49eb0e871199e3173d3190bd66b2a Author: Sam Liokumovich <[email protected]> Date: Fri Feb 6 11:29:30 2026 -0500 Fail HealthCheck if Average Block Acceptance Times are too High (#4911) Signed-off-by: Sam Liokumovich <[email protected]> commit 2f6b55f384af4e313ae4b2aa8a15f161552e2222 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Feb 4 15:45:43 2026 -0500 docs: fix getutxos incorrect type (#4943) commit fd00de9074cce147ab6feb0294070436c7a271f1 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Feb 4 14:06:06 2026 -0500 chore: fix network logs typo (#4941) commit 9fe96cc60530f55a2b0d7892561455f916080703 Author: maru <[email protected]> Date: Tue Feb 3 11:45:37 2026 -0800 Fix go-mod-tidy and ensure it is checked in CI (#4934) commit 6edddd65ab1849dd69ca3c3f5ac8b8df73844909 Author: maru <[email protected]> Date: Tue Feb 3 10:27:50 2026 -0800 Remove legacy golang build tags (#4933) commit b1a3c5f089af459bf2e745d1082e5992c620dd8d Author: Austin Larson <[email protected]> Date: Tue Feb 3 12:27:08 2026 -0500 Move x/sync and firewood to database (#4929) commit 62e834bc5945ddb099b76095d441a7e6baf544fe Author: Tsvetan Dimitrov <[email protected]> Date: Tue Feb 3 17:46:29 2026 +0200 refactor(graft/evm): extract unified `message` package from `coreth` and `subnet-evm` (#4882) Signed-off-by: Tsvetan Dimitrov ([email protected]) commit 49b1683e3bbbd1a970468522d55f583465044487 Author: yacovm <[email protected]> Date: Tue Feb 3 16:40:36 2026 +0100 Create histogram for consensus latencies (#4924) Signed-off-by: Yacov Manevich <[email protected]> commit dd4474ebf52003eaa08366162fad4d350724107b Author: maru <[email protected]> Date: Fri Jan 30 16:57:49 2026 -0800 Add go workspace (#4899) commit b0f3d26649465eaee55b654603aca0b8c775e102 Author: Stephen Buttolph <[email protected]> Date: Thu Jan 29 18:23:26 2026 -0500 Update consensus logs (#4920) commit f9b13d8cabb8c848909b1f0d6c4ea5d1c14c2bed Author: yacovm <[email protected]> Date: Thu Jan 29 22:04:34 2026 +0100 Add some logging to proposerVM block delay (#4917) Signed-off-by: Yacov Manevich <[email protected]> commit d5ab73e0e684a4e57431b03b499b5b736a8d8300 Author: Austin Larson <[email protected]> Date: Thu Jan 29 15:04:21 2026 -0500 test: Ensure code hashes are retrieved in Firewood (#4915) commit 10a5be11a135fc8ef1090cde8e398648af193411 Author: maru <[email protected]> Date: Thu Jan 29 01:27:20 2026 -0800 [tools] Allow ./tools path to be used for local tools (#4896) commit 7560e990341ebf1355cd1ce4d3004d4154fdffcf Author: maru <[email protected]> Date: Wed Jan 28 14:11:17 2026 -0800 [ci] Simplify run-monitored-tmpnet-cmd to use custom actions (#4897) commit 3a802d625fe577dd50e0c0629bceeecce7200656 Author: Austin Larson <[email protected]> Date: Wed Jan 28 16:02:09 2026 -0500 refactor: Use libevm accounts/abi (#4865) Co-authored-by: Ceyhun Onur <[email protected]> commit be457390191174c6c9888b21121def18b1c5fc88 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Jan 28 03:32:18 2026 -0500 test: address geth flakes (#4902) commit 7c8ee74a02499a09908d580d87efe9960436a678 Author: Elvis <[email protected]> Date: Tue Jan 27 21:05:32 2026 +0400 [ci] Support running re-execution benchmark with arbitrary version of Firewood (#4650) commit 67d127c2b37fa39ce648a3c3546c9adecf472d65 Author: Meaghan FitzGerald <[email protected]> Date: Mon Jan 26 11:18:37 2026 -0500 Update vms/README.md (#4904) Signed-off-by: Meaghan FitzGerald <[email protected]> commit 18c4dbe2714e6907b392099e451eaff9dfb71f1e Author: Jonathan Oppenheimer <[email protected]> Date: Fri Jan 23 13:48:05 2026 -0500 refactor: share version across codebase (#4891) commit d6b693c6b3a34f7b5c66b2fc13c43cd4d0a1d1ea Author: Jonathan Oppenheimer <[email protected]> Date: Fri Jan 23 13:35:41 2026 -0500 refactor: share EVM rpc package (#4786) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]> commit d58defa5ca696aa19627feecb06605016a24e61c Author: Austin Larson <[email protected]> Date: Thu Jan 22 16:12:39 2026 -0500 refactor: remove UnpackInput (#4901) commit 50976e13bbcdb148d5619d08a893c8b0e226e9ce Author: Joshua Kim <[email protected]> Date: Thu Jan 22 14:52:47 2026 -0500 Add test coverage for acp118 replay protection (#4889) Signed-off-by: Joshua Kim <[email protected]> commit ac80614cfa0970ea4ce45b2e55979141bd04a9e5 Author: Austin Larson <[email protected]> Date: Thu Jan 22 13:30:07 2026 -0500 feat: Add interface between x/sync and EVM syncers (#4832) Signed-off-by: Tsvetan Dimitrov ([email protected]) Co-authored-by: Tsvetan Dimitrov <[email protected]> commit fab8500e7728401bd72a33915e6bcefefb22c8f3 Author: Austin Larson <[email protected]> Date: Thu Jan 22 13:04:47 2026 -0500 Return range proofs for change proof requests during Firewood sync (#4834) commit 3c645de551294b8db0f695563e386a2f38c1aded Author: Austin Larson <[email protected]> Date: Thu Jan 22 10:37:21 2026 -0500 Firewood v0.1.0 (#4893) commit a85295d87193b30ff17c594680dadd6618022f5e Author: Austin Larson <[email protected]> Date: Wed Jan 21 16:41:45 2026 -0500 refactor: remove strict mode in ABI (#4884) commit 9deeb715946f3d20657e29d155c0234a43dd6939 Author: Austin Larson <[email protected]> Date: Wed Jan 21 16:32:57 2026 -0500 perf: Share proposal between hash and commit (#4697) commit 932fc486c2f9d354f584bffb0ecb9e028c8646cd Author: Jonathan Oppenheimer <[email protected]> Date: Wed Jan 21 13:09:23 2026 -0500 refactor: share log package (#4886) commit ed01e20e2b8a8afac47f751864f0b9c5f974b652 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Jan 21 12:04:34 2026 -0500 refactor: granite cleanup - remove `remoteDelayExcess` (#4859) Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit 3210953f2ffa1d7f3a79930656cd1c25a68a87ac Author: Draco <[email protected]> Date: Tue Jan 20 18:36:43 2026 -0500 feat: add Sync to database.HeightIndex (#4839) commit ac3fab802c5d0d5a5f37636c03aa9e25e20fa08b Author: Sam Liokumovich <[email protected]> Date: Tue Jan 20 16:06:42 2026 -0500 Simplex nits & bug fixes (#4885) commit d6f8a272ab169ec349662f908c8c0bcd6ce79130 Author: Tsvetan Dimitrov <[email protected]> Date: Mon Jan 19 20:05:42 2026 +0400 refactor(sync): reorganize state sync packages (#4857) Signed-off-by: Tsvetan Dimitrov ([email protected]) Co-authored-by: Ceyhun Onur <[email protected]> commit 3368761a82fa68b4df0700fe593bc807ef193550 Author: Jonathan Oppenheimer <[email protected]> Date: Mon Jan 19 10:11:53 2026 -0500 refactor: granite cleanup - remove pre-granite test-cases (#4860) commit 7c823fa416eefdc1027c485938191a4922baebba Author: Elvis <[email protected]> Date: Mon Jan 19 19:11:04 2026 +0400 feat(vm_reexecute): add pprof profiling support (#4790) commit dbb0c95c60673989a4102398e62c17bd56b3a377 Author: maru <[email protected]> Date: Sat Jan 17 04:36:38 2026 +0100 [nix] Update golang flake input for nix 2.25+ (#4875) commit 43b6c7fd00da84ea827dd5bd4ba385befe0027ad Author: Jonathan Oppenheimer <[email protected]> Date: Fri Jan 16 18:39:07 2026 -0500 refactor: granite cleanup - remove `GetWarpValidatorSet` (#4858) commit 3d988348056a70e0bfd6a032df2c0f05058f1113 Author: Jonathan Oppenheimer <[email protected]> Date: Fri Jan 16 18:10:49 2026 -0500 test: Fix `TestResyncNewRootAfterDeletes` flake (#4850) commit 622100c343978b7dc7fdd9c293cddbc042ca0116 Author: Jonathan Oppenheimer <[email protected]> Date: Fri Jan 16 10:34:25 2026 -0500 build: bump to go 1.24.12 (#4867) commit 2260c94e072e29b946a7a4afe809d421469e6927 Author: rodrigo <[email protected]> Date: Thu Jan 15 12:02:00 2026 -0500 test(reexecution): add additional Firewood archival tests (#4853) commit bceff9ce9ad783206f6d251fae28425023b50882 Author: Austin Larson <[email protected]> Date: Thu Jan 15 11:52:15 2026 -0500 refactor: Share core/state (#4863) commit 81b6971786bc5da56e9a4eca429cfd8282cf41d6 Author: Austin Larson <[email protected]> Date: Wed Jan 14 16:41:26 2026 -0500 refactor: share triedb (#4843) commit 48924d37e590b107027ef0abe94c83ac7e060294 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Jan 14 15:44:03 2026 -0500 chore: retype `DelayExcess` (#4833) Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit c761355d3277c0ea3e2284a5f83ba9d5f99f5684 Author: Austin Larson <[email protected]> Date: Wed Jan 14 12:57:40 2026 -0500 chore: cleanup customtypes (#4844) commit 42f9d780395bcf8f889d3bcc1ce965b90a9a1420 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Jan 14 12:56:26 2026 -0500 refactor: align `PointerTo` functions (#4741) Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit 4d835f9e7334b2bf04e94011ad98e3d12b9c2398 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Jan 14 12:34:01 2026 -0500 test: enable c-chain <-> subnet e2e warp tests (#4799) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Tsvetan Dimitrov <[email protected]> commit 94c0ec928e2d087770c0c75dfb81bf553c540595 Author: Austin Larson <[email protected]> Date: Wed Jan 14 11:53:26 2026 -0500 refactor: use vms/evm customrawdb in subnet-evm (#4851) commit d6c2b71fec6614a3c2f854e94963407498aef9c8 Author: Austin Larson <[email protected]> Date: Wed Jan 14 11:30:31 2026 -0500 Fix race in tests on VM Shutdown (#4852) commit ec1cf107d83200587f88260a37517fa259d41967 Author: Jonathan Oppenheimer <[email protected]> Date: Tue Jan 13 12:41:42 2026 -0500 fix: apply TraceCall fix in both coreth and subnet-evm (#4846) Co-authored-by: yacovm <[email protected]> commit 7d6c927a7b2bf404477c11d63cb2b948d29b9926 Author: yacovm <[email protected]> Date: Tue Jan 13 17:39:04 2026 +0100 Fix flake in `TestWaitForEvent/WaitForEvent_build_block_after_re-org` (#4789) Signed-off-by: Yacov Manevich <[email protected]> commit ecdb451ed454099e78f950176dab30c19f192d19 Author: Dmitry Kulazhenko <[email protected]> Date: Tue Jan 13 19:04:25 2026 +0300 fix(eth/tracers): fix crash in TraceCall with BlockOverrides (#4657) Co-authored-by: hero5512 <[email protected]> Co-authored-by: lightclient <[email protected]> Co-authored-by: yacovm <[email protected]> commit fb512782a8a0c9defa668582d0d94fd42b58ba87 Author: Stephen Buttolph <[email protected]> Date: Tue Jan 13 10:03:44 2026 -0500 Remove `ProposerMinBlockDelay` from subnet configs (#4824) commit 874bc6c9d3059aa4c87cb86ba51793a9c921191b Author: Elvis <[email protected]> Date: Mon Jan 12 23:48:42 2026 +0400 fix(c-chain-reexecution): support genesis execution (#4841) commit bd681c1fcb8cdca5c9e15c8a6f86d8a9cd0bb364 Author: maru <[email protected]> Date: Mon Jan 12 19:37:44 2026 +0100 [direnv] Enable global envrc customization (#4821) commit e240185e89097102f22c926d80ef12d8a9694b79 Author: Jonathan Oppenheimer <[email protected]> Date: Mon Jan 12 12:33:52 2026 -0500 test: fix `TestAtomicSyncerVM/StateSyncFromScratchTest` flake (#4825) commit 7455c4a52975a3eb0921ed2a2755455bfda92fa8 Author: Stephen Buttolph <[email protected]> Date: Mon Jan 12 11:46:45 2026 -0500 Introduce gossip system helper (#4819) Signed-off-by: Stephen Buttolph <[email protected]> Co-authored-by: Jonathan Oppenheimer <[email protected]> commit fe062719a9310fc55b174c5b5708ce24356213e4 Author: rodrigo <[email protected]> Date: Fri Jan 9 11:07:10 2026 -0500 test: add Coreth + Firewood archive UT (#4820) commit cde688e77ed4573a82392baf7d876891e882c08a Author: Jonathan Oppenheimer <[email protected]> Date: Fri Jan 9 06:17:35 2026 -0500 test: fix `TestUptimeSignatures` flake (#4826) commit ec05f574dd61f8fbfbd53064d81f8a3a46b866ec Author: Jonathan Oppenheimer <[email protected]> Date: Thu Jan 8 13:37:48 2026 -0500 chore: cleanup `graft/evm` post subnet-evm merge (#4752) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit 59adff8d337d4ee90ea2e598b2723b7c28f32712 Author: Austin Larson <[email protected]> Date: Thu Jan 8 10:23:22 2026 -0500 refactor: Use `state.Database` to generate tries in sync test helpers (#4814) Co-authored-by: Ceyhun Onur <[email protected]> commit 586836e031764a6a5b24b3bb5c228233e73437ee Author: Stephen Buttolph <[email protected]> Date: Thu Jan 8 07:32:48 2026 -0500 Provide a useful default for disk percentage (#4822) commit d43f04256bdff857a030ba3290d395f265292bca Author: Jonathan Oppenheimer <[email protected]> Date: Thu Jan 8 02:02:06 2026 -0500 fix: warp e2e flake (#4818) commit 9c1e571547ab5e528ad8f2fa178b0e85e658380c Author: Jonathan Oppenheimer <[email protected]> Date: Wed Jan 7 14:48:00 2026 -0500 build: bundle subnet-evm releasing into releasing workflow (#4675) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit 18e704edf7838d7f2d3f6f7fa47d0606898cf79f Author: Jonathan Oppenheimer <[email protected]> Date: Wed Jan 7 12:00:20 2026 -0500 refactor: warp e2e tests no longer in single function (#4798) commit 311ca97d021e8f2d835b817e27c928fbece1356b Author: Draco <[email protected]> Date: Wed Jan 7 11:18:46 2026 -0500 feat(reexecution): collect leveldb and meterdb metrics (#4804) commit 9544b53a3b8178013eef24738afae340790bbe28 Author: rodrigo <[email protected]> Date: Tue Jan 6 17:23:48 2026 -0500 chore(chaos): remove chaos test from PR CI (#4817) commit 5c851e87aa8e1bde04fa49a8972c36eb24f24180 Author: Austin Larson <[email protected]> Date: Tue Jan 6 16:10:30 2026 -0500 refactor: Firewood Config helper (#4811) commit 5bb332990017e7b802731ac75ff70c1080bcd3fb Author: rodrigo <[email protected]> Date: Tue Jan 6 15:04:37 2026 -0500 test(reexecute): add firewood chaos test [2/2] (#4695) commit fc6f616e4ef09f954313c883c68d0bf0fd336745 Author: Jonathan Oppenheimer <[email protected]> Date: Tue Jan 6 13:31:03 2026 -0500 chore: remove end year from license headers (#4812) commit 61635ace48c4b1f61d29d7017be51be7645107b3 Author: Jonathan Oppenheimer <[email protected]> Date: Tue Jan 6 11:02:47 2026 -0500 refactor: directly embed files in `graft` (#4795) commit a99251d65a87a120858a4018e2a2973183a1a506 Author: Austin Larson <[email protected]> Date: Tue Jan 6 10:50:28 2026 -0500 fix: Always register Firewood metrics when enabled (#4793) commit baef5bcdb44839b169fe521100af4e9171e9cc0f Author: Jonathan Oppenheimer <[email protected]> Date: Tue Jan 6 10:42:58 2026 -0500 ci: ensure generated files up to date in CI (#4782) commit 17e8cd770d150924e9b9c77fca82d4a42d79b474 Author: Austin Larson <[email protected]> Date: Tue Jan 6 10:41:19 2026 -0500 refactor: Share EVM Utils (#4739) commit 25d621641a98cab65d649760f7f49f4ad74defac Author: maru <[email protected]> Date: Tue Jan 6 13:46:41 2026 +0100 [ci] Migrate reexec tasks to a script to simplify maintenance (#4761) commit fe8a889a6fff85729fb39edc10812c4f30f8f397 Author: Austin Larson <[email protected]> Date: Mon Jan 5 14:48:43 2026 -0800 Prep Firewood x/sync for EVM (#4794) commit 1a59a6f646ef18167dde10d24d4efbf05e3de177 Author: Stephen Buttolph <[email protected]> Date: Mon Jan 5 12:25:35 2026 -0500 Update versions for v1.14.1 (#4805) commit f32e90910d981d0ed671209dd630e11e1a0c8cdb Author: Austin Larson <[email protected]> Date: Mon Jan 5 07:54:57 2026 -0800 refactor: Remove inbound message interface (#4769) commit a126185791dd05141bd2917eebd9a0ff339bbc99 Author: Jonathan Oppenheimer <[email protected]> Date: Mon Jan 5 08:17:50 2026 -0500 chore: update license header to 2026 (#4801) commit f9def267a31de00e5b4bc94797e88987c28edc82 Author: Jonathan Oppenheimer <[email protected]> Date: Fri Jan 2 13:43:14 2026 -0500 build: get Go version for Dockerfile (#4796) commit 1e65fa2d048fd30f4ad7f58b3f1e65d2a0982b2e Author: Tsvetan Dimitrov <[email protected]> Date: Thu Jan 1 09:45:25 2026 +0200 refactor(vmsync): extract strategy pattern for static state sync via `Executor` interface (#4652) Signed-off-by: Tsvetan Dimitrov ([email protected]) Co-authored-by: Jonathan Oppenheimer <[email protected]> commit f917492d193e1bed6c3f4b25d3cd40df169cbc6e Author: Stephen Buttolph <[email protected]> Date: Wed Dec 31 16:09:02 2025 -0500 Provide a useful default for `snowtest.Context` (#4797) commit eb68fac8732f22c52d51f18a0b60ce1661efde37 Author: Elvis <[email protected]> Date: Wed Dec 31 21:14:43 2025 +0400 fix(workflows): populate GH_* env vars in benchmark action (#4788) commit d69ef3e008c1ccc67859d84a540ab44f9e7f7304 Author: Jonathan Oppenheimer <[email protected]> Date: Mon Dec 29 15:27:00 2025 -0500 ci: arm64 to tier 1 support (#4783) Co-authored-by: Stephen Buttolph <[email protected]> commit 3c3a40e59b9fe9a3ff4c245cead601786e89fde0 Author: Sam Liokumovich <[email protected]> Date: Mon Dec 29 11:34:06 2025 -0500 Add WaitForAcceptance Flag to XSVM.transfer (#4659) commit 394a644cabe205be58bb3c4045a90a2131b640ff Author: Stephen Buttolph <[email protected]> Date: Fri Dec 26 14:08:58 2025 -0500 Expose p2p.Peers.Len (#4792) commit 8ba1d4dc00e82751545dcf244a910e834ec9dc06 Author: sukantoraymond <[email protected]> Date: Mon Dec 22 14:26:29 2025 -0500 Apply latest tag only when the image tag matches a semantic version (#4469) commit 10f374649645f3093023633d60825875c5645589 Author: Draco <[email protected]> Date: Mon Dec 22 11:14:19 2025 -0500 fix: nix build error on macos (#4785) commit 93ee24cd2dc441c9fc5953bac582b36f44e3b554 Author: Austin Larson <[email protected]> Date: Mon Dec 22 06:30:02 2025 -0500 Implement Firewood static state sync (#4361) commit dbb0031048120fe9614066c02a7dc617b4c4b3f4 Author: Jonathan Oppenheimer <[email protected]> Date: Fri Dec 19 15:16:21 2025 -0500 style: remaining NPM conversion cleanup items (#4780) commit 89a181fb1f80cd0139d79d3b267461ed2dd5f387 Author: maru <[email protected]> Date: Fri Dec 19 19:10:08 2025 +0100 [tmpnet] Document why disk space checks are disabled by default (#4779) commit 306b007bbe9493ae22015a7e72021cb136256c74 Author: maru <[email protected]> Date: Fri Dec 19 19:00:04 2025 +0100 [nix] Update to 25.11 and stop recommending determinate systems installer (#4768) commit 9db5ff50f8a307b49c19691be001e5e353337823 Author: maru <[email protected]> Date: Fri Dec 19 18:56:00 2025 +0100 [bootstrapmonitor] Fix docstring to match function name (#4777) commit 940a234513585ba12551b90611333748e4ef1b0c Author: Elvis <[email protected]> Date: Fri Dec 19 21:17:48 2025 +0400 fix(ci): rename RUNNER_NAME to avoid GitHub env var conflict (#4775) commit dee39dd7bc74accd4aaeb034355ce6dd3357d11e Author: Jonathan Oppenheimer <[email protected]> Date: Fri Dec 19 12:15:23 2025 -0500 test: use generated ABI (#4740) commit c726a4eae07550b9a41c567bc59ec78709ffe851 Author: Jonathan Oppenheimer <[email protected]> Date: Fri Dec 19 10:53:50 2025 -0500 chore: cleanup tests directory (#4742) Signed-off-by: Jonathan Oppenheimer <[email protected]> commit f0f737372716e47ca836097d486fcb0bdbc0c36c Author: maru <[email protected]> Date: Fri Dec 19 07:07:06 2025 +0100 [bootstrapmonitor] Switch from `latest` to `master` tag (#4490) Co-authored-by: PlatCore <[email protected]> commit c000444fcad60e64603055228da270fa711f5c5a Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 18 18:26:52 2025 -0500 fix: compatibility links (#4635) commit fb5cbea33cc369f2a7e3fbee845f772074c2c3ef Author: Austin Larson <[email protected]> Date: Thu Dec 18 18:17:40 2025 -0500 feat!: Use disk percentage instead of bytes for health (#4770) commit ba52a5a9efa78257f4d8a1891753873eb871fc50 Author: rodrigo <[email protected]> Date: Thu Dec 18 12:50:09 2025 -0500 chore(reexecute/c): add back scraping of multiple metrics (#4673) commit 3125b680ef8e03292f628801c0985ebb4b2cc496 Author: maru <[email protected]> Date: Thu Dec 18 17:42:27 2025 +0100 [tmpnet] Remove node restart from Network.CreateSubnets (#4664) commit 489dcf736a2edbd67c1f5bd9d0053c1809d589a0 Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 18 11:14:48 2025 -0500 test: remove old import compliance test (#4767) commit a5ca270216f55df98ecbb4cfb5854277ce4db0aa Author: maru <[email protected]> Date: Thu Dec 18 16:30:30 2025 +0100 [ci] Warn on use of testify/assert on PRs (#4744) commit 85439fcbb1d2ed35b340ccbd965b709c8aa66b2f Author: Austin Larson <[email protected]> Date: Thu Dec 18 08:34:37 2025 -0500 refactor: Firewood Revisions (#4669) commit 5aede7eaddad7e4f6ecf5c20e22c5b7e6340a44e Author: Stephen Buttolph <[email protected]> Date: Wed Dec 17 16:12:00 2025 -0500 Remove `message.OutboundMessage` interface (#4766) commit c52bde45743d9da16303a08fa38aa4011d81d77e Author: Jonathan Oppenheimer <[email protected]> Date: Wed Dec 17 15:46:40 2025 -0500 build: update go version to v1.24.11 (#4762) commit ef9e5bc63e60a29c3a36e710d205e2d0e6c548b4 Author: Austin Larson <[email protected]> Date: Wed Dec 17 15:24:35 2025 -0500 chore: Use Firewood v0.0.18 (#4763) commit e582ed0e084b46707a6b7d3887f0141edcc68d5e Author: Jonathan Oppenheimer <[email protected]> Date: Wed Dec 17 13:39:52 2025 -0500 build: bump gnark crypto to 1.18.1 (#4756) commit 21b1a7df9dfb38ebecd5f72b2487b307fa8b9005 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Dec 17 13:33:16 2025 -0500 test: add import compliance tests (#4537) Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Arran Schlosberg <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit bb163bc7e7dc628f0e7ff86499419bda150d4a6a Author: rodrigo <[email protected]> Date: Wed Dec 17 12:52:33 2025 -0500 refactor(reexecute): export NewMainnetCChainVM() [1/2] (#4758) commit b181072a0d248e1c9b28331a008dfd69c8e7c314 Author: Austin Larson <[email protected]> Date: Wed Dec 17 10:47:15 2025 -0500 test: Use predictable accounts for TestTracingwithOverrides (#4666) Signed-off-by: Austin Larson <[email protected]> Co-authored-by: Copilot <[email protected]> commit 0aaf6821de3d8eae69c406a7db5568cf45d9096b Author: Stephen Buttolph <[email protected]> Date: Tue Dec 16 18:21:34 2025 -0500 Remove `*VM` from `AvaxAPI` (#4755) commit 5101094eaf3a426131f96d0d0cb45f5cf755a394 Author: Jonathan Oppenheimer <[email protected]> Date: Tue Dec 16 17:17:51 2025 -0500 build: bump logrus to 1.9.3 (#4754) commit 6133ed0a40c6bf547abf02063d9098d75376903a Author: Jonathan Oppenheimer <[email protected]> Date: Tue Dec 16 17:17:21 2025 -0500 refactor: unify evm linters (#4747) commit 8345136b6e1dbb6d5709d399838e01af47d5c928 Author: Austin Larson <[email protected]> Date: Tue Dec 16 15:44:23 2025 -0500 Firewood v0.0.17 (#4748) commit e2eb3d008ab1fbf3f06a6cb91b7077582b77cc97 Author: Austin Larson <[email protected]> Date: Tue Dec 16 14:44:19 2025 -0500 refactor: Share Firewood for EVM (#4696) commit c6096926d86fc94aad663bb54af42a2cac7cc49a Author: rodrigo <[email protected]> Date: Tue Dec 16 03:28:03 2025 -0500 chore(reexecute/c): remove go bench from benchmark (#4640) commit 37d078cef435bb5b3cef8e809b4b0f6a4049e95f Author: Austin Larson <[email protected]> Date: Mon Dec 15 15:24:12 2025 -0500 chore: Create shared `evm` module (#4690) commit ab43e6f5d9662616e581a58cdb51d77bd20d4c31 Author: Jonathan Oppenheimer <[email protected]> Date: Mon Dec 15 12:48:04 2025 -0500 ci: remove labels workflow (#4689) commit e88f13655fb933690434467d690fb9af06977fe6 Author: Stephen Buttolph <[email protected]> Date: Mon Dec 15 11:55:24 2025 -0500 Simplify codeowners into teams (#4691) commit fec393b84dc0baa8d3e335523eabbd91168936fb Author: Tsvetan Dimitrov <[email protected]> Date: Mon Dec 15 13:52:39 2025 +0200 feat(statesync): introduce Finalizer interface for syncer cleanup (#4623) Signed-off-by: Tsvetan Dimitrov ([email protected]) commit c99848adca99374d513d8751c05a6d2fcd810e0d Author: Tsvetan Dimitrov <[email protected]> Date: Mon Dec 15 13:08:41 2025 +0200 chore(customrawdb): delete customrawdb package and switch to avalanchego imports (#4626) Signed-off-by: Tsvetan Dimitrov ([email protected]) commit 99a29c05315fbcd71a90f6075b61f46eb5b3249a Author: Jonathan Oppenheimer <[email protected]> Date: Fri Dec 12 15:30:27 2025 -0500 docs: fix broken links and ignore private ones (#4686) commit f1e75af595abd633a5c0d19f22f35856a619deec Author: Jonathan Oppenheimer <[email protected]> Date: Fri Dec 12 15:17:11 2025 -0500 [migrate-subnet-evm][6] Automated Lint (#4674) Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]> commit 138897c6ee2acd385e34686b1cfcae14b06689e1 Author: Jonathan Oppenheimer <[email protected]> Date: Fri Dec 12 15:16:39 2025 -0500 [migrate-subnet-evm][5] Migrate CI (#4671) Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit b2c7c7b99672e9af7b8d8ea5a2ef261ac28fbd8d Author: Jonathan Oppenheimer <[email protected]> Date: Fri Dec 12 15:12:28 2025 -0500 [migrate-subnet-evm][4] Cleanup go mod configuation (#4670) commit 360b3a545f8cdd4183947a3192f3cb6079bf76a5 Author: Jonathan Oppenheimer <[email protected]> Date: Fri Dec 12 15:11:56 2025 -0500 [migrate-subnet-evm][3] Rewrite subnet-evm imports (#4667) commit 4ca8543a27436da061fa58610bb812013ea79f30 Merge: e52ad20656 5342dd60b5 Author: Jonathan Oppenheimer <[email protected]> Date: Fri Dec 12 11:40:06 2025 -0500 Add 'graft/subnet-evm/' from commit '5342dd60b5dcf2c59ddb1119a8be71b14e30f891' git-subtree-dir: graft/subnet-evm git-subtree-mainline: e52ad206562c65b3724333cacfb908774a5dd195 git-subtree-split: 5342dd60b5dcf2c59ddb1119a8be71b14e30f891 commit 5342dd60b5dcf2c59ddb1119a8be71b14e30f891 Author: Jonathan Oppenheimer <[email protected]> Date: Fri Dec 12 10:42:39 2025 -0500 feat: remove npm directory and npm test framework (#1914) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Michael Kaplan <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit de34819b805ff41ca13ff3eadcd51b3ed22eaf33 Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 11 17:05:43 2025 -0500 test: convert warp npm test to go test (#1907) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Michael Kaplan <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit e52ad206562c65b3724333cacfb908774a5dd195 Author: Jonathan Oppenheimer <[email protected]> Date: Tue Dec 9 14:34:12 2025 -0500 [migrate-subnet-evm][1] Add tooling enabling repo migration (#4653) commit 35e77ef4fbcec1910b58f26e15aa62a8db92391f Author: Austin Larson <[email protected]> Date: Tue Dec 9 14:31:23 2025 -0500 build: Firewood v0.0.16 (#4668) commit 62c87e4fcbe32c3305761716d0bfd6191b866eda Author: Jonathan Oppenheimer <[email protected]> Date: Tue Dec 9 13:39:11 2025 -0500 test: move precompile interfaces out of test directory (#1913) commit e6033d3733395d443e0d894b878fcd75fdeef9e8 Author: maru <[email protected]> Date: Tue Dec 9 19:13:53 2025 +0100 [ci] Remove run_env from run-monitored-tmpnet-cmd (#4314) commit 3f3364006b554eb57366210596772bf5d507f488 Author: maru <[email protected]> Date: Tue Dec 9 19:05:12 2025 +0100 [nix] Speed up direnv flake evaluation with nix-direnv (#4648) commit 96524561e920fe0325e4523a5a611cbe4d419962 Author: rodrigo <[email protected]> Date: Tue Dec 9 11:33:49 2025 -0500 refactor: block export (#4639) commit 5460aa0996e79b3ff069001c90fe8baf7a4289f4 Author: Joshua Kim <[email protected]> Date: Tue Dec 9 06:01:46 2025 -0500 Rename sync.Manager to sync.Syncer (#4665) Signed-off-by: Joshua Kim <[email protected]> commit 716e848d3447ae20ac4973e7c986cd10b36ab8b7 Author: Jonathan Oppenheimer <[email protected]> Date: Sat Dec 6 06:56:35 2025 -0500 feat: convert tx reward manager npm test to go test (#1900) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Michael Kaplan <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> commit c3002e844f3ab71ec47bce5cc3bf7c803252d1ab Author: Austin Larson <[email protected]> Date: Fri Dec 5 11:24:51 2025 -0500 chore: Cleanup coreth post-merge (#4578) commit 6602ce72a69a78e0307019e44b873f75713d70c9 Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 4 17:47:52 2025 -0500 chore: remove old pack/unpack code (#1903) Signed-off-by: Jonathan Oppenheimer <[email protected]> commit 73a35d3cf7623df458475cb3946bc8919a4455ba Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 4 17:40:33 2025 -0500 feat: convert tx allow list npm test to go test (#1897) Signed-off-by: Jonathan Oppenheimer <[email protected]> commit 9debbd4f3e9979265d08a47258b004159116a1f3 Author: Ceyhun Onur <[email protected]> Date: Thu Dec 4 23:51:39 2025 +0300 chore: Update AvalancheGo version (#1896) Co-authored-by: Stephen Buttolph <[email protected]> commit 6cb4b211cb7a96f557a4f20f453692bcfa37ad0f Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 4 15:07:11 2025 -0500 sync: coreth PR #1392: chore: Add lint link check job (#1870) Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Michael Kaplan <[email protected]> commit 8934633fb58b97746c365416c576b3cf62058cf3 Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 4 13:21:43 2025 -0500 sync: coreth PR #1423: add min delay metrics (#1890) Co-authored-by: Ceyhun Onur <[email protected]> commit f47b419c3d938302da5173303e427af480bddbdb Author: Austin Larson <[email protected]> Date: Thu Dec 4 13:18:08 2025 -0500 sync: coreth PR #1203: style: enable errcheck linter (#1876) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]> commit f18aa6f524ab10823d3de7719c5d26bff0a43dcb Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 4 13:06:26 2025 -0500 sync: coreth PR #1303 style: Use require.ErrorIs whenever possible (#1875) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit d3e9aa3429cbd108c4d1f1cba2cfb34623c15dd0 Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 4 12:23:49 2025 -0500 sync: coreth PR #1371: remove `customlogs` package (#1887) Signed-off-by: Jonathan Oppenheimer <[email protected]> commit d0c37380cf3feb447df76eccb7b3dbe868d40693 Author: Austin Larson <[email protected]> Date: Thu Dec 4 11:10:19 2025 -0500 ci: Remove test retries (#1877) commit 2aa48f20138e869ad9cd38656f22b20586ebf1d6 Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 4 11:03:47 2025 -0500 sync: coreth PR #1271: style: enable depguard linter (#1886) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]> commit 718aee345db9bf235c06574585334c211d0d02cc Author: Jonathan Oppenheimer <[email protected]> Date: Thu Dec 4 10:53:00 2025 -0500 chore: remove dead t8n code (#1901) commit 70148edc6ecabb2836b89d890718011b892b7063 Author: rodrigo <[email protected]> Date: Wed Dec 3 16:55:05 2025 -0500 refactor(reexecute/c): export CreateBlockChanFromLevelDB (#4638) commit c031927d2144b109d679a960ad6c5fc5b407314d Author: rodrigo <[email protected]> Date: Wed Dec 3 15:31:56 2025 -0500 fix(reexecute/c): execution data directory (#4637) commit c0fdb0b743077a8d27f912299fef6e8b3a5d3670 Author: maru <[email protected]> Date: Wed Dec 3 21:27:57 2025 +0100 [antithesis] Conditionally copy ./graft in builder dockerfiles (#4649) commit f51a213f0f205ef095e0568f0b28f8d9db44dd08 Author: Jonathan Oppenheimer <[email protected]> Date: Wed Dec 3 12:47:27 2025 -0500 feat: convert fee manager npm test to go test (#1885) Co-authored-by: Ceyhun Onur <[email protected]> commit 39b74565c709d92a3bd1b8852eee14b52f07f749 Author: Stephen Buttolph <[email protected]> Date: Wed Dec 3 11:54:11 2025 -0500 Implement gossip.SetWithBloomFilter (#4632) commit cb4540719e4ed5d0fedf1615ffe82e295b4b52fe Author: Jonathan Oppenheimer <[email protected]> Date: Wed Dec 3 11:13:20 2025 -0500 sync: coreth PR #1424: fix license header (#1891) Co-authored-by: Austin Larson <[email protected]> commit b57ece0ca8a45b605323318a92dae0b4b33b8cac Author: Stephen Buttolph <[email protected]> Date: Wed Dec 3 10:36:08 2025 -0500 Fix flaky TestBloomFilterRefresh (#4647) commit 3df1285078d1bb3e220df0a2b120312e42b0814e Author: Jonathan Oppenheimer <[email protected]> Date: Wed Dec 3 04:55:48 2025 -0500 sync: coreth PR #1407 build: remove unneeded dependencies (#1888) Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> commit 11f83cb878602eb0ccb2bf94d00d02e7520f3e6a Author: Ceyhun Onur <[email protected]> Date: Wed Dec 3 01:19:51 2025 +0300 sync: coreth PR #1421: chore: Update avalanchego and add Helicon (#1883) Co-authored-by: Austin Larson <[email protected]> commit 41dcaf83bb786a36ca4c166ed7d58c2eb2503541 Author: Jonathan Oppenheimer <[email protected]> Date: Tue Dec 2 17:19:24 2025 -0500 sync: coreth PR #1404: ci: Filters test corrections (#1889) Co-authored-by: Austin Larson <[email protected]> commit 50ef4abefdcde12bd6c188a645cceb348d30f76b Author: Jonathan Oppenheimer <[email protected]> Date: Tue Dec 2 11:35:35 2025 -0500 sync: coreth PR #963,981,1009: sync package extension and related items (#1679) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> commit 15ab72995306608c0fd7e0fd595aecfb5cc004cb Author: Ceyhun Onur <[email protected]> Date: Tue Dec 2 00:06:09 2025 +0300 use vm connected/disconnected methods (#1884) commit cfb6dcf47fbd8a1ace209142acc15c018066f5ca Author: Stephen Buttolph <[email protected]> Date: Mon Dec 1 16:04:17 2025 -0500 Skip incrementing bloom count after noop Add (#4620) commit 16086f9fcb7e96d317dfcd9ef886c1403f146726 Author: Jonathan Oppenheimer <[email protected]> Date: Mon Dec 1 15:19:04 2025 -0500 sync: coreth PR #1394: ci: Missing test import lint (#1869) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> commit 0ffc4e9358d1427e36eaba235c5941d4da7c62ac Author: Austin Larson <[email protected]> Date: Mon Dec 1 15:13:49 2025 -0500 sync: coreth PR #1363,1384: test: Fix rpc flakes (#1833) Signed-off-by: Austin Larson <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]> commit 7b6dad805debbd2bb62035f22182653a77772809 Author: Jonathan Oppenheimer <[email protected]> Date: Mon Dec 1 14:30:05 2025 -0500 feat: convert native minter npm test to go test (#1872) Co-authored-by: Ceyhun Onur <[email protected]> commit badbe804fda0dad88029bb5ceb1777753182ac98 Author: Stephen Buttolph <[email protected]> Date: Mon Dec 1 14:14:50 2025 -0500 Update coreth to hash that exists (#4634) commit e799728c8315dfd3880725971bf24db9bd4cf769 Author: Ceyhun Onur <[email protected]> Date: Mon Dec 1 18:47:57 2025 +0300 Specify cancun compatibility in solc compiler (#1880) commit a263a7cedcd0eabfcffd22ebcc6dd9a00462f632 Author: Ceyhun Onur <[email protected]> Date: Mon Dec 1 18:24:40 2025 +0300 Add Cancun Solidity Compatibility Notes (#4630) commit 088b9552e513bedd6fd2e85508afa2c7f49d05f4 Author: rodrigo <[email protected]> Date: Mon Dec 1 10:14:34 2025 -0500 feat(reexecute/c): add firewood archival config option (#4442) commit c267010674046ad04ea1d693fe92f37cde77105f Author: Elvis <[email protected]> Date: Mon Dec 1 18:19:43 2025 +0400 chore: task reexecution (#4443) commit ee44f6856445429c0a3358b6c51b3add376b8751 Author: yacovm <[email protected]> Date: Wed Nov 26 16:52:31 2025 +0100 Increase stack trace size when outputting it to stderr (#4618) Signed-off-by: Yacov Manevich <[email protected]> commit 5950ba355645f3c96fa3e812525cc8b5e5f0c4d6 Author: Stephen Buttolph <[email protected]> Date: Tue Nov 25 14:51:49 2025 -0500 Simplify gossip tests (#4547) commit a02fd129428766ad8ce31269b77ab4b9520c2e31 Merge: 4c46441345 f32a3cb353 Author: Stephen Buttolph <[email protected]> Date: Tue Nov 25 14:19:14 2025 -0500 Merge branch 'maru/migrate-coreth-subtree-merge' commit f32a3cb353bbafb332948a24f47673f606df8647 Author: Austin Larson <[email protected]> Date: Tue Nov 25 14:15:49 2025 -0500 [migrate-coreth][6] Automated Lint (#4539) commit 9eb40429c2dafeb02dc5f9d8a44ea051dc15ab0a Author: maru <[email protected]> Date: Tue Nov 25 20:12:41 2025 +0100 [migrate-coreth][5] Migrate CI (#4535) Co-authored-by: Austin Larson <[email protected]> commit 408b14f8ed6d7a5c01e469027e73ecb3313ed5d7 Author: maru <[email protected]> Date: Tue Nov 25 20:12:22 2025 +0100 [migrate-coreth][4] Cleanup go mod configuation (#4534) commit 772c8161d496d4971845ddc630ed33feab2933a3 Author: maru <[email protected]> Date: Tue Nov 25 20:05:34 2025 +0100 [migrate-coreth][3] Rewrite coreth imports (#4533) Co-authored-by: Austin Larson <[email protected]> commit 4c464413455d588721008b853e4fa2de1733070d Author: yacovm <[email protected]> Date: Mon Nov 24 19:16:25 2025 +0100 Monitor free disk percentage, not just absolute space (#4518) Signed-off-by: Yacov Manevich <[email protected]> commit 9114d48a927d6fce3e6ac85dc4489709c89020f5 Author: Austin Larson <[email protected]> Date: Mon Nov 24 12:46:52 2025 -0500 feat: enable archival mode for Firewood (#1873) Co-authored-by: rodrigo <[email protected]> commit d66b056061786d645f6afc4083084e2281325e35 Merge: f64fae3ec9 7629fa18fa Author: Austin Larson <[email protected]> Date: Mon Nov 24 12:22:30 2025 -0500 Add 'graft/coreth/' from commit '7629fa18faa021020afc32037e9724755bf17638' git-subtree-dir: graft/coreth git-subtree-mainline: f64fae3ec98e165db832da484ca0858f86ba2dc2 git-subtree-split: 7629fa18faa021020afc32037e9724755bf17638 commit f64fae3ec98e165db832da484ca0858f86ba2dc2 Author: Draco <[email protected]> Date: Mon Nov 24 11:51:37 2025 -0500 refactor(heightindex): remove safety of byte modifications for Put & Get (#4525) commit 4d8b758c919df59c5ecb159fcc35a2712aa2a3c5 Author: yacovm <[email protected]> Date: Mon Nov 24 17:42:48 2025 +0100 Adjust free disk space thresholds (#4514) Signed-off-by: Yacov Manevich <[email protected]> Co-authored-by: maru <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]> commit cab4a493a9fee32c09d345de73288ac5a18091e4 Author: Jonathan Oppenheimer <[email protected]> Date: Mon Nov 24 10:29:36 2025 -0500 sync: coreth PR #1279: style: forbidigo t.Fatal (#1849) Signed-off-by: Jonathan Oppenheimer <[email protected]> Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Austin Larson <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> commit 7629fa18faa021020afc32037e9724755bf17638 Author: rodrigo <[email protected]> Date: Mon Nov 24 10:28:29 2025 -0500 feat: enable archival mode for Firewood (#1416) commit 84766a8c65ada62fa8e55874fb8652e49db7be05 Author: Tsvetan Dimitrov <[email protected]> Date: Mon Nov 24 16:01:56 2025 +0200 fix(vmsync,statesync): ensure syncers detect cancellation during graceful shutdown and fix registry cancellation logging (#1411) commit 63d76066b8d39396b76133319411379b5f9cba9f Author: Austin Larson <[email protected]> Date: Mon Nov 24 09:00:45 2025 -0500 chore: fix license header (#1424) commit 9f0f11df2a6c3bc9106a8b069f4e169931837e53 Author: maru <[email protected]> Date: Fri Nov 21 22:17:17 2025 +0100 [migrate-coreth][1] Add tooling enabling repo migration (#4531) Co-authored-by: Austin Larson <[email protected]> Co-authored-…
toran777
pushed a commit
to Mev-Zone/mevzone-avalanchego
that referenced
this pull request
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why this should be merged
Currently, nodes can FATAL on startup due to the initial default available disk percentage (0%) being less than the default minimum available disk percentage (3%).
How this works
Initializes the value to 100% prior to the first population of the stats.
How this was tested
Locally, my node is no longer FATALing 👍.
Need to be documented in RELEASES.md?
Yes.