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

4844 engine api #4991

Merged
merged 28 commits into from
Jan 24, 2023
Merged

4844 engine api #4991

merged 28 commits into from
Jan 24, 2023

Commits on Jan 23, 2023

  1. Don't cache protocol spec in block creator (hyperledger#4982)

    * Don't cache protocol spec in block creator
    
    Don't cache the protocol spec in the block creator.  With the new
    shanghaiTimestamp the correct spec may be a function of the timestamp
    not just the block number.  So every time we are asked to build a block
    re-query the spec.
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9034d31 View commit details
    Browse the repository at this point in the history
  2. KZG point eval precompile (hyperledger#4860)

    * KZG implementation
    
    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f8a0f87 View commit details
    Browse the repository at this point in the history
  3. address case of block values exceeding long (hyperledger#4983)

    * address case of block values exceeding long
    
    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    48702aa View commit details
    Browse the repository at this point in the history
  4. Improve MainnetBlockBodyValidator logging (hyperledger#4984)

    Associate block number and hash with the various invalid block warnings
    
    Print a less obscure message when there's no error message.
    
    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    844db62 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. [MINOR] move Clique tests to junit5 (hyperledger#4975)

    * easy ones
    
    * parameterized test
    
    * refactor to avoid unnecessary stubbings
    
    * migrate abstract class and subclasses to junit 5
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    macfarla authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1a39e38 View commit details
    Browse the repository at this point in the history
  2. [MINOR] javadoc for kzg precompile (hyperledger#4988)

    * javadoc for kzg precompile
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    macfarla authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7d04ed2 View commit details
    Browse the repository at this point in the history
  3. Add max_fee_per_data_gas field to transaction (hyperledger#4970)

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    617c14a View commit details
    Browse the repository at this point in the history
  4. merged main

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a85684b View commit details
    Browse the repository at this point in the history
  5. cleanup CHANGELOG

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    dcac137 View commit details
    Browse the repository at this point in the history
  6. json container for getting blob bundles

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d81b2dd View commit details
    Browse the repository at this point in the history
  7. spdx headers, formatting, npe fix

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0479c41 View commit details
    Browse the repository at this point in the history
  8. wei instead of long

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c16fe82 View commit details
    Browse the repository at this point in the history
  9. KZG point eval precompile (hyperledger#4860)

    * KZG implementation
    
    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo authored and garyschulte committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4b77566 View commit details
    Browse the repository at this point in the history
  10. [MINOR] javadoc for kzg precompile (hyperledger#4988)

    * javadoc for kzg precompile
    
    Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
    macfarla authored and garyschulte committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6de0cc2 View commit details
    Browse the repository at this point in the history
  11. Add max_fee_per_data_gas field to transaction (hyperledger#4970)

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 authored and garyschulte committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    993eb47 View commit details
    Browse the repository at this point in the history
  12. merged main

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo authored and garyschulte committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e4c9ba6 View commit details
    Browse the repository at this point in the history
  13. cleanup CHANGELOG

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo authored and garyschulte committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9a23fe5 View commit details
    Browse the repository at this point in the history
  14. json container for getting blob bundles

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo authored and garyschulte committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f77e78c View commit details
    Browse the repository at this point in the history
  15. spdx headers, formatting, npe fix

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo authored and garyschulte committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    ae3ef00 View commit details
    Browse the repository at this point in the history
  16. Fix create block using wrong protocol schedule when parent is genesis (

    …hyperledger#4986)
    
    Signed-off-by: Jason Frame <jason.frame@consensys.net>
    jframe authored and garyschulte committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2f2b986 View commit details
    Browse the repository at this point in the history
  17. fix post-rebase errata

    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2a50958 View commit details
    Browse the repository at this point in the history
  18. implementing the getBlobsBundleV1

    Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>
    gezero committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    83fa781 View commit details
    Browse the repository at this point in the history
  19. an empty string is not null

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    861323b View commit details
    Browse the repository at this point in the history
  20. merged in

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5f541bf View commit details
    Browse the repository at this point in the history
  21. final methods

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    75a05d2 View commit details
    Browse the repository at this point in the history
  22. add engine_getBlobsBundleV1 rpc

    fix newpayload test mockPayload
    
    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    93b3d01 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    57a10ee View commit details
    Browse the repository at this point in the history
  24. fixor tests

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    ed33bc8 View commit details
    Browse the repository at this point in the history