gregorydemay

Results 10 issues of gregorydemay

1. Tested with `cddl = "0.9.4"` 2. Cannot handle a CDDL schema involving nested array, e.g., `[0, [0]]`. Note that the not-nested schema `[0, 0]` seems to work fine. Example...

bug
validation
json
cbor

**Overview** Why do we need this feature? What are we trying to accomplish? **Requirements** What requirements are necessary to consider this problem solved? **Considered Solutions** What solutions were considered? **Recommended...

1. Move the candid type `InstallArgs` to the `evm_rpc_types` crate. 2. Move the candid type `Provider` to the `evm_rpc_types` crate. 3. Prepare the `evm_rpc_types` crate for releasing.

Add a Candid convenience method, e.g. like eth_getBlockByNumber, for `eth_estimateGas`.

Add a Candid convenience method, e.g. like `eth_getBlockByNumber`, for `eth_call`.

Proposal to upgrade all ledger suites managed by the ledger suite orchestrator to the latest version.

chore
@cross-chain-team

Proposal for the ckETH minter to use the EVM RPC canister to reach Ethereum.

feat