lotus/chain/actors/builtin/evm
Phi c7b9633160 feat: introduce local nv21 skeleton
Introduce nv21 skeleton for local testing:

- Use local go-state-types with actor_version_checklist changes: https://github.com/filecoin-project/go-state-types/blob/master/actors_version_checklist.md
- Imports mock v12-actors bundle
- Define upgrade heights
- Generate adapters
- Add upgrade schedule and migration
- Add actorstype to the NewActorRegistry in /chain/consensus/computestate.go
- Add upgrade field to api/types.go/ForkUpgradeParams
- Add upgrade to node/impl/full/state.go
- Add network version to chain/state/statetree.go
- make jen
- make docsgen-cli
2023-07-13 15:47:18 +02:00
..
actor.go.template fix: eth: return the correct nonce from EthGetTransactionCount 2023-02-17 10:51:42 -08:00
evm.go feat: introduce local nv21 skeleton 2023-07-13 15:47:18 +02:00
state.go.template fix: eth: return the correct nonce from EthGetTransactionCount 2023-02-17 10:51:42 -08:00
v10.go fix: eth: return the correct nonce from EthGetTransactionCount 2023-02-17 10:51:42 -08:00
v11.go feat: Introduce nv19 skeleton 2023-03-29 16:13:41 -04:00
v12.go feat: introduce local nv21 skeleton 2023-07-13 15:47:18 +02:00