hedera-mirror-node
hedera-mirror-node copied to clipboard
Hedera Mirror Node archives data from consensus nodes and serves it via an API
**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
### Problem We need to validate that the new REST API `/api/v1/contracts/results/{transactionIdOrHash}/opcodes` works correctly with all type of parameters and values. ### Solution Implement integration and acceptance tests that are...
**Description**: This PR adds a scenario to validate ethereum contract create and calls. It cover all three transaction types. **Related issue(s)**: Fixes #7655 **Notes for reviewer**: [The code](https://github.com/hashgraph/hedera-mirror-node/pull/8123/files#diff-901a6dfb5fb164bbefc653eb45a546affd383512b62018409d567e0b075c0223R151-R186) responsible to...
### Problem Acceptance tests are lacking coverage for `EthereumTransaction`. ### Solution We already create a lot of contracts and execute contract calls against HAPI in scenarios where we're not really...
### Problem With billions of transactions and all the different combinations of transactions filtering, the rest api times out more frequently. The underlying problem is when the filtering ends up...
### Description The web3 TokenRepository historical fungible token total supply query times out and causes `CONTRACT_REVERT_EXECUTED ` error. ### Steps to reproduce Check mainnet web3 logs ### Additional context _No...
### Problem While pushing the data pairs we are facing issue with the call data size.For many days the txns are failing and we are bleeding hedera mainet tokens without...
### Problem [HIP-336](https://hips.hedera.com/hip/hip-336) describes new APIs to approve and exercise allowances to a delegate account. An allowance grants a spender the right to transfer a predetermined amount of the payer's...
As part of the work package to support tracing transactions and externalizing the executed opcodes, we'd need to add new endpoint on path `/api/v1/contracts/results/{transactionIdOrHash}/opcodes`, however important detail should be that...
We are currently able to simulate transaction using the web3 module in the mirror-node. However we does not track and set anywhere the logs from executions in the form of...