ethereumproject / evm-rs

Ethereum Virtual Machine implementation in Rust. Fork of the SputnikVM.
Apache License 2.0
14 stars 5 forks source link

feat(network): add deprecation notice to static-patch crates #36

Closed mersinvald closed 5 years ago

mersinvald commented 5 years ago

This PR adds a soft deprecation notice for the network crates, in order to motivate users switch to evm-network.

I also propose to discontinue the support of every network crate except the evm-network-classic and evm-network-foundation, that are convenient for SputnikVM sub-crates such as regtests and evm-stateful.