M2.1: Copper release (r3)
maciejwitowski opened this issue · 4 comments
maciejwitowski commented
Goal
Enable sending funds to existing addresses and CALLing other EVM smart contracts
Implementation scope
This release:
- Ethereum JSON-RPC sans events, possibly with temporary in-protocol Ethereum signature validation if account abstraction not ready
- Adds support for
REVERT
opcode - Cross-EVM contract calls (to enable sending funds to existing addresses), including METHODNUM opcode #805
- Implement missing opcodes
- Account abstraction progress
- Extensible addressing progress
Work burndown
maciejwitowski commented
Update:
-
✅ Ethereum JSON-RPC sans events
-
✅
REVERT
implementation filecoin-project/builtin-actors#633
with a caveat described in #985 -
Cross-EVM contract calls
✅ filecoin-project/builtin-actors#633
✅ #809 -
✅ #838
- PR draft filecoin-project/builtin-actors#632
-
✅ Multiple improvements
-
Extensible addressing
- ✅ Spec opened for discussions filecoin-project/FIPs#459
- #860
- Implementation starting this week
-
Account Abstraction
- ✅ 5-15% of implementation done
raulk commented
Are we ready to close this issue that we've handed it off? 🎉
maciejwitowski commented
Yes! 🚀
raulk commented