Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 16:07
· 193 commits to develop since this release
51f1971

Fisht (v1.5.0)

Summary of the most relevant changes:

  • Add CLI command to get coordinator balance
  • Improved README
  • Fix Coingecko API behaviour for get ETH value
  • Allow empty symbols and addresses in config file for price updater
  • Filter atomic transactions on POST /transactions-pool
  • Update GETH and SC proxies to support London hard fork
  • Use gin for binding and validation for API requests

Changelog

cfc7635 Add account info sub-command
b9deca8 Coingecko ETH update (#918)
5a2a377 Feature/update geth 1.10.4 (#936)
8038713 Filter atomic txs
3c41469 Fix conflicts
e7f2b99 Improve output
5ef137b Improve readme
5f91d04 Linter fixes
484b275 Merge pull request #915 from hermeznetwork/feature/add-check-account-details-to-cmd-pkg
dbb50d3 Merge pull request #924 from hermeznetwork/feature/pu_improvement
8a39405 Merge pull request #927 from hermeznetwork/fix/removeSwaggerFiat
c35a41a Merge pull request #947 from hermeznetwork/hotfix/london-fork-abi
51f1971 Merge pull request #977 from hermeznetwork/release/v1.5.0-3
72ea162 Remove fiat endpoint from swagger file
d20f41b Test
40fb08a Test removed
337da19 add context
9027ae5 add context to transactOpts
c935400 adjust test
847f1bc allows use empty symbols and addresses in config file
9ae47bc log change
9a0963a moved binding and validation in requests to gin (#938)
69fcfa2 update contract proxies