adjisb
adjisb
> Great stuff, thanks for the PR! Just a tiny change and a question from me. Would love to see what @davidmurdoch thinks. To be honest the important stuff is...
Ok, I will remove the TODOs, they are related to some bugs in the block-manager.ts and can be fixed in other PRs.
getNumberFromHash is called from api.eth_getBlockTransactionCountByHash but it doesn't support forks, so I used getByHash. BlockManager.earliest also doesn't support forks or at least doesn't point to the earliest block of the...
I'm trying to fix it with: https://github.com/trufflesuite/ganache/pull/3692 I don't know much about ganache. I don't understand why BlockLogs and BlockLogManager.get is so tight to only one block and I'm also...
This PR depend on: https://github.com/thesandboxgame/sandbox-smart-contracts/pull/1320 We will postpone it un until we decide on 1320
We decided to postpone until we have the necessity or a more profound discussion on what we need exactly.
I don't know if it is related, but what is `TASK_COMPILE_TRANSFORM_IMPORT_NAME` for ? I also need a more flexible compilation workflow: we want to import via npm different packages that...
Our use case is compiling source code that came from other packages (via npm dependencies). [This is our current solution](https://github.com/thesandboxgame/sandbox-smart-contracts/blob/feat/signedMultiGiveaway_package_deploy/packages/deploy/tasks/importedPackages.ts). It is a little bit of a hack. Maybe the...
https://github.com/NomicFoundation/hardhat/issues/4031