StephenButtolph
released this
14 Oct 19:54
·
53 commits
to master
since this release
This version is backwards compatible to v1.11.0. It is optional, but strongly encouraged.
The plugin version is unchanged at 37
and is compatible with version v1.11.11
.
What's Changed
- Implement
ConvertSubnetTx
by @dhrubabasu in #3217 - [e2e] Emit a duration-scoped grafana link for each test by @marun in #3340
- [tmpnet] Avoid calling Stat in advance of Read/Open by @marun in #3356
- UnmarshalFrom support in codec.Codec by @containerman17 in #3335
- Include stacktrace in shutdown timeout message by @StephenButtolph in #3360
- [testing] Cleanup ginkgo imports by @marun in #3362
- Abort query if not enough stake is connected by @yacovm in #3345
- Enable skipping build of the image with race-detection enabled by @marun in #3357
- Log a fatal before exit if node cannot be created by @aaronbuchwald in #3375
- Avoid including 'failed' in debug log messages by @marun in #3361
- Dump stacktrace upon SIGABRT by @yacovm in #3366
- Add AccruedFees to state.Chain interface by @StephenButtolph in #3371
- Add SoV state struct by @StephenButtolph in #3370
- Replace iterator equality helper by @StephenButtolph in #3380
- Use math.Ln2 where possible by @StephenButtolph in #3383
- Implement ExpiryEntry by @StephenButtolph in #3382
- Implement iterator deduplicator by @StephenButtolph in #3381
- Disable Etna by default on local networks by @michaelkaplan13 in #3364
- Implement ACP-77 fee calculations by @StephenButtolph in #3367
- feat(GitHub): migrate configure-aws-credentials steps to IAM role assumption by @adutchak in #3377
- Add Expiry Replay Protection by @StephenButtolph in #3379
- chore: remove redundant symbol in tests/antithesis/README.md by @tiaoxizhan in #3387
- Grc 243 migrate static aws credentials by @adutchak in #3386
- chore: fix comment by @cocoyeal in #3389
- ACP-77: Update
SecondsUntil
to prevent under-charging by @StephenButtolph in #3395 - Fix node initialization in snowman test by @yacovm in #3398
- Update to latest coreth dependency version by @yacovm in #3399
- Update ubuntu versions by @StephenButtolph in #3401
- Remove ami support by @StephenButtolph in #3402
- Implement acp-77 fee configs by @StephenButtolph in #3396
- Ensure slices are zeroed by @StephenButtolph in #3407
- Move
validators.TestManager
tovalidatorstest.Manager
by @StephenButtolph in #3408 - Fix
TestSubnetValidatorBLSKeyDiffAfterExpiry
by @StephenButtolph in #3409 - Remove subnetIDs from uptime manager by @ceyonur in #3235
- Simplify common.Engine API by @yacovm in #3406
- Bound GetNextStakerChangeTime for ACP-77 by @StephenButtolph in #3411
- Migrate
x/sync
top2p
by @joshua-kim in #3106 - Remove stale expiries in AdvanceTimeTo by @StephenButtolph in #3415
- Remove mocked iterator by @StephenButtolph in #3417
- Parsing acp-77 warp payloads by @darioush in #3270
- Set local C-Chain genesis timestamp to InitiallyActiveTime by @michaelkaplan13 in #3413
- Fix gossip unit test by @joshua-kim in #3422
- [e2e] Add wallet balance logging to staking rewards test by @marun in #3426
- [e2e] Enable supplying ginkgo seed to e2e test script by @marun in #3432
- [antithesis] Add curl to antithesis images by @marun in #3433
- ACP-118: Implement p2p handler by @joshua-kim in #3434
- ACP-77: Update warp messages to align with spec changes by @StephenButtolph in #3430
- [ci] Add test binary and image to support bootstrap testing by @marun in #3352
- Change misleading protobuf comments by @yacovm in #3435
- Bump golang to 1.22.8 by @marun in #3436
- Remove unused metrics registry from sync ManagerConfig by @aaronbuchwald in #3439
- Shrink proposerVM minRecentlyAcceptedWindowSize to 0 by @iansuvak in #3431
- Publish last accepted height through chits by @yacovm in #3441
- Include untracked files for clean branch by @StephenButtolph in #3442
- [testing] Fix bootstrap monitor e2e image build error check by @marun in #3443
- ACP-77: Allow xsvm to sign arbitrary warp messages by @StephenButtolph in #3448
- Use netip.AddrPort rather than string for node.ProcessContext by @StephenButtolph in #3449
- Remove unused
meteredHandler
struct type by @joshua-kim in #3450 - Add ACP-118 caching support by @StephenButtolph in #3451
- [testing] Enable verbose image build output for bootstrap-monitor e2e by @marun in #3461
- Remove unexpected block unwrapping by @StephenButtolph in #3455
- [ci] Update MacOS jobs to macos-14 by @marun in #3462
- ACP-77: Include validator capacity into the fee config by @StephenButtolph in #3464
- Update versions for v1.11.12 by @StephenButtolph in #3470
New Contributors
- @containerman17 made their first contribution in #3335
- @michaelkaplan13 made their first contribution in #3364
- @adutchak made their first contribution in #3377
- @tiaoxizhan made their first contribution in #3387
Full Changelog: v1.11.11...v1.11.12