Giuseppe Bertone

Results 55 issues of Giuseppe Bertone

Notarization should be valid also if value is included in a bigger payload. I know this repo is not maintained anymore, but there's applications out there that use this library...

### Problem description Building Guardian docker images can take time, even on a powerful machine. Most of the time is spent downloading and compiling npm packages. Some operations are executed...

enhancement

### Problem description Multiple users want to run Guardian without major changes and start testing it locally quickly. The default option is to use docker to build from scratch any...

New Feature
Limechain
Good First Issue Candidate

### Problem description The repo provides a variety of docker-compose files for building and starting Guardian. However, some of these files are not in sync with the most commonly used...

enhancement

### Problem The [`openrpc.json` schema file](https://github.com/hashgraph/hedera-json-rpc-relay/blob/main/docs/openrpc.json) provided in the repo is not aligned with the one generated using the [official Ethereum execution API specs repo](https://github.com/ethereum/execution-apis.git). We noticed the differences while...

enhancement
P2

**Description**: Some developers have problems understanding the default configuration values used by the JSON-RPC Relay and all the possible configurations. This PR wants to address that issue, and in particular:...

**Description**: While conducting debug activities you often enable trace log level, and you want to check the actual requests and response between client and server (i.e., #1802). This PR: -...

### Problem I see [comments in flake.nix file](https://github.com/hashgraph/hedera-sdk-rust/blob/18927128da6d26ade03fcfee9d96cb4acb165417/flake.nix#L2) that this file, and the related flake.lock I assume, are there just to be used by Skyler Ross `; this can be...

enhancement

### Problem We often use hashgraph (package) and sdk (name), i.e., @hashgraph/sdk, com.hedera.hashgraph/sdk, github.com/hashgraph/hedera-sdk-go/v2, to name other SDKs. With C++ and Rust we use simply the Hedera/hedera namespace for the...

enhancement

**Describe the bug** Running the test suite you get tons of errors like: ```sh Retrying request... ReferenceError: AbortController is not defined at /home/developer/workspace/extension/packages/background/src/utils/http.ts:2:2937 ``` `AbortController` was introduced since [NodeJS 15](https://developer.mozilla.org/en-US/docs/Web/API/AbortController),...