Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/ethereum/go-ethereum from 1.9.13 to 1.10.22 in /lib/go/test #117

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/ethereum/go-ethereum from 1.9.13 to 1.10.22.

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Promavess (v1.10.22)

WARNING: This release seems to contain a regression that can corrupt the local state. Please hold on with updating while we investigate the issue!


Geth v1.10.22 enables the Merge for the Ethereum mainnet at a Terminal Total Difficulty of 58_750_000_000_000_000_000_000.

This TTD is expected to be reached on the 15. September 2022.

Merge EIPs

  • EIP-3676: Upgrade consensus to Proof-of-Stake
  • EIP-4339: Supplant DIFFICULTY opcode with PREVRANDAO

Additional notes about the merge changes

  • This release configures the Terminal Total Difficulty for mainnet. (#25528)
  • Many engine API issues found by hive have been fixed for this release. (#25552, #25423, #25414, #25416, #25428)
  • The Goerli testnet is now internally configured as 'successfully merged'. (#25519, #24538)

JSON-RPC API

  • The log filtering system now uses a LRU cache for block logs, speeding up repeated queries for the same block range. The cache size can be configured using the --cache.blocklogs command-line flag. (#25459)
  • eth_createAccessList is now much faster when no gas limit is provided. (#25467)
  • eth_feeHistory now also works with the finalized block specifier. (#25442)
  • The built-in callTracer now supports an option onlyTopCall. Enabling this option makes the tracer skip internal calls. We added this option to enable use of the callTracer to get the return data of reverted transactions. (#25430)

Go-library changes

  • Storage of trie node hash preimages is now disabled by default. You can enable it again using the --cache.preimages flag. (#25287, #25538, #25533)
  • The ethash mining implemenation now removes temporary DAG files, which could be left of disk when geth was interrupted while generating a DAG. (#25381)
  • ethclient now supports the eth_feeHistory method. (#25403)
  • The eth wire protocol test suite now supports protocol version eth/67. (#25306)
  • RLP-decoding of trie nodes is ~33% faster due to reduced allocations in the decoder. (#25357)
  • The RPC server supports a new option ReadHeaderTimeout. (#25338)
  • Registering of clef ruleset UIs should now work correctly. (#25455)

Build

  • Geth binaries in docker are now statically-linked. (#25492)
  • This release is built using Go 1.18.5. (#25461)

For a full rundown of the changes please consult the Geth 1.10.22 release milestone


As with all our previous releases, you can find the:

... (truncated)

Commits
  • 2de49b0 params: release go-ethereum v1.10.22
  • 395f3d4 eth/catalyst: warn less frequently if no beacon client is available (#25569)
  • 02418c2 Revert "eth/fetcher: don't spend too much time on transaction inclusion" (#25...
  • 0ce494b eth/fetcher: don't spend too much time on transaction inclusion (#25524)
  • ac7ad81 internal/ethapi: fix build regression (#25555)
  • 0865880 accounts/abi: fix set function (#25477)
  • 36874b6 eth/filters: add global block logs cache (#25459)
  • 77308cd consensus/beacon: check ttd reached on pos blocks (#25552)
  • 9762ddf cmd/geth: parse uint64 value with ParseUint instead of Atoi (#25545)
  • 656dc8c eth, les: unlock downloader peerSet if there's an error (#25546)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.9.13 to 1.10.22.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.9.13...v1.10.22)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 14, 2023
@joshuahannan joshuahannan merged commit 6c90610 into master Feb 14, 2023
@joshuahannan joshuahannan deleted the dependabot/go_modules/lib/go/test/github.com/ethereum/go-ethereum-1.10.22 branch February 14, 2023 21:34
joshuahannan added a commit that referenced this pull request Mar 14, 2023
* avoid oppressive terminology

* avoid oppressive terminology

* Create FungibleTokenMetadataViews contract, include MetadataViews contract from NFT repo

* Apply suggestions from code review

Co-authored-by: Satyam Agrawal <satyam0499@gmail.com>

* Fix CI

* Remove unnecesary init parameter on ftvaultdata

* Fix CI

* Remove thumbnail and images from FTDisplay, add logo as only image and symbol string field

* Restore files after the testing crisis

* Fix setup account from view test

* Add auxiliary function for returning views and the case for returning the FTView

* Change logo (media) for logos (medias) at FTView

* Add comments and use of getFTView function instead of resolveView

* Add scripts for read metadata

* Delete returnview functions

* Switch to MetadataPublicPath

* Add metadata path

* Change balance for metadata path at transactions. Fix FTVaultData construction at ExampleToken

* Add default implementation for MetadataViews.Resolver methods

* Update contracts/FungibleToken.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Update contracts/FungibleToken.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Update contracts/FungibleTokenMetadataViews.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Update contracts/FungibleTokenMetadataViews.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Update contracts/FungibleToken.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Update contracts/FungibleTokenMetadataViews.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Update contracts/FungibleTokenMetadataViews.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Update contracts/FungibleTokenMetadataViews.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Update contracts/FungibleTokenMetadataViews.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Update contracts/FungibleTokenMetadataViews.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Update contracts/FungibleTokenMetadataViews.cdc

Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>

* Add consistency about vaultData field name

* Fix spelling typos

* FT metadata docs section

* Finish docs

* add metadata views to go tests

* move view methods to the balance interface

* Remove MetadataViews import from FungibleToken contract

* Normalize flow.json

* Split test suites

* Move timeout to jest config instead of per test suite

* Update go test for metadataviews

* get go tests working

* update ci

* Change references to ResolvePublicPath for VaultPublicPath

* Separate metadata tests from core features

* Create folder only for metadata transactions

* Rename utilityContracts folder as utility

* Remove the need of linking a resolver on the provider for returning a FTVaultData

* Add test case for FTDisplay and kill bug on ExampleToken catched with said test

* Fix github ci to get latest Flow CLI version

* Fix bug on event from issue #92

* Standarize comments on Example Token

* Standarize comments to docgen tool format on the FungibleToken contract interface

* Include contracts docs

* Fix broken links

* Update package.json version

* Fix typos

* Fix public path after merge conflicts

* Bump decode-uri-component from 0.2.0 to 0.2.2 in /lib/js/test (#105)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add functionality to switchboard to link receiver capabilities to different receiver types (#107)

* Link the capabilty to the FT.Receiver also

* Add addNewVaultWrapper method

* Move create forwarder tx to its own folder

* Undo folder change to avoid modify tests

* Typo

* Create tx to add vault capability specifying the type to be deposited

* Create test for adding vault wrapper capability

* Make test

* Fix test name

* Fix comment

* Update version

* Update docs

* Update README.md

Co-authored-by: Joshua Hannan <hannanjoshua19@gmail.com>

* Fix ci

* Update flow-cli version in ci workflow to 0.41.2 for flow-js-testing compatibility

Co-authored-by: Joshua Hannan <hannanjoshua19@gmail.com>
Co-authored-by: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com>

* add import addresses

* Bump github.com/ethereum/go-ethereum in /lib/go/test (#117)

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.9.13 to 1.10.22.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.9.13...v1.10.22)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/text from 0.3.7 to 0.3.8 in /lib/go/test (#121)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net in /lib/go/test (#122)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220812174116-3211cb980234 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/text from 0.3.3 to 0.3.8 in /lib/go/templates (#120)

* Bump golang.org/x/text from 0.3.3 to 0.3.8 in /lib/go/templates

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.3 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.3...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* tidy

* update gomod

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Hannan <hannanjoshua19@gmail.com>

* Bump golang.org/x/crypto from 0.0.0-20210220033148-5ea612d1eb83 to 0.1.0 in /lib/go/templates (#124)

* Bump golang.org/x/crypto in /lib/go/templates

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210220033148-5ea612d1eb83 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* go mod tidy

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Hannan <hannanjoshua19@gmail.com>

* update to latest v2 standard

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Bastian Müller <bastian@axiomzen.co>
Co-authored-by: Álvaro Lillo Igualada <alvaro.lillo@dapperlabs.com>
Co-authored-by: Satyam Agrawal <satyam0499@gmail.com>
Co-authored-by: Peter Siemens <peterjsiemens@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant