chore: release 0.1.3 - #536
Conversation
9a86fd3 to
a241752
Compare
9cb6cfe to
0292136
Compare
|
i think all of the necessary BLS + naive pk cache stuff is in. i'm thinking we can release 1.0-rc.0 following our discussions on discord to go to we can leave our pk cache changes to verify by indices (non-breaking compatible change) to v1.1 |
0292136 to
eeb7886
Compare
Can you explain the process you're thinking of in more detail? By default, ie without any additional process, i'm not a fan of using release-please-managed rc releases here. I don't think they do anything for us by themselves. The only thing a published release is good for is for publishing built artifacts for end users. If we want to test some code on our fleet, we just test it, without a release. Once its tested, and merged into main, we can cut a release. If we want additional surety about which commits are landed in a release, eg that commits merged between the testing phase don't intersect with tested codepaths, we will need an additional release process (like lodestar), not just an rc tagged version. Something that is not just a single canonical branch, but includes several branches with staged commits OR a single canonical branch with merge freeze window. I'm not necessarily opposed to this, but this would require more thoughtfulness to implement well. As an aside, one thing we could do is have CI publish dev releases on every push to main, similarly to how we do with lodestar-ts. |
|
@wemeetagain so my thinking was just that the rc version would be redeployed again on a feat group as sort of a soft code freeze to test on the published lib rather than a branch, but as mentioned in discord there probably isnt any real need for it, happy to stick to whatever process works now. We can go ahead with just releasing 1.0 straight away and avoid all the unnecessary middle steps |
🤖 I have created a release beep boop
0.1.3 (2026-08-13)
Features
state.getBuildersLength()binding (#472) (be2b5ab)getExpectedWithdrawalsand native tweaks (#350) (f47bc66)BeaconStateViewwithIBeaconStateView(#347) (b8ec273)loadStateAPI and binding (#165) (f903519), closes #159Bug Fixes
dontTransferCachein processSlots for backward compatibility (#460) (65df5af)zig-outfromfiles(#360) (c52af09)next_proposers(#447) (0088a29)slashValidatorgating on active status (#448) (d319a0d)Performance Improvements
Code Refactoring
AsyncAggRandDatain one obj (#384) (459750f)js.String(#342) (aef4420)Miscellaneous Chores
Documentation
This PR was generated with Release Please. See documentation.