lightclient

Results 84 comments of lightclient

@arnetheduck ah good to know! I guess this is my fault, I was trying to read the Joe Clapis guide which lead me to an older version of his repo...

Was able to fill some transactions in the console: ```console > eth.fillTransaction({ to: a, from:a , value:1, gas: 22000, nonce: 0}) { raw: "0x02ec820539808407735940846fc23ac08255f094c0ffee61108b46c8b84c63df14e3a607ac981e930180c0808080", tx: { accessList: [], chainId: "0x539",...

So I've applied this patch to run the new tests against the old fee logic. Both function pass all the tests. I think that is a good sign, because the...

Yep, that does appear to be the cause. It just seems a bit counterintuitive for it to fail with such a flexible request, especially since no gas limit was explicitly...

I spent a while looking through the code and I also couldn't figure out...

(this is unfortunately my current workflow for debugging asm contracts: https://github.com/lightclient/erc20/blob/main/debug/runner.sh)

@transmissions11 plz my family begs you

Fwiw, I think standardizing `admin` eventually would also be useful. Geth is [also looking](https://github.com/ethereum/go-ethereum/issues/24808#issuecomment-1149916550) for a namespace to dump non-standard methods. I was thinking maybe `x_*`, but not tied to...

Also have this issue.