Add support for non-fork side of Phoenix (#11627)

* Add support for non-fork side of Phoenix

* Change the primary identifier to ClassicNoPhoenix

* Fix precompile config for non-fork side of Phoenix
This commit is contained in:
Wei Tang
2020-04-15 13:04:18 +02:00
committed by GitHub
parent 2a3b321a34
commit 2b77203526
4 changed files with 31147 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ macro_rules! bundle_test_machine {
bundle_release_spec! {
"ethereum/callisto" => new_callisto,
"ethereum/classic" => new_classic,
"ethereum/classic_no_phoenix" => new_classic_no_phoenix,
"ethereum/ellaism" => new_ellaism,
"ethereum/ethercore" => new_ethercore,
"ethereum/evancore" => new_evancore,