Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new RPC endpoint (bor_sendRawTransactionConditional) to support EIP-4337 Bundled Transactions #945

Merged
merged 25 commits into from
Sep 13, 2023

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    884b124 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Refactored the code and updated the miner to check for the validity o…

    …f 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>
    pratikspatil024 and JekaMas committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    84ed058 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    874952c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Added filtering of conditional transactions in txpool (#920)

    * added filtering of conditional transactions in txpool
    
    * minor fix in ValidateKnownAccounts
    pratikspatil024 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0f9d7d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. bug fix

    pratikspatil024 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4b086aa View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    af48c13 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    10ed2d9 View commit details
    Browse the repository at this point in the history
  2. lints

    pratikspatil024 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0d2def5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    6826ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d91cc31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99cb890 View commit details
    Browse the repository at this point in the history
  4. few fixes

    pratikspatil024 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7d837dc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    c4e0a5c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Changed the namespace of conditional transaction API from eth to `b…

    …or` (#985)
    
    * added conditional transaction to bor namespace
    
    * test comit
    
    * test comit
    
    * added conditional transaction
    
    * namespapce changed to bor
    
    * cleanup
    
    * cleanup
    pratikspatil024 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7deba1f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    b737751 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. addressed comments

    pratikspatil024 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6b10621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566386e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abe87af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de1c323 View commit details
    Browse the repository at this point in the history
  5. addressed comments

    pratikspatil024 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bce5615 View commit details
    Browse the repository at this point in the history
  6. bug fix

    pratikspatil024 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    768308a View commit details
    Browse the repository at this point in the history
  7. lint

    pratikspatil024 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    674997e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    507bc56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b00bc53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36aaae6 View commit details
    Browse the repository at this point in the history