File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " chainlink-deployments-framework " : minor
3
+ ---
4
+
5
+ The deprecated ` Proposals ` field on the ` ChangesetOutput ` has been removed in favour of ` MCMSTimelockProposals `
Original file line number Diff line number Diff line change 5
5
"errors"
6
6
"fmt"
7
7
8
- "github.com/smartcontractkit/ccip-owner-contracts/pkg/proposal/timelock"
9
8
"github.com/smartcontractkit/mcms"
10
9
11
10
"github.com/smartcontractkit/chainlink-deployments-framework/operations"
@@ -106,10 +105,8 @@ type ProposedJob struct {
106
105
// this changeset.
107
106
type ChangesetOutput struct {
108
107
// Deprecated: Prefer Jobs instead.
109
- JobSpecs map [string ][]string `deprecated:"true"`
110
- Jobs []ProposedJob
111
- // Deprecated: Prefer MCMSTimelockProposals instead, will be removed in future
112
- Proposals []timelock.MCMSWithTimelockProposal
108
+ JobSpecs map [string ][]string `deprecated:"true"`
109
+ Jobs []ProposedJob
113
110
MCMSTimelockProposals []mcms.TimelockProposal
114
111
DescribedTimelockProposals []string
115
112
MCMSProposals []mcms.Proposal
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ require (
9
9
github.com/ethereum/go-ethereum v1.15.3
10
10
github.com/gagliardetto/solana-go v1.12.0
11
11
github.com/google/uuid v1.6.0
12
- github.com/smartcontractkit/ccip-owner-contracts v0.1.0
13
12
github.com/smartcontractkit/chain-selectors v1.0.57
14
13
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7
15
14
github.com/smartcontractkit/chainlink-common v0.7.0
Original file line number Diff line number Diff line change @@ -305,8 +305,6 @@ github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMT
305
305
github.com/shopspring/decimal v1.3.1 /go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o =
306
306
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
307
307
github.com/shopspring/decimal v1.4.0 /go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME =
308
- github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk =
309
- github.com/smartcontractkit/ccip-owner-contracts v0.1.0 /go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY =
310
308
github.com/smartcontractkit/chain-selectors v1.0.57 h1:KApvb/Kpn15YalY7khFQaHH3mb7teX7JF/gwvq3ti7M =
311
309
github.com/smartcontractkit/chain-selectors v1.0.57 /go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8 =
312
310
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 h1:j6Vo/NX2ABsPdGxETC5pfQLcz/h6iLJu/Yx+8AhPa34 =
You can’t perform that action at this time.
0 commit comments