Will Winder
Will Winder
## Problem It is common to have a set of creators who create many assets and/or applications, which are then delegated to other accounts. In this scenario the creator is...
## Problem If algod is swapped out while Conduit is running, it might be slightly out of date and need to have the sync round updated (or run fast catchup....
## Problem Using active help would be really helpful for exploring plugins with the list command: https://github.com/spf13/cobra/blob/main/active_help.md#adding-active-help-messages ## Solution Some proposals for the active help output: ``` $ conduit list...
### Subject of the issue When starting conduit with a data directory that has the wrong permissions, errors occur that do not halt the program. ``` {"__type":"Conduit","_name":"main","level":"error","msg":"Unable to create plugin...
This should allow tools like GitHub to properly identify the project license.
## Motivation There were many transactions which needed to be executed. ## Solution Finish the work that @dimkouv started in #631
Introduce new address types in a backwards compatible way.
* Unit test for CCIPReader Nonces function. * Configure NonceManager in the chain reader.
Update ccip capability to use the unknown address type introduced with https://github.com/smartcontractkit/chainlink-ccip/pull/248
Use new address types in chainlink-common and chainlink-ccip. Related: * https://github.com/smartcontractkit/chainlink-common/pull/832 * https://github.com/smartcontractkit/chainlink-ccip/pull/212