go-ethereum/eth/protocols/eth
Pratik Patil 67fc4d87fb
Added a new RPC endpoint (bor_sendRawTransactionConditional) to support EIP-4337 Bundled Transactions (#945)
* added new api to support conditional transactions (EIP-4337) (#700)

* Refactored the code and updated the miner to check for the validity of options (#793)

* refactored the code and updated the miner to check for the validity of options

* added new errors -32003 and -32005

* added unit tests

* addressed comments

* Aa 4337 update generics (#799)

* poc

* minor bug fix

* use common.Hash

* updated UnmarshalJSON function (reference - tynes)

* fix

* done

* linters

* with test

* undo some unintentional changes

---------

Co-authored-by: Pratik Patil <pratikspatil024@gmail.com>

* handelling the block range and timestamp range, also made timestamp a pointer

---------

Co-authored-by: Evgeny Danilenko <6655321@bk.ru>

* Added filtering of conditional transactions in txpool (#920)

* added filtering of conditional transactions in txpool

* minor fix in ValidateKnownAccounts

* bug fix

* Supporting nil knownAccounts

* lints

* bundled transactions are not announced/broadcasted to the peers

* fixed after upstream merge

* few fixes

* sentry reject conditional transaction

* Changed the namespace of conditional transaction API from `eth` to `bor` (#985)

* added conditional transaction to bor namespace

* test comit

* test comit

* added conditional transaction

* namespapce changed to bor

* cleanup

* cleanup

* addressed comments

* reverted changes in ValidateKnownAccounts

* addressed comments and removed unwanted code

* addressed comments

* bug fix

* lint

* removed licence from core/types/transaction_conditional_test.go

---------

Co-authored-by: Evgeny Danilenko <6655321@bk.ru>
2023-09-13 08:28:00 +05:30
..
broadcast.go Added a new RPC endpoint (bor_sendRawTransactionConditional) to support EIP-4337 Bundled Transactions (#945) 2023-09-13 08:28:00 +05:30
discovery.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
dispatcher.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
handler.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
handler_test.go core,eth,miner: fix initial test cases (#922) 2023-07-04 10:43:28 +05:30
handlers.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
handshake.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
handshake_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
peer.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
peer_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
protocol.go dev: fix: all remaining lint issues 2023-06-19 11:39:59 +02:00
protocol_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
tracker.go eth/protocols, prp/tracker: add support for req/rep rtt tracking (#22608) 2021-04-22 11:42:46 +03:00