Robert Zaremba

Results 248 comments of Robert Zaremba

All good, thanks @p0mvn

I know, I was checking it. This works perfectly with `native` compiler, but does NOT work with `solcjs` (there is no way to set a custom solcjs).

`"solcVersion": "0.6.3+commit.8dda9521" ` works. Thank you! FYI, I also tried the following and it doesn't work: ``` { "compiler": "solcjs", "solcVersion": "./node_modules/solc" } ``` Output: ``` npx waffle .waffle.json :(...

bump, was is there any update for page resize feature?

There are many benefits for having deterministic events: * offline balance tracking * realyers (notable go IBC relayer v1 was based on event tracking) * tooling There are may discussions...

@peterbourgon we know that events are not deterministic. We were are discussion various features around events, and, imho, every improvement is good - as long as it won't impact visibly...

There are over 2 years of discussions in that topic. Initially I wanted to Merkelize events in Tendermint block. But that won't happen.

BTW, many apps use events. You can track events using your own node.

Also I think your assumption is wrong. An app can use events. And we want to use them in reliable way. Hence the PR and all discussions.

@sunnya97 , events are note validated by the consensus. So, if you keep your own tendermint then you know legit events. And this discussion addresses the issue of reliably consume...