Afri
Afri
> But in general, thats not a good eng, practise. Both David and Step suggested, we should consider to respect the semantic versioning rule more, and introducing new create name...
I think it's a philosophical discussion. In general, blockchains by nature want to be backwards compatible as the history, to some degree, is always important in the present. I have...
Makes sense to group them by namespace instead of implementing them one by one, i.e., prioritize implementing: 1. Filecoin.Chain* 2. Filecoin.State* 3. eth_* 4. Filecoin.Wallet* And so on...
tests fail due to shanghai (or lack thereof) - https://github.com/q9f/eth.rb/pull/237 - https://github.com/ethereum/go-ethereum/pull/27360
Hi, you don't have any Ether to pay transaction fees. You can see it in the error message: "balance 0"
You only print out the balance of the GBP token (99898899000000000000000000), not the CUSH balance (0?). Try `client.get_balance()`
In that case, the node you are connected to is out of sync. How did you initialize the `client`?
There is nothing I can do here, the error you are seeing is from your client (not from my library): `insufficient funds for gas * price + value: balance 0,...
Yes, this means that your transaction didn't succeed. I just reviewed the logic and we throw an error, if something goes wrong and return a hash if it succeeds. However,...