Greg Hill
Greg Hill
Hey @rohitkumarWUSTL! Thanks for the interest, I can post a few links which I think may be of help. So when we establish the web3 service [here](https://github.com/hyperledger/burrow/blob/master/rpc/eth.go#L55), we should pass...
So currently we only pass `tmConfig` as you've discovered, but we can pass the full `BurrowConfig` instead since it contains the Tendermint configuration. For this task we'll want to add...
Those changes sound good to me! We can name the sub-struct `Web3`, and start off with a conversion rate field that is either a customizable `*big.Int` or we can create...
9th precompile: https://github.com/ethereum/EIPs/issues/152
Correct, however this unfortunately is not the case with our docker build steps which do not share this cache.
This can also be extended to the `burrow dump` client. (see also: #1142)
We'll probably also need the ability to push this partially signed tx to a running node.
Sorry for the late reply @devos50! Burrow needs to know where your ABIs are stored so it can properly encode your function call. You can do what you've done above,...
Hmm okay, this is odd behavior indeed! Let me investigate this further.
Please go ahead @deepakchethan!