Stéphane Duchesneau
Stéphane Duchesneau
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...
make mindreader keep a few last blocks (ex: 120 last blocks) so it can send them when burst is requested followup from closed issue #169
This can lead to the infra being non-functional and returning "no data" for fluxdb requests, instead of failing the requests The issue was seen when DNS resolution was broken on...
# 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...
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:...
(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...
The following json content fails on eosc, but works on cleos: (from block ID a8484bd676f62e09e38fa27e19ea962430a3141759b6a1d419dca38630d62a10) ``` { "signatures": [ "SIG_K1_Kju5zGHxKuzVVFUbmBgcMd8AcabVpq54nRNPFG9eiAkTkDpcv4R7HQmQe1qnuoNJxFYZbiQ9Zh5nTpqLyC6ESFcUxvb7HG" ], "compression": "none", "packed_context_free_data": "", "packed_trx": "4e88995b0061b52eeccd00001e000100a6823403ea3055000000572d3ccdcd0140e951d35d93919a00000000a8ed32322740e951d35d93919a202952d35d93919a204e00000000000004454f53000000000668656c6c6f3200" } ```
There is no example of using path_len in the full "signing_profile", and the details about "Basic Constraints" makes the user believe that the key should be called "pathlen", where it...
* hash generation and checking sanitize: filter out more characters from input, including dreaded "CRLF" line-endings (happened to me through "docker exec cat ...") * fetching: force utf-8 encoding in...
Sparse files are supported by the OS, but I'm lacking two operations in Go libraries: 1) fiemap (finding the mapped segments in a sparse file to figure out what should...