QuarkChain / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
5 stars 2 forks source link

MindReading Part I #101

Closed cyl19970726 closed 1 year ago

cyl19970726 commented 1 year ago
  1. Add a new precompile contract named crossChainCall at core/vm/contracts.go
  2. Add unit test at test/state_test.go (the uint test at this file location is to avoid circular references)
qizhou commented 1 year ago

Need to rebase before merge?