hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.52k stars 841 forks source link

Sendrawtx Conditional #6796

Open non-fungible-nelson opened 8 months ago

non-fungible-nelson commented 8 months ago

Reference #5436

Implementation will allow for account abstraction on arbitrary EVM chains.

Pseudo-Spec document

Basically, the same as eth_sendRawTransaction, with the ability to specify a number of conditions

7suyash7 commented 3 months ago

Hey, @non-fungible-nelson I saw the comments on the reference PR, has a decision been made to implement this as a Plugin or as a Core feature?