* mardizzone/POS-1609: dev: chg: solve vulnerabilities associated with some packages
* mardizzone/POS-1609: dev: chg: bump cosmos and go versions
* mardizzone/POS-1609: dev: chg: fix make all for aws dep
* mardizzone/POS-1609: dev: chg: update peppermint and cosmos-sdk versions
* internal/cli: add support to overwrite config.toml via cli flags
* fix lint and refactor
* add extensive tests for flagset
* fix type conversion for big.Int
* add more tests for coverage
* add t.parallel
* internal/cli/flagset: handle flag conversion using interface
* internal/cli/flagset: fix test
* Stop execution pool in rpc handler
All execution pools need to be closed properly. This fixes a potential goroutine leak caused by metric goutine created by each execution pool.
* Cancel only once
* README: remove unnecessary info from readme and simplify
* more changes
* more changes
* more changes
* add contribution guidelines
* add test command
* README: add release tag info
* README: remove unnecessary info from readme and simplify
* more changes
* more changes
* more changes
* add contribution guidelines
* add test command
* README: add release tag info
* 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>