Skip to content

Commit 561b44f

Browse files
committed
remove uneccessary constraint
1 parent 8f605b6 commit 561b44f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

proposals/0082-relax-transaction-constraints.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,9 @@ transaction level are:
132132
- be owned by the system program: `11111111111111111111111111111111`
133133
- have more lamports than the fee
134134
- have more lamports than the fee plus the minimum balance
135-
14. Any non-writable program accounts used in the transaction must exist,
136-
regardless of if they are used in any instructions.
137-
15. The total loaded data size of the transaction must not exceed
135+
14. The total loaded data size of the transaction must not exceed
138136
`requested_loaded_accounts_data_size_limit`, or the default limit (64MB).
139-
16. Any account used as a program in a top-level instruction must:
137+
15. Any account used as a program in a top-level instruction must:
140138
- be the native loader: `NativeLoader1111111111111111111111111111111`
141139
- OR
142140
- exist
@@ -216,11 +214,9 @@ will not be executed.
216214
3. The transaction must have fewer than 64 accounts.
217215
- The limit is subject to change to 128 with the activation of
218216
`9LZdXeKGeBV6hRLdxS1rHbHoEUsKqesCC2ZAPTPKJAbK`.
219-
4. Any non-writable program accounts used in the transaction must exist,
220-
regardless of if they are used in any instructions.
221-
5. The total loaded data size of the transaction must not exceed
217+
4. The total loaded data size of the transaction must not exceed
222218
`requested_loaded_accounts_data_size_limit`, or the default limit (64MB).
223-
6. Any account used as a program in a top-level instruction must:
219+
5. Any account used as a program in a top-level instruction must:
224220
- be the native loader: `NativeLoader1111111111111111111111111111111`
225221
- OR
226222
- exist

0 commit comments

Comments
 (0)