Vishakh

Results 27 comments of Vishakh

Is this done? I think I see a relevant page on the wiki.

@Messer4 At this point we don't have reason to think these issues are fatal. However, we are actively investigating data integrity after the Granada protocol-related changes to the Tezos node...

We are still looking at the underlying issue. However, for now, you can add the following line to your conf file as a workaround: `akka.http.parsing.max-to-strict-bytes: 20m`

@r4ravi2008 If you need to submit operations in Scala, then we can revive the operation signing code. Otherwise, we can just package the project as is as a JAR and...

Some comments from other auditors: ![image](https://user-images.githubusercontent.com/931163/42406972-c95434e4-8180-11e8-9b3b-a45178e62831.png)

This is due to an issue with our fork detection logic. We are actively working on a fix. In the meanwhile, you can use the hotfix/feature-flag-fork-detection branch to work around...

@ivanopagano Maybe I misunderstand but do we not `AND` ll predicates currently? Also, in common convention, `^` means `AND` and `V` mean `OR`. Do you also follow this convention or...

@ivanopagano Could you provide some concrete examples of hypothetical JSON queries and how they would work?

Could you please add more detail to this ticket? The fees table records are not calculated per block. Rather, they are calculated at arbitrary points of time. What do you...

So we are actually talking about a `fee_history` table separate from the `fees` table we already have. I'll expand this ticket accordingly.