go-ethereum/core/state
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
..
pruner dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
snapshot fix : lint 2023-07-24 14:44:50 +05:30
access_list.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
database.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
dump.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
iterator.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
iterator_test.go dev: fix: all remaining lint issues 2023-06-19 11:39:59 +02:00
journal.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
metrics.go Revert "core/trie: remove trie tracer (#26665)" (#26732) 2023-02-20 09:54:52 -05:00
state_object.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
state_object_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
state_test.go Added a new RPC endpoint (bor_sendRawTransactionConditional) to support EIP-4337 Bundled Transactions (#945) 2023-09-13 08:28:00 +05:30
statedb.go Added a new RPC endpoint (bor_sendRawTransactionConditional) to support EIP-4337 Bundled Transactions (#945) 2023-09-13 08:28:00 +05:30
statedb_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
sync.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00
sync_test.go dev: fix: all remaining lint issues 2023-06-19 11:39:59 +02:00
transient_storage.go dev: fix: solve more lint issues 2023-06-15 14:54:08 +02:00
trie_prefetcher.go dev: fix: all remaining lint issues 2023-06-19 11:39:59 +02:00
trie_prefetcher_test.go dev: fix: most of wsl lint issues 2023-06-15 15:48:26 +02:00