Extend Geth Confirm Func#570
Conversation
🦋 Changeset detectedLatest commit: 20f6249 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
👋 skudasov, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
graham-chainlink
left a comment
There was a problem hiding this comment.
You might want to add a changeset file
https://github.com/smartcontractkit/chainlink-deployments-framework/blob/main/VERSIONING.md#changeset-workflow
|
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## chainlink-deployments-framework@0.66.0 ### Minor Changes - [#571](#571) [`8db262d`](8db262d) Thanks [@jkongie](https://github.com/jkongie)! - Bump chain-selectors package to v1.0.81 ### Patch Changes - [#570](#570) [`eb74395`](eb74395) Thanks [@skudasov](https://github.com/skudasov)! - Adds a new EVM Confirm Functor which allows the user to specify a custom wait interval for checking confirmation. Example ```golang p, err := cldf_evm_provider.NewRPCChainProvider( d.ChainSelector, cldf_evm_provider.RPCChainProviderConfig{ DeployerTransactorGen: cldf_evm_provider.TransactorFromRaw( getNetworkPrivateKey(), ), RPCs: []rpcclient.RPC{ { Name: "default", WSURL: rpcWSURL, HTTPURL: rpcHTTPURL, PreferredURLScheme: rpcclient.URLSchemePreferenceHTTP, }, }, ConfirmFunctor: cldf_evm_provider.ConfirmFuncGeth( 30*time.Second, // set custom confirm ticker time because Anvil's blocks are instant cldf_evm_provider.WithTickInterval(5*time.Millisecond), ), }, ).Initialize(context.Background()) ``` --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>




No description provided.