Thomas Vanderstraeten
Thomas Vanderstraeten
I suspect I found a situation where I run into the problems described in #127. When running Rails with the `config.cache_classes = true` (i.e., in staging and production), the sideloads...
Currently when calling the `web3.eth.getBlock()` function, the array of transactions that is returned contains only partially correct information about the transactions. Here is an example transaction retrieved with `getBlock(58459)`: ```...
First of all, thanks a lot for this excellent framework which finally brings some strong opinions as of how Vuex should be structured and configured 💪 ### Steps to reproduce...