Agoric / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
303 stars 191 forks source link

build SDK releases from an opt-out release branch on top of master #9417

Open turadg opened 1 month ago

turadg commented 1 month ago

What is the Problem Being Solved?

Our release branches are made by cherry picking commits from master (opt-in to changes). We've come far enough along that we can invert this to being opt-out. That is, branch off master and then apply commits that revert any changes deemed unsafe.

### Tasks
- [ ] Identify what behavior in master is not safe or yet feasible to deploy

Description of the Design

Security Considerations

Scaling Considerations

Test Plan

Upgrade Considerations

aj-agoric commented 1 month ago

Placed into @iomekam backlog since he is release manager for 16,