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

statedb gets stuck sometime when some component shuts down. It's not clear which other dfuse component stopping is causing it to stop moving forward. restarting dfuse unsticks it. By "stuck"...

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 11.0.1 to 11.0.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-dev-utils&package-manager=npm_and_yarn&previous-version=11.0.1&new-version=11.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The following log has been output `found a hole in a oneblock files (merger/bundle.go:101){"bundle_lower_block": 2257100, "missing_block_num": 2257182, "missing_block_id": "2206ae27"}` #### dfuse.log.json ``` {"level":"info","ts":1613974873.342177,"logger":"trxdb-loader.js.file","caller":"bstream/filesource.go:179","msg":"reading from blocks store: file does not (yet?)...

#### The last part of the log of dfuse.log.json ``` {"level":"error","ts":1613751208.8336573,"logger":"mindreader","caller":"mindreader/mindreader.go:265","msg":"failed storing block in archiver, shutting down and losing blocks in transit...","error":"open file: open /data/dfuseeos/dfuse-data/mindreader/work/0002257/0002257182-20210219T161329.0-2206ae27-be9aceaa.dat.temp: too many open files"} {"level":"info","ts":1613751208.833732,"logger":"mindreader","caller":"mindreader/mindreader.go:241","msg":"waiting...

hub shutting down subscriber source, it is over desired chan size and grace period over (hub/hub.go:174){"current_length": 100, "target_max_channel_size": 100, "chan_capacity": 400} Excuse me, is this error normal? How to fix

### I try to execute ``` query($account: String!,$contract: String, $cursor: String, $limit: Int64) { getAccountHistoryActions(account: $account,contract: $contract,cursor: $cursor, limit: $limit ) { edges { cursor node { blockID blockNum blockTime...

I currently customize development based on EOSIO-eos. Compared with EOSIO-eos, the difference is the prefixes of custom genesis account and system account. I would like to ask whether dfuse-eosio supports...

good first issue
feature