Skip to content

Releases: ethpandaops/ethereum-address-metrics-exporter

v0.0.7

06 Nov 23:18
7b9ea99
Compare
Choose a tag to compare

Changelog

  • 7b9ea99 Merge pull request #9 from ethpandaops/feat/account-check-interval
  • 451db42 feat: eoa -> account naming with check interval config

v0.0.6

04 Oct 11:56
96bfe10
Compare
Choose a tag to compare

Changelog

  • 96bfe10 Merge pull request #8 from ethpandaops/feat/instrument-api-jobs
  • 71521ef chore(docs): fix chainlink data feed link
  • 633b4ef feat(api): instrument api package
  • 371496e feat(jobs): instrument job errors

v0.0.5

28 Sep 13:49
67dda7a
Compare
Choose a tag to compare

Changelog

  • 6cb376d Merge pull request #6 from ethpandaops/feat/rename
  • 67dda7a Merge pull request #7 from ethpandaops/fix/release
  • c8f94ad feat: rename imports
  • eae1de8 fix(ci): release rename

v0.0.4

23 Sep 11:19
9cd8c90
Compare
Choose a tag to compare

Changelog

  • 9cd8c90 Merge pull request #5 from Savid/feat/address-labels
  • b9ee45a feat(jobs): allow config for metrics labels per address

v0.0.3

16 Sep 11:22
44ade8a
Compare
Choose a tag to compare

Changelog

  • 44ade8a Merge pull request #4 from Savid/fix/uniswap-pair
  • 4fd042d fix(uniswap-pair): check reservers response length

v0.0.2

14 Sep 16:21
6590d12
Compare
Choose a tag to compare

Changelog

  • 6590d12 Merge pull request #3 from Savid/feat/execution-headers
  • e434196 feat: allow configurable headers on execution node

v0.0.1

12 Sep 01:25
0e9a046
Compare
Choose a tag to compare

