Skip to content

Bump geth - #512

Draft
RensR wants to merge 1 commit into
developfrom
bump-geth
Draft

Bump geth#512
RensR wants to merge 1 commit into
developfrom
bump-geth

Conversation

@RensR

@RensR RensR commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ API Diff Results - github.com/smartcontractkit/chainlink-evm

⚠️ Breaking Changes (8)

pkg/client.(*NullClient) (1)
  • TransactionByHash — Type changed:
func(
  context.Context, 
  github.com/ethereum/go-ethereum/common.Hash
)
- (*github.com/ethereum/go-ethereum/core/types.Transaction, error)
+ (*github.com/ethereum/go-ethereum/core/types.Transaction, bool, error)
pkg/client.(*RPCClient) (1)
  • TransactionByHash — Type changed:
func(
  context.Context, 
  github.com/ethereum/go-ethereum/common.Hash
)
- (*github.com/ethereum/go-ethereum/core/types.Transaction, error)
+ (*github.com/ethereum/go-ethereum/core/types.Transaction, bool, error)
pkg/client.(*SimulatedBackendClient) (1)
  • TransactionByHash — Type changed:
func(
  context.Context, 
  github.com/ethereum/go-ethereum/common.Hash
)
- (*github.com/ethereum/go-ethereum/core/types.Transaction, error)
+ (*github.com/ethereum/go-ethereum/core/types.Transaction, bool, error)
pkg/client.Client (2)
  • TransactionByHash — Type changed:
func(
  context.Context, 
  github.com/ethereum/go-ethereum/common.Hash
)
- (*github.com/ethereum/go-ethereum/core/types.Transaction, error)
+ (*github.com/ethereum/go-ethereum/core/types.Transaction, bool, error)
  • TransactionByHash — Type changed:
func(
  context.Context, 
  github.com/ethereum/go-ethereum/common.Hash
)
- (*github.com/ethereum/go-ethereum/core/types.Transaction, error)
+ (*github.com/ethereum/go-ethereum/core/types.Transaction, bool, error)
pkg/client/clienttest.(*Client) (1)
  • TransactionByHash — Type changed:
func(
  context.Context, 
  github.com/ethereum/go-ethereum/common.Hash
)
- (*github.com/ethereum/go-ethereum/core/types.Transaction, error)
+ (*github.com/ethereum/go-ethereum/core/types.Transaction, bool, error)
pkg/client/clienttest.(*Client_TransactionByHash_Call) (2)
  • Return — Type changed:
func(
  *github.com/ethereum/go-ethereum/core/types.Transaction, 
  + bool, 
  error
)
*Client_TransactionByHash_Call
  • RunAndReturn — Type changed:
func(
  func(context.Context, 
  github.com/ethereum/go-ethereum/common.Hash) (*github.com/ethereum/go-ethereum/core/types.Transaction, 
  + bool, 
  error)
)
*Client_TransactionByHash_Call

📄 View full apidiff report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant