Aleksey
                                            Aleksey
                                        
                                    I had a prolem running a redis connection with namespace, as described in resque: # Set the redis connection. Takes any of: # String - a redis url string (e.g.,...
Can be used as: `` con = Clickhouse::Connection.new { session_id: true, ... } con.execute "CREATE TEMPORARY TABLE ..." ``
session_id parameter for the connection can be used to setup a session with Clickhouse One application is using TEMPORARY TABLE
Long SQL queries cause clickhouse to respond 400 on a valid query I finally had to switch to POST request in this way: def query_long part1, part2 data = JSON.parse...
``` { blocks(where: {_and: [{number: {_gte: 6123430}}, {number: {_lt: 6123615}}]}, order_by: {number: asc}) { number hash size epochNo fees transactionsCount opCert slotInEpoch slotNo forgedAt slotLeader { description hash } protocolVersion...
GraphQL ``` stakePools(where: {registrationTransaction:{hash: {_eq: "841cca81da918feb9fa7257a34630eac95794be712ed3faae6df64f215ce25f2"}}}){ id hash retirements { announcedIn{ hash } } } ``` returns error: ``` "path": [ "stakePools" ], "extensions": { "code": "INTERNAL_SERVER_ERROR", "exception": { "stacktrace":...
I got the following error on block ~ 16 million: ERROR: Error during handshake: Error on replay: Wrong Block.Header.AppHash. Expected 2902E81E5C1C9A789471CAF607CDCC2747A97A6C3257C9FA42D361A8D5E01D8B, got 937156DCB2220A0B323B4CD7040C368765F86DC76399090579AA37DB945DB66E bnc.log shows: I[2019-10-01|20:47:14.399] Added Order module=dex order="NewOrderMsg{Sender:...
@safe_min = 4.503599e15 should be @safe_min = 4.503599e-15 ?
Problem is that we need a full state of the lotus node from some pre-defined block. Node is failing very often, due to known bugs of corrupted database, which can...
v1.5.0-beta3 has this issue, as well all previous v1.5X and 1.4.1 build Example of query is: ```query { block(number: 62865016) { transactions { from { address } to { address...