Skip to content

Releases: gobitfly/eth2-beaconchain-explorer

v1.9.3

03 Feb 08:55
524b86f
Compare
Choose a tag to compare
  • BIDS-1523 Implement RBAC / Add interface to set global notification
  • BIDS-1522 /api/v1/validators/queue returns incorrect data
  • BIDS-1508 Highlight 0x01 & 0x00 credentials on validator page

v1.9.2

02 Feb 10:54
915c8ec
Compare
Choose a tag to compare
  • BIDS-1520 unable to query validators without a name via API
  • BIDS-1485 Add Staticcheck to workflow for block-explorer
  • BIDS-1444 Fix /stakingservice
  • BIDS-1349 Sync committee table is incorrect
  • BIDS-1020 Enabling text based ads quickly

v1.9.1

01 Feb 10:36
ba435ae
Compare
Choose a tag to compare
  • BIDS-1509 Performance regression in updateValidatorPerformance
  • BIDS-1507 Make pprof available via config
  • BIDS-1502 Implement user facing monitoring

v1.9.0

31 Jan 08:52
3ae839c
Compare
Choose a tag to compare
  • BIDS-1496 Handle "error in batch call" issues correctly
  • BIDS-1486 Fix for Sepolia: error collection notifications: error collecting rocketpool commission: sql: no rows in result set
  • BIDS-1481 Retrieve validator balances from bigtable instead of the validators table
  • BIDS-1478 Aggregate eth1-deposits
  • BIDS-1476 Wrong / insufficient check for webhook URLs when storing in database
  • BIDS-1468 Panic when accessing validator page for a not-yet voted in validator

v1.6.3

26 Jan 15:22
Compare
Choose a tag to compare
  • BIDS-1478 Aggregate eth1-deposits

IMPORTANT: The changes of this release are cherry-picked and NOT part of following releases (like 1.7.0, 1.8.0)

v1.8.0

24 Jan 09:50
4528b6b
Compare
Choose a tag to compare
  • BIDS-1454 Add location identifier to handleTemplateError
  • BIDS-1453 Some epoch errors which should be avoid / switched to warnings
  • BIDS-1443 Show EL + CL breakdown in ETH.STORE API
  • BIDS-1196 Initiated Deposits subpage should show withdrawal credential column

v1.7.0

17 Jan 10:16
Compare
Choose a tag to compare
  • BIDS-1402 Always check return value of bigtable.tableData.ReadRows (which is err)
  • BIDS-1396 Improve validators table update performance
  • BIDS-1389 Gray out network notifications
  • BIDS-1380 Reduce redis load by fetching address names in batch directly from bigtable
  • BIDS-1368 Show withdrawal credential for recently deposited validators
  • BIDS-1196 Initiated Deposits subpage should show withdrawal credential column
  • BIDS-1040 Implement ETH.STORE page on http://beaconcha.in/

v1.6.2

10 Jan 10:50
Compare
Choose a tag to compare
  • BIDS-1355 Add discord URLs to validator page during deposited state
  • BIDS-1353 Reduce memory usage of eth1indexer
  • BIDS-1344 Race condition for dbConnectionTimeout
  • BIDS-1342 Improve mempool/gasnow/burn updater performance
  • BIDS-1335 Resolve potential unbounded memory usage of various modules
  • BIDS-1333 Frontend strange SIGSEG in bigtable_eth1.go / GetAddressTransactionsTableData
  • BIDS-1329 Service status reports should be a config flag
  • BIDS-1326 Exporter: invalid memory address or nil pointer dereference (rocketpool.go/GetClaimStatus)
  • BIDS-1289 Improve handling of notification errors
  • BIDS-1286 Improve timeout handling for reward-exporter
  • BIDS-1209 Enhance validator balance history API endpoint
  • BIDS-808 NULLs in validator_stats table on prater
  • BIDS-701 attestationeffectiveness and attestationefficiency same result

v1.6.1

09 Jan 06:26
Compare
Choose a tag to compare
  • BIDS-1337 Fix copyright year
  • BIDS-1335 Resolve potential unbounded memory usage of various modules
  • BIDS-1039 do not warn about non-finality during exporter lag

v1.6.0

08 Jan 09:09
Compare
Choose a tag to compare
  • BIDS-1335 Resolve potential unbounded memory usage of various modules
  • BIDS-1330 ETH.STORE API endpoint 'latest' does not work
  • BIDS-1328 Panic in GasNowData()
  • BIDS-1314 Switch from http -> ws for rocketpool exporter
  • BIDS-1308 Change "ETH2" on Api doc page
  • BIDS-1290 Check superfluous response.WriteHeader call warning in frontend log (mainnet)
  • BIDS-1284 Improve mempool error / warning handling (don't throw an error in first place)