Changelog

  • c33eb03 Add "The Merge" dashboard link
  • 1b32867 Handle SIGTERM
  • cedad7d Handle cutover
  • a6072a7 Merge branch 'main' of github.com:samcm/ethereum-metrics-exporter
  • bad5682 Merge pull request #1 from Savid/feat/baseline
  • 92664d1 Merge pull request #1 from samcm/feat/default-serve
  • cd6b96c Merge pull request #10 from samcm/feat/current-epoch
  • 41db84c Merge pull request #11 from samcm/chore/comments
  • 5c4e54f Merge pull request #12 from samcm/feat/exe-recent-block
  • f6f03ac Merge pull request #13 from samcm/fix-head-transaction-count
  • fce073c Merge pull request #14 from samcm/feat/new-td-method
  • b1bafea Merge pull request #15 from samcm/feat/net-web3-modules
  • 1bce3b3 Merge pull request #16 from samcm/chore/lint
  • 738afd9 Merge pull request #17 from samcm/fix/dead-metric
  • 0ce1c61 Merge pull request #18 from samcm/fix/bad-consensus-block
  • 13d2818 Merge pull request #19 from samcm/feat/finality
  • 5bc1f5d Merge pull request #2 from Savid/feat/rename
  • 31f4c9e Merge pull request #2 from samcm/feat/disk-usage-node-info
  • 54fc17d Merge pull request #20 from samcm/feat/events-and-beacon
  • b22e3b0 Merge pull request #22 from samcm/feat/peers
  • 506dd0c Merge pull request #23 from samcm/disable-txpool-default
  • 135a549 Merge pull request #24 from samcm/feat/remove-justified
  • 0f416b2 Merge pull request #25 from samcm/remove/general-slots
  • 353eeaa Merge pull request #27 from samcm/disable-txpool
  • e44c953 Merge pull request #29 from samcm/subscription-checks
  • 6cd4b69 Merge pull request #3 from samcm/feat/network-spec-metrics
  • 9cd315e Merge pull request #30 from samcm/feat/consensus-state-root-hash
  • 51b25b4 Merge pull request #31 from samcm/feat/beacon-node
  • f5c2491 Merge pull request #32 from samcm/feat/consensus-mechanism
  • af18b3d Merge pull request #34 from samcm/fix/beacon-changes
  • 6b2916e Merge pull request #35 from samcm/fix/metrics-resub-pre-genesis
  • b8200e6 Merge pull request #36 from samcm/fix/nil-block
  • d58108f Merge pull request #38 from samcm/skylenet/debug-golangci-lint
  • ea443c7 Merge pull request #39 from samcm/fix/pre-genesis
  • 8600cb0 Merge pull request #4 from samcm/metrics-jobs
  • a7fd74a Merge pull request #40 from samcm/reduce-duplicate
  • 352bf2c Merge pull request #43 from samcm/panic-fix-nil-block
  • 1cafe3c Merge pull request #5 from samcm/feat/general-metrics
  • 27b18bc Merge pull request #6 from samcm/total-difficulty
  • b160f74 Merge pull request #7 from samcm/restructure-jobs
  • 80e4e5e Merge pull request #8 from samcm/feat/consensus-reorg
  • 790c6d7 Merge pull request #9 from samcm/feat/eth-modules
  • 647be21 README update
  • 7074cf1 README update
  • 9554c65 Update README.md
  • 45a51c1 add CI
  • 883394d add beacon state and decorated event publisher
  • 2d12614 add example
  • 3425974 add lint job
  • cf3ba99 add net and web3 modules, disable admin module by default
  • 6c42968 add node version
  • 4f4ecdc add proposer duty fetching
  • bdd9470 add raw total difficulty
  • 6bc4ad4 bugfix(consensus): Dont report empty current fork
  • ec6f3ab bugfixes
  • d642526 build on release
  • 7a2d4d7 bump to 65536
  • 43b6ee6 chore(structure): Allow lazy-loading of downstream clients
  • 748376a chore: Add missing comments
  • 530892e chore: Restructure execution jobs
  • b181227 chore: Update readme
  • 213d0ee chore: fix lint errors
  • b535901 chore: increase golangci-lint timeout and set verbose logging
  • 174b623 chore: linting
  • b18bd7f chore: linting
  • 769a3c6 chore: run docker build on PRs (#37)
  • 55a42d7 chore: shuffle packages to break apart metrics jobs
  • f6109de chore: shuffle packages to break apart metrics jobs
  • 2ed7e0b chore: use ubuntu as base image
  • cca854b debug loggin
  • 878dacf drop network id fetch rate
  • 32dfd47 faster polling
  • e49d4f1 feat(args): Add execution-modules argument
  • 337e769 feat(cmd): Run serve from root command and support url args
  • 15b79ca feat(consensus): Add Beacon and Event jobs
  • 35df659 feat(consensus): Add Peers metrics
  • 7b9fe0f feat(consensus): Add chain reorgs
  • 6ed0154 feat(consensus): Add current/activated epoch metrics
  • c62d6f2 feat(consensus): Add empty_slots metric
  • 14fc812 feat(consensus): Create beacon.Node
  • 0a10f10 feat(consensus): Don't resubscribe upstream if pre-genesis
  • 18c2ec9 feat(consensus): Don't resubscribe upstream if pre-genesis
  • b0cb577 feat(consensus): Ensure we dont check for an empty slot if we started up during the slot
  • 0143ea1 feat(consensus): Export state roots as a bounded hash range
  • 8a3f7b9 feat(consensus): Expose finality checkpoints
  • 9947273 feat(consensus): Reduce polling frequency
  • b9b6091 feat(consensus): Remove justified beacon slot fetching
  • 5092c2e feat(consensus): Sleep the subscription loop until genesis
  • 3743801 feat(consensus): Swap package to derive metrics from beacon.Node
  • 6cf78bb feat(disk-usage): Add disk usage
  • 3492437 feat(execution): Add block metrics
  • 70ff83b feat(execution): Add most recent execution block stats
  • 7c54339 feat(execution): Disable TXPool module by default
  • d154cb7 feat(execution): Fetch total difficulty from the Head block rather than using admin_nodeInfo
  • 9db88ad feat(initial): Basic sync status metrics
  • 3ff0467 feat(merge): Add total difficulty from exe
  • d6e23e8 feat(network): Add General/Network level metrics
  • 2edbbbb feat(network): Add metrics about the spec and chain of the network
  • 1ae1559 feat(pair): Add consensus_mechanism metric
  • b939e2f feat(readme): Add helm chart
  • 15b827b feat/rename
  • fbcfddc feat: Get initial data
  • b92f46d feat: baseline
  • c207ed9 feat: working proposer delay
  • 7d3b818 fetch general data on boot
  • 3fa0c76 fix panic
  • 125062d fix(consensus): Fix a panic if a bad consensus block is fetched
  • 066c532 fix(consensus): Reduce duplicate subscriptions
  • 48a254d fix(consensus): Update is_syncing metrics name
  • d2251f0 fix(execution): Fix panic when nil block is returned
  • eeb4a69 fix(execution): Panic fix - check for nil block
  • bec90ec fix: execution head block transaction count
  • e6e1853 fix: panic when registering uninitialized panic
  • 0e9a046 fix: remove reference to makefile
  • 2a76821 handle syncing more graciously
  • d120afc latest
  • 973a89f linting
  • ec818d2 linting & startup dep refactor
  • 9372899 logging
  • b1c5dd1 merge main
  • 406e498 multiple build tags
  • 1b6823c panic fix: prometheus listen
  • 5a9696d reduce logging
  • 0a81a71 reduce logging
  • 4220717 reduce logging
  • de3ae63 remove dead code
  • 3b0a7c2 remove general slot
  • 6789184 remove predeclared
  • a1fadcc restructure execution jobs and add readme
  • 4894766 rm dead code
  • 95b533f set sane defaults
  • 7628720 simplify bootstrap process
  • 60ac770 slow down re-subscribes
  • 2822501 support monitored-directories arg
  • effd964 tidy
  • a2a3401 tidy
  • a2a2cc5 tidy
  • 402590d update copyright
  • 5726f07 update copyright
  • 2f01eba update readme