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

Add new JSON_RPC endpoints to get miner data by block number and block hash. #1538

Merged
merged 64 commits into from
Nov 6, 2020

Commits on Jun 26, 2020

  1. hyperledger#1066 Switched to use unprefixed hex strings for memory an…

    …d stack values
    
    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    dad8dae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    01430e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    aac3bd6 View commit details
    Browse the repository at this point in the history
  2. Disable flaky tests per Ben Burns(Yeti) request

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    17aa301 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    4a987ae View commit details
    Browse the repository at this point in the history
  4. Revert last commit and enable ignored tests.

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    520d317 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    0e61d86 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    6fc3bf9 View commit details
    Browse the repository at this point in the history
  2. hyperledger#1157 - updated to create 2 agents so that proper bonding …

    …can occur
    
    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    47c82ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9742c60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a13be1b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    5d8dfe6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    4c6163d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    1187340 View commit details
    Browse the repository at this point in the history
  2. hyperledger#1162 - Updated test to mock the local peer PING packet cr…

    …eation so that the hash can be managed.
    
    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    a92d678 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    b0db56c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Added admin_logsRepairCache end point

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e301b49 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    133485e View commit details
    Browse the repository at this point in the history
  3. Added admin_logsRepairCache end point

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    7d6690d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae4776c View commit details
    Browse the repository at this point in the history
  5. Remove p2p network code per PR comments

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    8d09e03 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    99a2d6f View commit details
    Browse the repository at this point in the history
  7. Updates from PR comments

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    315149c View commit details
    Browse the repository at this point in the history
  8. Spotless Apply fixes

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    2b70082 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. PR updates

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    f32a56c View commit details
    Browse the repository at this point in the history
  2. Admin force cache refresh when called through end point per PR comments

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    0a9c73d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Pr updates

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    2bba686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    462ef6f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    3a9ff92 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    b797d1e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    5857190 View commit details
    Browse the repository at this point in the history
  2. Update changelog for 1.5.1

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    f655319 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    e8fcb0f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    99c2e68 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Remove check for 0x prefix on addresses to match expectations

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d000dcc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    fda6964 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    7f523cd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    7de25f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    7338e60 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    4b136ad View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ae02bc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e5852b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9439a49 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    2660ee5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    ace9aa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    bc0e535 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    60cf3c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    166ce31 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    d9c242d View commit details
    Browse the repository at this point in the history
  2. Update graphql pending to allow for sorting of transactions

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    ec3b242 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Merge branch 'master' into master

    David Mechler authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    ec0b7f7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    7314efc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    d4b5632 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    4638e12 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Merge branch 'master' of github.com:hyperledger/besu

    David Mechler committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e12e211 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. hyperledger#1408 Add Miner data endpoints

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    3f68676 View commit details
    Browse the repository at this point in the history
  2. hyperledger#1408 Add Miner data endpoints

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    8afa5e9 View commit details
    Browse the repository at this point in the history
  3. hyperledger#1408 Add Miner data endpoints

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    fc99289 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Merge branch 'master' into master

    David Mechler authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    8b51d25 View commit details
    Browse the repository at this point in the history
  2. hyperledger#1408 Added tests for new miner endpoints

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    843ebba View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:davemec/besu

    David Mechler committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    de96919 View commit details
    Browse the repository at this point in the history
  4. hyperledger#1408 - PR updates

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    60c8343 View commit details
    Browse the repository at this point in the history
  5. SpotlessApply updtes

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    1479bad View commit details
    Browse the repository at this point in the history
  6. SpotlessApply updtes

    Signed-off-by: David Mechler <david.mechler@consensys.net>
    David Mechler committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    67a3564 View commit details
    Browse the repository at this point in the history