go-ethereum/rpc
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
..
testdata rpc: improve error codes for internal server errors (#25678) 2022-09-09 14:03:23 +02:00
client.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
client_example_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
client_opt.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
client_opt_test.go dev: fix: more wsl lint issues 2023-06-15 13:06:10 +02:00
client_test.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
constants_unix.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
constants_unix_nocgo.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
context_headers.go dev: fix: more wsl lint issues 2023-06-15 13:06:10 +02:00
doc.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
endpoints.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
errors.go Added a new RPC endpoint (bor_sendRawTransactionConditional) to support EIP-4337 Bundled Transactions (#945) 2023-09-13 08:28:00 +05:30
execution_pool.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
handler.go Added a new RPC endpoint (bor_sendRawTransactionConditional) to support EIP-4337 Bundled Transactions (#945) 2023-09-13 08:28:00 +05:30
http.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
http_test.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
inproc.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
ipc.go Added a new RPC endpoint (bor_sendRawTransactionConditional) to support EIP-4337 Bundled Transactions (#945) 2023-09-13 08:28:00 +05:30
ipc_js.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
ipc_unix.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
ipc_windows.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
json.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
metrics.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
server.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
server_test.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
service.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
stdio.go node, rpc: add JWT auth support in client (#24911) 2022-09-02 17:40:41 +02:00
subscription.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
subscription_test.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
testservice_test.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30
types.go all: implement milestones (#961) 2023-08-28 18:42:21 +05:30
types_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
websocket.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
websocket_test.go Merge branch 'develop' into mardizzone/upstream-merge 2023-07-24 14:19:30 +05:30