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

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 09:54
· 235 commits to develop since this release
a577563

Saint Helens (v1.3.0)

WARNING: this version introduces some changes that could affect already deployed systems, please make sure you understand this implications before updating:

  • Configuration file: requires URL and key for etherscan API, add this into the config file:
[Etherscan]
URL="etherscan URL goes here"
APIKey="etherscan APIKey goes here"
  • batch table of the SQL database now have a new column eth_tx_hash, this column won't have correct values for existing rows. However this is only used in the API, and will return a safe value (all 0...00)

Summary of the most relevant changes:

  • Improved response of POST /create-account-authorization
  • Added CLI command to downgrade migrations SQL
  • Added Ethereum transaction hash in batch structs an API esponses
  • Added git flow guide as part of the documentation
  • Better info description for pool transactions
  • Better gas price calculation using etherscan API

Changelog

c544911 Account creation authorization success response improved
19eb01c Add CLI command to downgrade SQL schema
57264c4 Add gitflow documentation
b22bc7c Add test for 3rd migration
30e0d3c Improve gitflow documentation
b0d617a Merge pull request #796 from hermeznetwork/feature/dowgrade-sql-schema
d3f12b4 Merge pull request #798 from hermeznetwork/feature/#789-return-ethTxHash
2ebcd57 Merge pull request #803 from hermeznetwork/feature/#778-check-go-wrappers-SMC
dc5fb2b Merge pull request #804 from hermeznetwork/feature/#731-success-response
f437608 Merge pull request #813 from hermeznetwork/fix/swagger-servers
4ca7263 Merge pull request #817 from hermeznetwork/feature/test-3rd-migration
e513d4b Merge pull request #818 from hermeznetwork/feature/processes
ee9a9c6 Merge pull request #825 from hermeznetwork/fix/gasPrice
8b29e99 Merge pull request #839 from hermeznetwork/fix/eth_tx_hash
a577563 Merge pull request #845 from hermeznetwork/release/v1.3.0
abca4e3 New value ethTxHash returned in the api when retrieving the batch info
5852007 add etherscan config section
d61e84e added info to non forgable txs (#787)
998b5db adjust gasprice mechanism
fe745c0 changed eth tx to etx txs slice in batchInfo (#746)
46db7fa fix nil error
c20a7d4 hotfix
f022d7d set eth_tx_hash by default to 0x0
d53eda2 typo fixed
e344213 update script to the new file structure
4ecdca9 use GETH gwei constant