klaytn / rosetta-klaytn

Apache License 2.0
4 stars 6 forks source link

Bump github.com/klaytn/klaytn from 1.9.0-rc.3 to 1.9.0 #120

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/klaytn/klaytn from 1.9.0-rc.3 to 1.9.0.

Release notes

Sourced from github.com/klaytn/klaytn's releases.

v1.9.0 Release Notes

Klaytn v1.9.0 contains a protocol upgrade that results in backward incompatible changes, like the Ethereum hardforks. All Baobab/Cypress nodes would thus have to be upgraded to v1.9.0 or higher before the target block number. The name of the hardfork is ‘Magma’. The hardfork contains an implementation of the dynamic gas price mechanism suggested in KIP71.

The planned hardfork schedule is as follows: Magma hardfork blocknumber & estimated date

  • Baobab: 98347376 11:00 AM (UTC+9) Aug 8
  • Cypress: 99841497 11:00 AM (UTC+9) Aug 29

NOTE: This version updates the version of the database to support snapshot sync. You cannot downgrade to the older versions with existing data after updating to v1.9.0.

NOTE: Snapshot sync is shipped on this version, but not yet enabled as default. The state snapshot should be generated on remote peers to sync properly, but it is not yet ready. You can manually enable snapshot sync with --syncmode snap, but be advised that we expect it would find suitable peers after a few weeks. This feature is only experimental at this moment.

Protocol Upgrade(hardfork) Features

  • Implemented dynamic gas price mechanism (#1442 #1452 #1493 #1501 #1518 #1519 #1530 #1537 #1538)
  • Implemented APIs to support dynamic gas mechanism (#1520)
    • klay_upperBoundGasPrice returns the maximum value of the dynamic gas price
    • klay_lowerBoundGasPrice returns the maximum value of the dynamic gas price
  • Updated klay_gasPrice to suggest 2 * currentBlock.baseFee after Magama hardfork (#1534)

New Features

Improvements

  • Invalidated the block header having a different changeSet size (#1220)
  • Added dynamic waiting time between block generation (#1340)
  • Updated callTracer and fastCallTracer to be more descriptive for SELFDESTRUCT operation (#1343)
  • Refactored BadBlock handling logic to store it in database (#1371)
  • Enhanced txpool validation logic for fee-delegation txs (#1372)
  • Introduced rlp package and update rlp-related logic (#1385)
  • Added detail revert messages at klay_call, klay_estimateGas (#1408)
  • Supported daemon execution using Docker with kpn, kcn and kbn *#1476)
  • Added constant metric for showing binary version (#1488)

Fixes

  • Fixed tracer to handle inner insta-fail (#1352)
  • Removed vote when checkVote() fails in HandleGovernanceVote (#1367)
  • Fixed multiChannelPeer ReadMsg loop to read closed ch immediately (#1389)
  • Fixed a potential buffer-over-run in transaction sorting (#1398)
  • Fixed concurrency API call bugs related to service chain (#1438)
  • Increased required consensus messages with six validators or less (#1462)
  • Filled missing Gini field to the GetStakingInfo result (#1464)
  • Fixed wrong return of api related to snapshot (#1468)
  • Fixed DoCall for free to transaction with no price fields (#1540)
  • Enhanced validations for tracer output converting logic (#1549)

... (truncated)

Commits
  • 51c0105 Merge pull request #1509 from klaytn/release/v1.9.0
  • e31a402 Merge pull request #1564 from aidan-kwon/220728-magmaHFadjust
  • 92a7d6a Merge pull request #1563 from aidan-kwon/220728-tracertFix
  • 7fcea9b Adjust magama hardfork blocknumber for Cypress
  • 85839ca Only parse 8 bytes for error msg of tracer
  • fe873d5 Merge pull request #1561 from aidan-kwon/220729-resolveConflict
  • dd26ca4 Merge branch 'master' into test-dev
  • de780da Merge pull request #1559 from aidan-kwon/220728-magmaBN
  • aa48560 Set Magma hardfork blocknumber for Baobab/Cypress
  • 2545685 Merge pull request #1554 from kjeom/stringMagmaBlockHeader
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Looks like github.com/klaytn/klaytn is up-to-date now, so this is no longer needed.