go-ethereum/common
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
..
bitutil dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
compiler dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
debug Shivam/txpool tracing (#604) 2022-12-12 12:34:02 +05:30
fdlimit dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
flags all: implement milestones (#961) 2023-08-28 18:42:21 +05:30
gererics all: implement milestones (#961) 2023-08-28 18:42:21 +05:30
hexutil dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
leak common,core,miner: fix goleaks,duplicate init and inconsistent mutex (un)locks 2023-07-13 11:23:20 +08:00
lru dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
math dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
mclock dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
network A thread safe way to take a free port (#485) 2022-08-16 18:43:18 +03:00
prque dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
set Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
tracing Shivam/txpool tracing (#604) 2022-12-12 12:34:02 +05:30
big.go core, vm, common: define constantinople fork + shift (#16045) 2018-02-23 12:32:57 +02:00
bytes.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
bytes_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
debug.go common: rename unused function with typo (#23025) 2021-06-10 10:53:23 +03:00
format.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
path.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
size.go core, cmd, vendor: fixes and database inspection tool (#15) 2019-05-16 10:39:34 +03:00
size_test.go dev: fix: thelper and tparallel lint 2023-06-14 16:29:26 +02:00
test_utils.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
time.go Shivam/txpool tracing (#604) 2022-12-12 12:34:02 +05:30
types.go Added a new RPC endpoint (bor_sendRawTransactionConditional) to support EIP-4337 Bundled Transactions (#945) 2023-09-13 08:28:00 +05:30
types_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00