dfuse-eosio icon indicating copy to clipboard operation
dfuse-eosio copied to clipboard

dfuse for EOSIO

Results 99 dfuse-eosio issues
Sort by recently updated
recently updated
newest added

I had a case where I had a syntax error in the `config.ini` file, the output format when logging through zap is: ``` 2021-01-15T15:56:59.717-0500 (mindreader) operator ready to receive commands...

eosq is using REST API calls which are deprecated. In order to actually remove those API calls from the backend, eosq needs to be re-written to use graphql.

On some EOSIO chains (namely EOS Mainnet), the number of transactions to load on the EOSQ homepage takes a long time. That's because EOS Mainnet has very big transactions. The...

Followup to: https://github.com/dfuse-io/dfuse-eosio/issues/184 Tikv does not recommend increasing raft-entry-max-size, therefore design of dfuse should be changed so that data can be inserted that stays under this limit.

When defining an adapter for tikv, you can pass parameters like: ``` compression=zstd&compression_size_threshold=512000&batch_size_threshold=6000000 ``` dfuse sometimes tries to insert data larger than the size_threshold because based on current design cannot...

Meaning: filtering already filtered blocks. We want to be able to pre-filter some large blocks, reduce them to take out undesired transactions, and then base a next phase of filtering...

tokenmeta keeps trying to connect to and s3 endpoint where the IP address changed (DNS is the same). So the same request fails over and over and over. ``` (tokenmeta)...

In the current dfuse architecture only one merger, trxdb loader and statedb loader is allowed (vs other components where you can run apps concurrently) It would be nice if multiple...

It could be an "optimistic" request, where it does not 'have' to comply, but upon reconnection from a broken stream, this is useful to limit how many blocks we want...

what if