-
i saw many contract have the same opcode for example at the address 0xD4F5bf184BeBFD53AC276ec6E091d051D0ed459E. it link to bitgo multisig wallet, i don't know how to make a transaction right on the re…
cauta updated
3 years ago
-
It is pretty tedious (and more than a little confusing) to have `generateContractWrappers` task fail due to invalid ABI for contracts with an empty ABI... particularly as this plugin begins to work to…
-
Was trying to figure out a way to test a deposit contract that I am working with, and am getting stumped on **how** to actually spin up an embedded node with a funded wallet
I'm using a quick helpe…
-
the related content in abi file :
```
{
"constant": true,
"inputs": [
{
"components": [
{
"name": "x",
"type": "bytes32"…
-
-
After geth version is upgraded from 1.9.15 to 1.9.23, the same code reports an error through web3j (Java) call, and the error message is method thread ' java.lang.NoSuchMethodError ' exception.
It ca…
-
# Polling logs for long period of time causes timeout
`WebSocketService` does not have a configurable timeout leading to situations where polling via `logsNotifications` for long periods of time wi…
Hadyn updated
3 years ago
-
A couple of reports of Teku being very slow to shutdown on `^C`.
Here's one. There's reportedly a long pause (~ a minute) before `Thread pool did not terminate`. This is running in our Docker image…
-
I am using Eventeum on mainnet and tracking ERC20 transfers of USDCV2 contract (I am also tracking other events too).
So I noticed that eventeum was keep getting crashed, see logs below.
```
Exc…
-
### Description
Using a malformed RLP packet, we crash the discovery service of Teku permanently.
### Attack scenario
* We identify the public key of a Teku node, from which we compute its nodeId…