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

Bump github.com/klaytn/klaytn from 1.10.2 to 1.11.0 #166

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps github.com/klaytn/klaytn from 1.10.2 to 1.11.0.

Release notes

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

v1.11.0 Release Notes

Klaytn v1.11.0 contains a hardfork upgrade that results in backward-incompatible changes. All Baobab nodes have to be upgraded to v1.11.0 or higher before the target block number. The hardfork implements the features equivalent to Ethereum Shanghai hardfork. The hardfork block number for Cypress mainnet will be scheduled in the next version.

The hardfork schedule is as follows:

Baobab testnet

  • Block number: 131608000 (estimated time: 28 Aug, 10:30 AM UTC+9)
  • Hardfork contents: Shanghai hardfork

Hardfork features

  • Adjusted gas cost of the COINBASE opcode according to EIP-3651 (#1883)
  • Added the PUSH0 opcode to EVM according to EIP-3855 (#1861)
  • Adjusted gas cost related to initcode according to EIP-3860 (#1888)
  • Fixed to allow a new contract account to be created by overwriting an EOA (#1904)

Improvements

  • Added a new API governance_getRewardsAccumulated to query cumulative block rewards (#1848)
  • Added a new API eth_resend to resend transactions with higher gas price (#1894)
  • Added a new API klay_forkStatus to query hardfork status (#1804)
  • Introduced block range option to the admin_exportChain API (#1873)
  • Removed some APIs related to chain configuration and governance. Please use the alternative APIs (#1860)
    • Removed APIs: governance_itemsAt, governance_chainConfigAt, governance_chainConfig, klay_govParamsAt, klay_chainConfigAt, klay_chainConfig, klay_gasPriceAt
    • Alternative APIs: governance_getParams, governance_getChainConfig, klay_getParams, klay_getChainConfig
  • Updated some APIs to return detailed error messages upon transaction failure (#1763 #1845)
  • RPC server returns HTTP 503 error when execution time exceeds a timeout (#1921)
  • Limits execution time and concurrency of some debug.trace* RPCs (#1920)
  • Added new APIs recoverFromTransaction and recoverFromMessage to recover signer address from signatures (#1911 #1937)
  • Introduced node flags to specify log file location and rotation settings (#1869 #1884)
  • Node flags can be specified using a YAML file (#1684 #1905 #1910 #1917 #1931)
  • Added the KIP-111 Live Pruning feature that deletes historic block data in real-time (#1852 #1854 #1859 #1871 #1899 #1902 #1914 #1916)
  • Added RocksDB support to allow shared storages among nodes (#1855 #1900 #1912 #1913 #1918)
  • Added homi command option to create genesis accounts out of a BIP-39 mnemonic (#1813)
  • Updated abigen command to include ABImetadata in the generated files (#1881)
  • Added a subcommand, util (#1691)

Fixes

  • Fixed unexpected node startup failures (#1829 #1868)
  • Fixed JSON-RPC API bugs (#1847 #1851 #1874 #1878 #1903 #1834)
  • Fixed reward distribution logic in service chains with deferredTxFee=false configuration (#1886)
  • Fixed the bug where BN always recommends the same PN (#1835)

Miscellaneous

  • Added BLS algorithm library (#1824 #1825)
  • Added new metrics klaytn_vrank* to collect consensus performance data (#1891 #1919)
  • Replace the xgo cross compilation system with native builds in each target hosts. (#1862 #1906 #1907)
  • Updated the build environment to go1.20 (#1889 #1898 #1901 #1925 #1940)

... (truncated)

Commits
  • 6e6535a Merge pull request #1908 from klaytn/release/v1.11.0
  • 6a91f0e Merge pull request #1940 from yoomee1313/build/fix-rpc-tester
  • ebe6b94 build: fix run-rpc command
  • 95fd212 Merge pull request #1925 from yoomee1313/build/downgrade-ubuntu-image
  • 9b66020 Merge pull request #1937 from kjeom/bugfix-recoverFromMessage
  • ba1d3ab added comment in recoverFromMessage to be clear
  • 79ecdcf remove lint fix
  • b64d889 Merge pull request #1939 from aidan-kwon/230810-ShanghaiHFBlock
  • 43b3482 Merge pull request #1932 from hyunsooda/client-transactioninblock-mishandled-err
  • f5e1c66 merge docker file
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/klaytn/klaytn](https://github.com/klaytn/klaytn) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/klaytn/klaytn/releases)
- [Commits](klaytn/klaytn@v1.10.2...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/klaytn/klaytn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 14, 2023
@yoomee1313 yoomee1313 closed this Aug 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/klaytn/klaytn-1.11.0 branch August 12, 2024 05:14
@github-actions github-actions bot locked and limited conversation to collaborators Aug 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant