David Roon
David Roon
test is failing, need to fix it now
Background: We're having issues with type resolution with variables in clauses that are not mapped in the main template I've made a fix for that but we still have an...
A new BankExtension facade that migrated from BankV1 to BankV2 without losing the previous state
Not much information yet but creating an issue to avoid forgetting it. Once ETH2 is deployed and EIP-4844 is deployed, we should start investigating how we could use the new...
Right now, we do simple accumulation of voting (majority voting) We should be able to adapt the approach to other types of voting (quadratic for example)
The same approach should be possible for multiple options (and not just yes / no) We need to think how to adapt the approach to multiple options. I think the...
if you use .toString to render the tags (instead of .render) StringFrag doesn't behave as expected. I.e. StringFrag("hello world").toString shouldBe "hello world" but actually StringFrag("hello world").toString is "StringFrag(hello world)"
The idea is the following: 1. We start a local node 2. At the same time, we start an RPC provider to a node from the same network 3. As...
Most of my tests / work is being done with EthereumJ. I should have integration tests to make sure RPC works as well as the embeded version