Alex Ostrovski
Alex Ostrovski
I imagine that the local node configuration (which includes all private keys) may be encrypted (say, with the help of a password-based encryption scheme, similar to the one used in...
There is also "non-service" local config (e.g., the consensus private key, networking params, etc.)? I mean this config too. I've got the impression that all local config settings are stored...
Some preliminary thoughts. Just want to share; nothing should be taken as an authoritative direction for implementation at this point. There are 2 problems associated with tx prioritization: - **Problem...
@alekseysidorov By `SERVICE_ID` I did not mean an integer ID, but rather a vendor-provided GUID of the service (like, say, qualified package names work in Java; or resource naming in...
Got it; I am proponent of clarity of code at the expense of speed (in reasonable margins) - that's probably why I'm not an expert Rust coder :) But I...
Seemingly, there are two ways to approach this modification, and I'm not sure which one is proposed: * Make leader exclusion a **consensus rule,** i.e., something that must be checked...
I'm feeling stupid, but I still don't see the problem. A lagging validator can request and download blocks up to the current height and validate them using a generic procedure...
@boguslavsky @defuz @gisochre Are you OK with this interface? Maybe, `ListView` or `MapView` need to have other methods? As for JSON for constructors, I see it slightly more verbose than...
I've implemented [a PoC for type defs](https://github.com/slowli/exonum-client/tree/enums/), which includes possibility of [tree implementation](https://github.com/slowli/exonum-client/blob/c3a040e8953f03c81fbe03b4bbf56027bf860067/test/types/spec.js#L138), among other things. Very rough, but you probably get the general idea.
A really late question, sorry for not raising it before. What if the event filtering is controlled via an additional field in `Filter` (used in `eth_newFilter` and `eth_getLogs`) / `PubSubFilter`...