Nana Essilfie-Conduah
Nana Essilfie-Conduah
@feikesteenbergen great work on the repo. Any word on the resolution of this issue? My team is looking to pick up TimescaleDB using this chart but the lack of initialization...
Actually, I think this could potentially have more to do with the use of `delegatecall` within the contract and a potential mismatch between the key being signed with. If it...
In follow up the sdk-js should have examples that map to calls for the contract functions under [here](https://github.com/hashgraph/hedera-smart-contracts/tree/main/contracts/hts-precompile/examples) - [IHederaTokenService.sol](https://github.com/hashgraph/hedera-smart-contracts/blob/main/contracts/hts-precompile/IHederaTokenService.sol) - [ERC 20](https://github.com/hashgraph/hedera-smart-contracts/blob/main/contracts/hts-precompile/examples/erc-20/ERC20Contract.sol) - [ERC 721](https://github.com/hashgraph/hedera-smart-contracts/blob/main/contracts/hts-precompile/examples/erc-721/ERC721Contract.sol) A current general example...
Thanks @iron4548 We're aware of this issue and it's a point of in-equivalence with the EVM that we plan to address. `INVALID_SOLIDITY_ADDRESS` is actually a [specific network execution error](https://github.com/hashgraph/hedera-protobufs/blob/main/services/response_code.proto#L187). The...
Thanks @mshakeg we'll take a look. As usual if it's a simple change on the command line it's just a case of scheduling the work or approving a PR of...
Hey @mshakeg , The team looked into this and as we discussed earlier on it does seem this requires consensus node changes and in other places relies on Hardhats ability...
Additionally, we're going to check to see if any of these items directly map to current node configs. If so developers can be unblocked by configuring their local properties to...
With support for HIP 584 this should be resolved as `eth_estimateGas` no thrown errors if the occur
@Ivo-Yankov noted this is resolved
I think this was resolved as both eventually call `mirrorNoceClient.getBlocks` which has a cache. @AlfredoG87 can you confirm and close if so