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

[Grindmas] Added tests to Beacon API, also fixed stuff. #9074

Merged
merged 14 commits into from
Dec 25, 2023
Merged

Conversation

Giulio2002
Copy link
Contributor

@Giulio2002 Giulio2002 commented Dec 24, 2023

  • Testing Beacon API
  • Fixed sentinel code (a little bit)
  • Fixed sentinel tests
  • Added historical state support
  • Fixed state-related endpoints (i was drunk when writing them)

@Giulio2002 Giulio2002 changed the title Fixed sentinel tests [Grindmas] Added tests to Beacon API, also fixed stuff. Dec 24, 2023
@Giulio2002 Giulio2002 merged commit eaf0348 into devel Dec 25, 2023
7 checks passed
@Giulio2002 Giulio2002 deleted the test-sentinel branch December 25, 2023 01:34
@@ -149,14 +78,13 @@ func TestSentinelGossipOnHardFork(t *testing.T) {
msg := []byte("hello")
go func() {
// delay to make sure that the connection is established
time.Sleep(time.Second)
time.Sleep(5 * time.Second)
Copy link
Collaborator

Choose a reason for hiding this comment

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

can try set very small value - to reproduce some "race conditions"

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.

4 participants