[There](https://ethereum.github.io/execution-apis/api-documentation/) is a documentation of the ethereum api. I expected the library to implement all the necessary methods, e.g. eth_coinbase, that i didn't find [there](https://github.com/umbracle/ethgo/blob/main/jsonrpc/eth.go) Maybe you should implement a codegenerator to generate the client?