Cal Bera
Cal Bera
I was originally doing a wrapper in eth/core/ but I realized there’s no need for it. It works without the wrapper. Either you have the geth TxPool in the blockchain...
Here its in the blockchain: https://github.com/berachain/polaris/pull/580/files#diff-732b1d3ebcc7a1ce9c153310d8f40fbd45cbc54b72627b3d298727e6643cf318 Here is the (unused) wrapper `PolarisTxPool`: https://github.com/berachain/polaris/pull/580/files#diff-f2bae00423d965dd5d83cb38ea73ba24ca6560730a3b1abc828ffa9eec2f441b
nice nice, I actually was abt to push up a pr for this
temp fix #558 ignore all attributes on `SubmitProposal` event
@itsdevbear at time of InitGenesis, it seems the context is not setup? ``` 0xd9A998CaC66092748FfEc7cFBD155Aae1737C2fF acc is nil 0x4381dC2aB14285160c808659aEe005D51255adD7 acc is nil 0xBDF49C3C3882102fc017FFb661108c63a836D065 acc is nil 0x93354845030274cD4bf1686Abd60AB28EC52e1a7 acc is nil 0x7b5Fe22B5446f7C62Ea27B8BD71CeF94e03f3dF2...
https://github.com/berachain/polaris/blob/da7eeae7aa0c0fe7de2ec6b69fea7f3d4dd45b1e/cosmos/runtime/config/runtime.go#L91-L98 auth is before evm
Need to fix: ERC20 and distribution precompiles can't use SDK module accounts
should be implemented directly in Geth api backend
> > The that is correct, the benefit to the implementation we have right now, is that we only wrap the cachekv's individually. So the wrap only happens if we...
> The design of SnapMulti makes it so the Snapshot will only do a cache wrap of KVstores if they were changed and is doing so on a store by...