Commit cbbbcce
committed
fix(iota-core), chore(iota-execution): fix order of gas price feedback feature flag; downgrade toml_edit version (#7501)
- `iota-core`: Place the new feature flag
`congested_objects_gas_price_feedback_mechanism` at the bottom.
- `iota-execution`: Downgrade `toml_edit` to `0.22`. It seems it was
unnecessary bumped to `0.22.27` on the feature branch.
See first three comments in
#7456.
- [x] Basic tests (linting, compilation, formatting, unit/integration
tests)
- [ ] Patch-specific tests (correctness, functionality coverage)
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have checked that new and existing unit tests pass locally with
my changes
- [x] Protocol:
- [ ] Nodes (Validators and Full nodes):
- [ ] Indexer:
- [ ] JSON-RPC:
- [ ] GraphQL:
- [ ] CLI:
- [ ] Rust SDK:
- [ ] REST API:1 parent f170dac commit cbbbcce
File tree
2 files changed
+13
-13
lines changed- crates/iota-protocol-config/src
- iota-execution/cut
2 files changed
+13
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | 279 | | |
285 | 280 | | |
286 | 281 | | |
| |||
293 | 288 | | |
294 | 289 | | |
295 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
1257 | 1257 | | |
1258 | 1258 | | |
1259 | 1259 | | |
1260 | | - | |
1261 | | - | |
1262 | | - | |
1263 | | - | |
1264 | | - | |
1265 | | - | |
1266 | | - | |
1267 | 1260 | | |
1268 | 1261 | | |
1269 | 1262 | | |
| |||
1276 | 1269 | | |
1277 | 1270 | | |
1278 | 1271 | | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
1279 | 1279 | | |
1280 | 1280 | | |
1281 | 1281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments