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

Proposed Changes: GET /v0/state/tables/scopes -> GET /v0/state/table/rows GET /v0/state/tables/accounts -> GET /v0/state/table/accounts

using a non-root user with no permissions: on dfuse startup (mindreader-stdin) ``` (dfuse) ulimit max open files before adjustment (cli/setup.go:93){"current_value": 64000} (dfuse) unable to use our good enough ulimit max...

When we `init` or `start`, we check if `nodeos` version is supported by the binary. The check use the `global-nodeos-path` value to resolve which binary to use. However, `node-manager` and...

Search Archive errors out when, its start block is relative to head (a negative number) and the chain's head is less than said start block value. i.e. Search Archive start...

bug

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...

The idea is to show new state changes happening in close to real-time without having to refresh a page, but we still want, say, the oldest `10` events/actions. For example,...

Depending on the exact contracts we are looking for, the "wrong" pairs could be impossible to find. Right now, the same results "could" be found just because one set of...

We are running dfuse in a docker container: https://github.com/Conscious-Cities/eosio-react-app/blob/a738d786d716f4ce9994794aa715b06ea79758fd/blockchain/Dockerfile-dfuse When we request a transaction search using the https://docs.dfuse.io/reference/eosio/rest/search-transactions API **the response typically takes 3-6s, higher than expected**. This is on...

One cool feature requested recently was to see the list of accounts controlling the key used to signed a transaction. Not sure of the exact UI aspect, maybe a popup...

good first issue
feature

# Context Historically, all dfuse components were created with the assumption that the whole blockchain would be processed. A lot of effort has been put to allow parallel reprocessing of...