Sebastien Guillemot

Results 144 issues of Sebastien Guillemot

Staking credentials can either be a Staking Key or a Stake Script For our use-case specifically, we want to a register a stake pool owned by a hardware wallet where...

I'm trying to run the following command on my Trezor device on the latest version of cardano-hw-cli and latest Trezor firmware ```bash cardano-hw-cli node key-gen \ --path 1853H/1815H/0H/0H \ --hw-signing-file...

When building the JS bindings, I get the error printed in the console `cml_chain::NonemptySetPlutusData.json: RangeError: Maximum call stack size exceeded` This is presumably because this type contains PlutusData which is...

bug

To support custom networks, people will want to specify starting addresses in the genesis block using Shelley style addresses (ex: https://github.com/bloxbean/yaci-devkit/issues/29) One way this can be supported is by having...

Right now in `config.yml`, when specifying a Postgres sink you also need to specify the database URL Currently, this is done with just a hardcoded string instead of using env...

Currently the project NFT task takes in an address (in hex) as the task parameter This works, but it's tedious because it means the address specified has to change for...

Currently Carp only supports a fixed set of networks (preprod, preview, sanchonet, mainnet) However, to be able to test easily on local networks, we need to support the ability to...

I'm making this PR on behalf of Javier since I noticed they forked this repo to add this functionality and never upstreamed their change I haven't merged this PR because...

hardhat-ignition tries to automatically deploy things in dependency order, but there are times where you need to specify dependencies explicitly ## Current state There is notation to make explicit dependencies...

status:needs-decision
type:feature

Note sure if this is a functionality or a doc issue, so I left the title as a doc issue (feel free to change if appropriate) ## Problem I want...

status:ready
type:feature