Skip to content

Conversation

@marioevz
Copy link
Member

@marioevz marioevz commented Apr 5, 2022

This PR adds the following JWT authentication tests:

  • No time drift, correct secret
  • No time drift, incorrect secret (shorter)
  • No time drift, incorrect secret (longer)
  • Negative time drift, exceeding limit, correct secret
  • Negative time drift, within limit, correct secret
  • Positive time drift, exceeding limit, correct secret
  • Positive time drift, within limit, correct secret

Copy link
Contributor

@holiman holiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, looks good to me!

if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then
echo "0x7365637265747365637265747365637265747365637265747365637265747365" > /jwtsecret
FLAGS="$FLAGS --authrpc.addr=0.0.0.0 --authrpc.port=8550 --authrpc.jwtsecret /jwtsecret"
FLAGS="$FLAGS --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.jwtsecret /jwtsecret"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're getting rid of merge-go-ethereum, to use only go-ethereum

@holiman holiman merged commit 7d24e9b into ethereum:master Apr 6, 2022
racytech pushed a commit to racytech/hive that referenced this pull request Apr 4, 2025
racytech pushed a commit to racytech/hive that referenced this pull request Apr 4, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.1.0](ethpandaops/ethereum-package@2.0.0...2.1.0)
(2024-03-28)


### Features

* add beacon snooper
([ethereum#520](ethpandaops/ethereum-package#520))
([7e36191](ethpandaops/ethereum-package@7e36191))
* add BN<>CL compatibility matrix to readme
([ethereum#519](ethpandaops/ethereum-package#519))
([177beeb](ethpandaops/ethereum-package@177beeb))
* add grandine
([ethereum#517](ethpandaops/ethereum-package#517))
([3ac4d2a](ethpandaops/ethereum-package@3ac4d2a))
* enable preset to be set, mainnet/minimal
([ethereum#524](ethpandaops/ethereum-package#524))
([f6e1b13](ethpandaops/ethereum-package@f6e1b13))
* make deneb genesis default
([ethereum#518](ethpandaops/ethereum-package#518))
([49509b9](ethpandaops/ethereum-package@49509b9))
* make keymanager optional
([ethereum#523](ethpandaops/ethereum-package#523))
([969012c](ethpandaops/ethereum-package@969012c))
* update verkle genesis + add besu support to verkle testing
([ethereum#512](ethpandaops/ethereum-package#512))
([0615cd1](ethpandaops/ethereum-package@0615cd1))


### Bug Fixes

* architecture.md
([ethereum#514](ethpandaops/ethereum-package#514))
([f0ec4f0](ethpandaops/ethereum-package@f0ec4f0))
* blobscan network name
([ethereum#516](ethpandaops/ethereum-package#516))
([83c2a55](ethpandaops/ethereum-package@83c2a55))
* **blobscan:** update healthcheck endpoint
([ethereum#513](ethpandaops/ethereum-package#513))
([8b2fc61](ethpandaops/ethereum-package@8b2fc61))
* separate vc
([ethereum#526](ethpandaops/ethereum-package#526))
([baa04e9](ethpandaops/ethereum-package@baa04e9))
* Updated Readme with VCs supported by Grandine BN
([ethereum#527](ethpandaops/ethereum-package#527))
([9cbe0b3](ethpandaops/ethereum-package@9cbe0b3))
* use correct dora & assertoor images
([ethereum#522](ethpandaops/ethereum-package#522))
([2a8d73a](ethpandaops/ethereum-package@2a8d73a))
* use new validator names in assertoor config
([ethereum#521](ethpandaops/ethereum-package#521))
([f595eb9](ethpandaops/ethereum-package@f595eb9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants