mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-24 21:49:22 +00:00
7d39fd6678
This mostly changes how information is passed around. Instead of using many function parameters and return values, put the entire state in a struct and pass that. This also adds back derivation of ecdhe-shared-secret. I deleted it by accident in a previous refactoring.