Commit 6eda349
Feature - Stricter ABI and runtime constraints (#7113)
* Renames bpf_account_data_direct_mapping => stricter_abi_and_runtime_constraints.
* Adds InvokeContext::account_data_direct_mapping.
* Separates stricter_abi_and_runtime_constraints from account_data_direct_mapping.
* Rekeys stricter_abi_and_runtime_constraints.
* Adjusts test_serialize_parameters_with_many_accounts().1 parent 3bc385f commit 6eda349
File tree
16 files changed
+478
-296
lines changed- feature-set/src
- ledger-tool/src
- program-runtime/src
- program-test/src
- programs
- bpf_loader
- benches
- src
- sbf
- benches
- rust
- deprecated_loader/src
- invoke/src
- tests
- svm-feature-set/src
- svm/tests
- syscalls/src
- transaction-context/src
16 files changed
+478
-296
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
752 | 753 | | |
753 | 754 | | |
754 | 755 | | |
755 | | - | |
756 | | - | |
| 756 | + | |
| 757 | + | |
757 | 758 | | |
758 | 759 | | |
759 | 760 | | |
| |||
1279 | 1280 | | |
1280 | 1281 | | |
1281 | 1282 | | |
1282 | | - | |
| 1283 | + | |
1283 | 1284 | | |
1284 | 1285 | | |
1285 | 1286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | | - | |
| 538 | + | |
| 539 | + | |
539 | 540 | | |
540 | 541 | | |
541 | 542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| 231 | + | |
229 | 232 | | |
230 | 233 | | |
231 | 234 | | |
| |||
0 commit comments