You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: removed uncessary panics in zetaclientd process (#2210)
* removed uncessary panics in zetaclientd process
* added changelog entry
* fix unit test and renamed as
* throw and handle error from MonitorCore()
* resolved conflict in ObserveInTx()
* return error from WaitForZetacoreToCreateBlocks() and SetAccountNumber() and handle them in start.go
---------
Co-authored-by: Lucas Bertrand <[email protected]>
Copy file name to clipboardexpand all lines: changelog.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,14 @@
19
19
### Refactor
20
20
21
21
*[2094](https://github.com/zeta-chain/node/pull/2094) - upgrade go-tss to use cosmos v0.47
22
-
*[2110](https://github.com/zeta-chain/node/pull/2110) - move non-query rate limiter logic to zetaclient side and code refactor.
22
+
*[2110](https://github.com/zeta-chain/node/pull/2110) - move non-query rate limiter logic to zetaclient side and code refactor
23
23
*[2032](https://github.com/zeta-chain/node/pull/2032) - improve some general structure of the ZetaClient codebase
24
24
*[2097](https://github.com/zeta-chain/node/pull/2097) - refactor lightclient verification flags to account for individual chains
25
25
*[2071](https://github.com/zeta-chain/node/pull/2071) - Modify chains struct to add all chain related information
26
26
*[2118](https://github.com/zeta-chain/node/pull/2118) - consolidate inbound and outbound naming
27
27
*[2124](https://github.com/zeta-chain/node/pull/2124) - removed unused variables and method
28
-
*[2150](https://github.com/zeta-chain/node/pull/2150) - created `chains``zetacore``orchestrator` packages in zetaclient and reorganized source files accordingly.
28
+
*[2150](https://github.com/zeta-chain/node/pull/2150) - created `chains``zetacore``orchestrator` packages in zetaclient and reorganized source files accordingly
29
+
*[2210](https://github.com/zeta-chain/node/pull/2210) - removed uncessary panics in the zetaclientd process
0 commit comments