Eric Le Ponner

Results 11 comments of Eric Le Ponner

Here are the various search forms enabled by HashScan: Entity Explorer Search Input HIP-668 Account Entity ID ok EVM Address ok Alias ok Admin/Public Key ? Contract Entity ID ok...

Also I see `evmAddress` fields in `xxxInput` only. Shouldn't we have `evmAddress` fields in `Contract` and/or `Account` types ?

Call below returns one or zero transaction: ``` type Query { transaction(id: TransactionInput!): Transaction } ``` Multiple transactions may have the same transaction id. What is the expected result in...

To implement [EIP 3091](https://eips.ethereum.org/EIPS/eip-3091), HashScan needs to retrieve a transaction matching an Ethereum hash. It does this by running two REST calls (`api/v1/contracts/results/{eth} `and `api/v1/transactions?timestamp={t}`). Shouldn't we add this capability...

Hi @natanasow I'm coming back on this issue many months later. Sorry for this long silence and thanks for your explanations. I saw your [changes in IHederaTokeService.json](https://github.com/hashgraph/hedera-smart-contracts/commit/ccb436f6eb6f5422cbe74ef3ebb61cd227378dd1) of August. So...

I suspect this was a transient issue which has been fixed in the server stack sometime. Closing.

I cannot deploy any of my test contracts anymore. Any workaround to share ? May be another JDK version ?

Hi @rokn I just retried: it broke but exception it's another exception. Most of the time, it's TimeoutException. Less often it's MaxAttemptsExceededException. ``` > Task :HelloWorld.main() Connecting to previewnet Operator...

Thanks. I'll try to alter my environment and see. I noticed that #967 reported a similar exception.

I managed to run my code successfully when my mac is connected to 4G !!!! So I'm not stuck any more :) However root problem remains: java sdk instability through...