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

Changetxpool_beusPendingTransactions:numResults from a required parameter to an optional parameter #6708

Merged
merged 16 commits into from
Mar 14, 2024

Commits on Mar 13, 2024

  1. Change 'limit' from a required parameter to an optional parameter

    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    37c98ad View commit details
    Browse the repository at this point in the history
  2. fix typo and adding CHANGELOG.md

    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5d8fccc View commit details
    Browse the repository at this point in the history
  3. Update CHANGLOG.md pull request id

    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b4b0519 View commit details
    Browse the repository at this point in the history
  4. [MINOR] Remove unused method (hyperledger#6713)

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    siladu authored and MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    91c4de5 View commit details
    Browse the repository at this point in the history
  5. Add privacy and permissioning services to thread plugin context (hype…

    …rledger#6711)
    
    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    Gabriel-Trintinalia authored and MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    759d638 View commit details
    Browse the repository at this point in the history
  6. Transaction call object to accept both input and data field if equal (h…

    …yperledger#6702)
    
    * relax JsonCallParameter constructor to allow for both input and data being set if equal
    
    Signed-off-by: Friedemann Fürst <friedemann.fuerst@smartcontract.com>
    
    * fix: format
    
    Signed-off-by: Friedemann Fürst <friedemann.fuerst@smartcontract.com>
    
    * add changelog entry
    
    Signed-off-by: Friedemann Fürst <friedemann.fuerst@smartcontract.com>
    
    ---------
    
    Signed-off-by: Friedemann Fürst <friedemann.fuerst@smartcontract.com>
    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    2 people authored and MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    718d4fd View commit details
    Browse the repository at this point in the history
  7. eth_call with blobs - added more spec tests (hyperledger#6687)

    * added more spec tests
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    
    * fixed typo
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    
    * fixed error message
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    
    ---------
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    macfarla authored and MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2e82775 View commit details
    Browse the repository at this point in the history
  8. Make block txs selection max time aware of PoA transitions (hyperledg…

    …er#6676)
    
    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    fab-10 authored and MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5a7dd03 View commit details
    Browse the repository at this point in the history
  9. Don't start the BFT mining coordinator when it is created, just enabl…

    …e it (hyperledger#6675)
    
    * Don't start a BFT mining coordinator when it is created, just enable it
    
    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    
    * Update change log
    
    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    
    ---------
    
    Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
    Signed-off-by: Matt Whitehead <matthew.whitehead@kaleido.io>
    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    matthew1001 authored and MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c3fb419 View commit details
    Browse the repository at this point in the history
  10. Gha updates (hyperledger#6705)

    * make artifacts more snapshot friendly
    * break out new workflows for snapshots, and a develop releease
    * removes checking for approval, runs on pr update
    * adds concurrency so updated refs cancel prior runs if still running
    * explicitly disable caching on gradle setup tasks
    ---------
    
    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    jflo authored and MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ee9eb03 View commit details
    Browse the repository at this point in the history
  11. formatting code with spotless apply

    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    MASDXI committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bc0c540 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9fa54e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. change parameter name CHANGE.LOG hyperledger#6708

    reuse 'pendingTransactions' to avoid fetching txs in pool twice
    
    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    MASDXI committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2d03dc6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    MASDXI authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8245fe8 View commit details
    Browse the repository at this point in the history
  3. adding test case

    Signed-off-by: MASDXI <sirawitt42@gmail.com>
    MASDXI committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6e6e132 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into main

    fab-10 authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4e86d5a View commit details
    Browse the repository at this point in the history