Stefan

Results 9 comments of Stefan

While Delphereum does ABI encoding/decoding of most primitive types and arrays and tuples, I am afraid it does not ABI-decode structs. You are welcome to open a PR. Thanks!

I cannot seem to reproduce this error. I have compiled the DUniX project with Delphi 11 to both the Win32 and the Win64 target.

Sure, feel free to open a PR and I would be happy to review/approve it. The ERC20 standard [is here](https://eips.ethereum.org/EIPS/eip-20).

Correct, you must modify web3.pas. What chain do you want to use?

Sure we can but that is not how Delphereum was designed. You are free to open a PR.

Delphereum was designed with an enum for supported networks, not to use some special chain.

Ideally, anything that outputs a message starting with [INFO] or [WARN] or [ERROR] should go though `log.Print*` (eg. outputs to StdErr) and everything else should go through `fmt.Print*` (eg. outputs...

> `[INFO] The listen server started and everything is great...` is a message of success, but it's coming through StdErr. That means we have to determine if the StdErr messages...