Skip to content

Releases: gobitfly/eth2-beaconchain-explorer

v1.42.0

02 Nov 11:37
2e6590b
Compare
Choose a tag to compare
Merge pull request #2661 from gobitfly/NOBIDS/hotfix_withdawals_query

(NOBIDS) limit lookback for total withdrawals

v1.41.2

27 Oct 10:32
0c45392
Compare
Choose a tag to compare
Merge pull request #2649 from gobitfly/NOBIDS/fix_goroutine_leak

(NOBIDS) remove debug output

v1.41.1

25 Oct 13:45
dad8189
Compare
Choose a tag to compare
Merge pull request #2644 from gobitfly/BIDS-2606/fix_validator_queue_…

…update

(BIDS-2606) fix validator queue update

v1.41.0

24 Oct 10:21
495071c
Compare
Choose a tag to compare
Merge pull request #2639 from manuelsc/nobids/fix_app_subs_queries

NOBIDS Fix app subs queries

v1.40.0

03 Oct 09:58
c619c79
Compare
Choose a tag to compare
(BIDS-2451) Improve and unify error logs for subscriptions (#2585)

* (BIDS-2451) Improve and unify error logs for subscriptions

* (BIDS-2451) Add jsonObjects to error message

v1.39.0

12 Sep 08:32
60a537a
Compare
Choose a tag to compare
Merge pull request #2538 from gobitfly/BIDS-2455/Deposited_validators…

…_in_main_search

(BIDS-2455) Added pubkey search to main search bar

v1.38.0

06 Sep 09:51
d7d21fd
Compare
Choose a tag to compare
(BIDS-2005) Fix rocketpool collateral notifications (#2498)

* (BIDS-2005) loop events correctly

* (BIDS-2005) general cleanup

fixed both max collateral calculation errors, removed duplicated code, added comments

* (BIDS-2005) use maximum collateral as calculation base

* (BIDS-2005) fixed min collateral calculation base

differentiate between borrowed/bonded Eth for min/max collateral

* (BIDS-2005) show correct threshold in notification

* (BIDS-2005) code formatting

* (BIDS-2005) skip notifications for RP nodes without stake

workaround only

* (BIDS-2005) changed notification frequency to once per day

* (BIDS-2005) added float precision limit

* (BIDS-2005) filtering nodes without min/max stake in query instead of code

* (BIDS-2005) fixed precision numbers

v1.37.1

30 Aug 10:09
d145ecb
Compare
Choose a tag to compare
Merge pull request #2517 from gobitfly/NOBIDS/fix-db-GetLatestFinaliz…

…edEpoch

(NOBIDS) fix db.GetLatestFinalizedEpoch, return erro if table is empty

v1.37.0

30 Aug 09:00
e238720
Compare
Choose a tag to compare
(NOBIDS) limit resultset of validators and withdrawals to 10000 for p…

…erformance-reasons (#2513)

v1.36.0

17 Aug 08:07
27ff3c0
Compare
Choose a tag to compare
(NOBIDS) Improve error information (#2478)