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

If someone tries to hit `/v1/chain` API proxied calls via a `POST` there is a double trailing slash between the hostname and the path element of the URL, the HTTP...

bug
good first issue
feature

Deploying eosio and the eosio.cdt via HomeBrew has made it reasonably simple for new devs to get up and running on MacOS. It would be ideal if `defuseeos` followed this...

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

Would be handy to display the relevant ports for each component within the dashboard. We'll help to make it more of a one-stop tool to gather information.

EOS Mainnet mindreader panicked with `fatal error: runtime: sudog with non-nil elem`. This comes from `dfuse-eosio/codec/consolereader.go:109`: ``` File dfuse-eosio/codec/consolereader.go 106: func (l *ConsoleReader) Read() (out interface{}, err error) { 107:...

bug

One of these may be related to #31 ``` Starting dfuse for EOSIO with config file './dfuse.yaml' Launching applications: abicodec,apiproxy,blockmeta,dashboard,dgraphql,eosq,eosws,fluxdb,merger,mindreader,node-manager,relayer,search-archive,search-indexer,search-live,search-router,trxdb-loader ================== WARNING: DATA RACE Write at 0x00c0004815d0 by goroutine 110:...

I'm trying to utilize Anchor Wallet by Greymass and running into issues where it won't recognize accounts on my local dfuse chain. See this conversation I had with Aaron briefly....

(split task from #22 ) Now that nodeos maps it's warning to zap level, it's annoying to have them by default. * Previous suggestion: We should probably try to tweak...

feature

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

missing info