-
In my script I have:
let hash = new_transaction.hash()
after I sign the transaction but am not getting the same hash on etherscan. How do I generate the correct transaction hash? It seems li…
-
### Environment information
* `ape` and plugin versions:
"eth-ape>=0.5.2",
"ape-hardhat>=0.5.1",
"ape-alchemy>=0.5.0",
"ape-solidity>=0.5.0",
"ape-vyper>=0.5.0",
"ape-ledger>=0.…
-
Hi,
I tried to execute the MAIAN tool on docker as suggested on the following link:
https://github.com/ivicanikolicsg/MAIAN/issues/26
They provided details of how to execute the MAIAN tool from…
-
Is it possible to retrieve historical data for a market via the API? I don't see a method for it described in the documentation.
-
# Problem/limitation At Hand
Currently, it seems the block explorer doesn't support API accessibility like BSC/ Ethscan.
it leads to developer cannot publishing the source code of smart contract t…
-
-
For a `.eth` name, given the current contracts on the Ethereum main network: What is the minimal possible amount of characters permitted and what is the maximum number? Also: Will these two values rem…
-
## Issue Type
```
[x] bug report
[ ] feature request
```
## Current Behavior
Deployment of plasma-contracts failed with error:
```
Deploying 'PaymentChallengeIFENotCanonical'
…
-
When signing using gg18, if the same message is signed multiple times as in: it will result in a unique (r,s) pair each time.
Example, Round 1:
./gg18_sign_client http://127.0.0.1:8000 keys.store…
-
Hello!
I would like to use your library to access the Ropsten network. I saw that the main change to switch networks was the base URL. I cloned your repo, and added a flag to the Account and Client…