Releases: gobitfly/eth2-beaconchain-explorer
Releases · gobitfly/eth2-beaconchain-explorer
v1.9.3
v1.9.2
v1.9.1
v1.9.0
- 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
v1.8.0
v1.7.0
- 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
- 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
v1.6.0
- 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)