anonymoussprocket
anonymoussprocket
These might help: ``` macroCADR: /C[AD]+R/ macroPAIR: /P[PA]+[AI]+R/; macroDUP: /D[U]+P/ macroDIP: /D[I]+P/ annotationPattern: /[\@\%\:]{1}[a-z_A-Z0-9]+/ ```
hi, it would be helpful if you provided some known-good samples for me to test against.
`limit 15, interval: 1200` will allow 15 threads (parallel requests) every 1.2 seconds or so. Data size wise, hen is at a point where a local cache makes sense for...
`Amount` in contract origination is the `Balance` of the new contract account.
Gas and storage fees are not expressed in xtz.
Multiple delegation contracts will be listed below the primary address. Are you asking for multiple tz1 account support?
I would like to produce fee statistics at standard Tezos temporal intervals.
We can record the contract hash in the accounts table, then join by address and group by hash. We can do this once a day.
You can already do a type of paging by adding a predicate on timestamp and moving that window with subsequent queries. Paging is expensive in a sense that if you...
I had this problem, ended up locking version to 4.24.0 in my package.json to resolve it. Not ideal since it's been broken for 3 months.