Giuseppe Bertone
Giuseppe Bertone
**Description**: `toSolidityAddress` function can be misleading; see [this StackOverflow issue for details](https://stackoverflow.com/questions/78209485/). This PR adds some comments to make the usage of that function clearer. **Related issue(s)**: N/A **Notes for...
### Description When querying block information, the block `gasLimit` is shown as 15M GAS (15000000). The correct value should be 30M GAS (30000000). This happens for all public networks (mainnet,...
**Description**: This PR fixes #3712 **Related issue(s)**: Fixes #3712 **Notes for reviewer**: N/A **Checklist** - [x] Documented (Code comments, README, etc.) - [x] Tested (unit, integration, etc.)
**Description**: This PR prevents nginx to emergency shutdown (`host "xxx" not found in upstream`) if an optional service like the mrv-sender, topic-viewer or mongodb-admin is not started (i.e., it's excluded...
### Problem description The `YARN_CACHE_FOLDER` is defined in the services' `Dockerfile` but it's not actually used during the build process. This prevents the correct overriding of that variable from the...
### Problem description When comparing policies, I can see the field's value, but the width of the column seems fixed (see screenshot). ### Requirements It would be nice to have...
### Problem description Occasionally differences in policies are highlighted, but it is not actually clear what the difference is. I suspect some spacing differences in the JSON file, but I...
**Description**: Example PR. Don't review and don't merge it. **Related issue(s)**: N/A **Notes for reviewer**: This is a example PR. Don't review and don't merge it. **Checklist** - [ ]...
### Problem description I need to trigger the execution of an application after the minting process is completed, and the application must be aware of the last Hedera transaction that...
### Problem description The [external events documentation](https://docs.hedera.com/guardian/guardian/standard-registry/external-events#external-events-list) seems not in sync with the actual code. It is also not immediate to understand the acutaly payload from the format definition, so...