Giuseppe Bertone

Results 34 comments of Giuseppe Bertone

I found the problem and probably the reason you don't see it if you are on Linux. I suspect this is also the reason behind some strange behaviors we are...

Yes, I can build on Ubuntu if I use [email protected], but I cannot build on Ubuntu nor MacOS if I update to [email protected]. If I move back to [email protected] I...

Sooner or later, we will have the open-source prover - [announced on Feb 5 this year](https://medium.com/starkware/open-sourcing-the-starknet-prover-283d3e807c8b) - and the process of creating and verifying proofs will become much easier for...

Hi @kasey-alusi-vcc, those timeouts are set on the mirror node side, so you can tweak them if you prefer to offer longer waiting time for more resource-consuming queries. In particular,...

@dubgeis Is this still something relevant/desirable?

A quick integration can be to use the timestamp as a postfix of the CID/IPFS URI/HTTP URL, like this: ```text ipfs://bafkreig3umd2kxuwnr55czm5bgjlndgk2bp5ehxjjcrnbfavwn4fuekfru#1696418367.204714003 bafkreig3umd2kxuwnr55czm5bgjlndgk2bp5ehxjjcrnbfavwn4fuekfru#1696418367.204714003 ``` That postfix would be ignored by regular...

Hi everyone, May correctly raised some concerns about not being 100% compliant with the IPFS syntax: while using the hash works fine for the HTTP gateways, it can result in...

Hi, if you use an external pinning service like web3.storage and the public ipfs.io gateway, you can solve the issue by entirely disabling the Kubo container; it's not used in...

Hi, I add some examples of payload returned by the JSON-RPC relay (latest version, commit `07cb2d7777abdb6fd1aadc7051cc76c6596a3c50` 5 May 2024) that make the client to fail. The first error `json: cannot...

Another side note. Using the `HeaderByNumber` function instead of the [`BlockByNumber`](https://github.com/ethereum/go-ethereum/blob/3e896c875a372b4d09dc82f986b4fb4bf7fe1041/ethclient/ethclient.go#L91) (i.e., `block, err := client.HeaderByNumber(context.Background(), big.NewInt(3744665))`) the client set the transactions detail flag to "false". This makes the JSON-RPC...