Sebastien Guillemot
Sebastien Guillemot
### Describe the problem If you have multiple smart contracts in your project, you may not want all of them to appear at the top of your src folder. However,...
I found that this plugin no longer works in Vite v5. Notably, according to [their docs about how they changed define](https://vitejs.dev/guide/migration.html#rework-define-and-import-meta-env-replacement-strategy), esbuild is now used to manage environment variables during...
Previously the input content only included addresses which is not enough for the majority of use-cases. This PR switches it to instead provide the full UTXO payload of the input...
It be really helpful to add a task that indexes trace events emitted by a contract from Aiken See this Twitter thread for more context: https://twitter.com/SebastienGllmt/status/1774479337837973768
Currently the transaction history endpoint gives just the transaction body (and minimal amount of information about inputs) In order to be sufficient for use-cases that need more context for Plutus...
Redeemers are not part of the transaction body (hence not part of the `Transaction` table), but are required to know the full Plutus context of a transaction (therefore, would be...
`pgtyped` has been updated since we wrote Carp. The latest version fixes some bugs and also removes the need for `PGURI` (which was a patch we put in just for...
This re-implementation of the last price endpoint has the following differences: 1. It now returns information about the block where the last price change happened so you can know how...
We'll need this to test if the CIP25 crate parses things correctly and see in which cases it will fail Note: we're still waiting for the Rust crate for CIP25...
I'm also trying to use `hardhat-abi-exporter` for viem support just like https://github.com/ItsNickBarry/hardhat-abi-exporter/pull/52 However, #52 has a mistake: it breaks the `clear-abi` task This is an updated approach that introduces the...