holisticode
holisticode
So the `AccountingAPI` is actually the API to access the metrics defined in `p2p/protocols`. It is thus NOT an API to access actual balances with nodes and peers, but to...
No, accounting does not use metrics from start. Metrics are metrics and is indeed used for instrumentation only. Accounting uses its own datastore (LevelDB) for storing balances and cheques and...
Yes, indeed, tests do - currently - rely on instrumentation for proper synchronization, because that is the most easy way to do it. Of course, this also could be understood...
@janos 's opinion highly welcomed
Actually I wanted your opinion on archiving entries, and how to do it, because you have extensively investigated LevelDB. However, I now realize that this ticket is about adding a...
> * would we be able to tell if the data we need is archived? how? => > different prefixes for archived keys and regular ones in StateStore is the...
You'd probably first search the "live" keys, and if not found, the "archived" ones. But keep in mind that we did not decide yet if we are going to archive...
We need the blacklist for this. Postponed but needs to be implemented before main net launch.
Thanks for the response guys. I don't know if you want to continue this conversation elsewhere, but I would welcome some support. In fact, I don't really understand the issue....
I am a bit confused here about what's the status here. - Is pump.io ready for internationalization? - Does a Spanish translation already exist? If we get a green for...