Commit 05a0a76
committed
chore(vm): drop config-file switch for ALLOW_TVM_OSAKA
Proposals are now activated exclusively through the on-chain committee vote;
the config.conf / CommonParameter / ConfigKey / Args plumbing for
committee.allowTvmOsaka is removed, and DynamicPropertiesStore#getAllowTvmOsaka
falls back to 0L when the store has no entry (matching the shape used by
ALLOW_TVM_SELFDESTRUCT_RESTRICTION). No behavioural change for nodes that did
not set the config knob, since its unset default was already 0.
Going forward new proposal flags should not grow a corresponding
config-file override - this change establishes that precedent by retiring the
one Osaka had.1 parent f13e430 commit 05a0a76
5 files changed
Lines changed: 1 addition & 11 deletions
File tree
- chainbase/src/main/java/org/tron/core/store
- common/src/main/java/org/tron/common/parameter
- framework/src/main
- java/org/tron/core/config/args
- resources
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2986 | 2986 | | |
2987 | 2987 | | |
2988 | 2988 | | |
2989 | | - | |
| 2989 | + | |
2990 | 2990 | | |
2991 | 2991 | | |
2992 | 2992 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
633 | 633 | | |
634 | 634 | | |
635 | 635 | | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | 636 | | |
641 | 637 | | |
642 | 638 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1037 | 1037 | | |
1038 | 1038 | | |
1039 | 1039 | | |
1040 | | - | |
1041 | | - | |
1042 | | - | |
1043 | | - | |
1044 | 1040 | | |
1045 | 1041 | | |
1046 | 1042 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | 250 | | |
252 | 251 | | |
253 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
762 | | - | |
763 | 762 | | |
764 | 763 | | |
765 | 764 | | |
| |||
0 commit comments