near / nearcore

Reference client for NEAR Protocol
https://near.org
GNU General Public License v3.0
2.3k stars 601 forks source link

test_features used for adversarial features #11645

Open tayfunelmas opened 2 weeks ago

tayfunelmas commented 2 weeks ago

Related thread

I was first thinking that "test_features" is used to enable certain code only in unittests and integration tests. But it turns out this feature is used to enable certain "adversarial" features. Opening this issue to track the work for clarifying its meaning and renaming it to something like "adversarial_features". This will be post stateless-validation MVP since it may turn out to be nontrivial refactoring.