Alexandre Bourget
Alexandre Bourget
Manual-run clean-up process After all sharded loading is done, we could go through all accounts by doing: ``` SCAN 02:0000000000000 02:fffffffffffffff LIMIT 1 -> 02:000000b1:ff:fffffff0000 -> 65535 actions over 1000...
dfuse Search is MUCH more reliable (see the cursor-based streaming protocol), much more performant, thinner on the bandwidth, and more flexible in terms of queries. There are no reasons it...
First draft proposal, please comment on. Here's what a SQL Sync config could look like: ```yaml sqlsync: tables_prefix: "eosio_chain1_" # Global prefix, for all tables whitelist_contracts: "*": tables: "*" #...
Right now, if you have a rewriting proxy in front of `eosq` or the `dashboard` (routing `/eosq` -> to the port of `dfuseeos` serving `eosq`), the returned HTML will not...
State of affairs: * FluxDB returns a stream of JSON. See https://github.com/dfuse-io/dfuse-eosio/issues/18 * We want streaming to use gRPC, fluxdb doesn't speak grpc/pb yet. * We want it to be...
There's a few things that would be desired: * [ ] GraphQL exposure, in streaming * [ ] Implement `lower_bound`, to continue when things drop The current JSON is streaming...
A few issues: * `-indices-store` are duplicated (between `search-archive` and `search-indexer`) * `-blocks-store` are duplicated (between almost all apps, `blockmeta`, `eosws`, `fluxdb`, `kvdb`, `mindreader`, `relayer`, `search-live`, `search-forkresolver`) * `--mindreader-oneblock-store-url` and...
 Seems it happened when shutting down, so perhaps a context cancellation caught, but a `Commit()` sent nonetheless.
cleos added that: https://github.com/EOSIO/eos/pull/5442 I didn't know you could revert to empty code after having some code set, same for the ABI.. I guess it allows a total clean-up of...
The way environment variables are interpreted is not clear from using the binary alone. We need an Examples section, or a few Getting Started tutorials: * Forum usage * Offline...