Skip to content

Instantly share code, notes, and snippets.

View julian-st's full-sized avatar

Julian Ste julian-st

  • Balluff GmbH
  • Stuttgart, Germany
View GitHub Profile
@julian-st
julian-st / get_validator_duties.py
Last active June 5, 2021 07:39
prysm v1.3.10 eth2 validator pos beacon
"""
Originally developed by https://github.com/pietjepuk2
Ported to Prysm by https://twitter.com/mohamedmansour
Fix for version v1.3.10 by https://github.com/julian-st
Support my gitcoin https://gitcoin.co/julian-st
"""
import json
import math
import time
import urllib