-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feat: add GetTokenMetadata() getter * Feat: add prom metrics for quote generation * Fix: mocks * Feat: add registerBalance() call upon refreshing balances * Refactor: HasPendingRebalance -> GetPendingRebalances * Feat: add OriginTokenAddr to Rebalance models * Feat: add registerPendingRebalance() helper * Cleanup: lint * [goreleaser] * Cleanup: lint * [goreleaser] wrap http * Feat: re-use meter * [goreleaser] * [goreleaser] * Fix: re-use hists * [goreleaser] * Fix: re-use hist for quoter * [goreleaser] * Fix: remove lock constraint from registerBalance() * [goreleaser] * Feat: use token name instead of addr as label * [goreleaser] * Feat: log raw_balance * [goreleaser] * Feat: add relayer to metrics * [goreleaser] * Fix: balance registration * [goreleaser] * Submitter: add prometheus metrics (#2505) * Feat: add registerNumPendingTxes in submitter * Feat: add registerBumpTx() * Feat: add registerCurrentNonce() * Cleanup: lint * [goreleaser] * Feat: use hists instead of callbacks * [goreleaser] * Feat: simplify bump metric * [goreleaser] * Feat: add wallet attribute * Feat: remove global vars for metrics * [goreleaser] * [goreleaser] * Cleanup: lint * [goreleaser] * Fix: tests * [goreleaser] * Cleanup: lint --------- Co-authored-by: Trajan0x <[email protected]>
- Loading branch information
Showing
12 changed files
with
326 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.