anonymoussprocket

Results 19 comments of anonymoussprocket

in nearley/lib/nearley.js on [line 167](https://github.com/kach/nearley/blob/master/lib/nearley.js#L167) the `Grammar.fromCompiled = function(rules, start) {` function can't find `rules.ParserStart` on [line 170](https://github.com/kach/nearley/blob/master/lib/nearley.js#L170) because it's exported differently, it is now at `rules.default.ParserStart`.

i'm able to load that block both by [level](https://arronax.io/tezos/mainnet/blocks/query/eyJmaWVsZHMiOlsidGltZXN0YW1wIiwibWV0YV92b3RpbmdfcGVyaW9kIiwibWV0YV9jeWNsZSIsImxldmVsIiwiYmFrZXIiLCJoYXNoIiwicHJpb3JpdHkiXSwicHJlZGljYXRlcyI6W3siZmllbGQiOiJsZXZlbCIsIm9wZXJhdGlvbiI6ImVxIiwic2V0IjpbIjE3NDkzMTkiXSwiaW52ZXJzZSI6ZmFsc2V9XSwib3JkZXJCeSI6W3siZmllbGQiOiJsZXZlbCIsImRpcmVjdGlvbiI6ImRlc2MifV0sImFnZ3JlZ2F0aW9uIjpbXSwibGltaXQiOjUwMDB9) and by [hash](https://arronax.io/tezos/mainnet/blocks/query/eyJmaWVsZHMiOlsidGltZXN0YW1wIiwibWV0YV92b3RpbmdfcGVyaW9kIiwibWV0YV9jeWNsZSIsImxldmVsIiwiYmFrZXIiLCJoYXNoIiwicHJpb3JpdHkiXSwicHJlZGljYXRlcyI6W3siZmllbGQiOiJoYXNoIiwib3BlcmF0aW9uIjoiZXEiLCJzZXQiOlsiQk1XRjZmdEFDNXhIOEw5aDM4blNIblY0NDdEdlk0aldLd3V5UmdxdE51OHdoUEhqVjgxIl0sImludmVyc2UiOmZhbHNlfV0sIm9yZGVyQnkiOlt7ImZpZWxkIjoibGV2ZWwiLCJkaXJlY3Rpb24iOiJkZXNjIn1dLCJhZ2dyZWdhdGlvbiI6W10sImxpbWl0Ijo1MDAwfQ).

do you have an example query that results in this error? there is no way at the moment to set a timeout.

Logger is only as chatty as you configure it to be, I'll merge this

I'm not sure what you mean in point 1. For point 2, consider these two reports: - [All contracts containing `CDR ;` in the script](https://arronax-beta.cryptonomic.tech/?e=Tezos%20Mainnet/accounts&q=eyJmaWVsZHMiOlsiYWNjb3VudF9pZCIsInNjcmlwdCIsInN0b3JhZ2UiXSwicHJlZGljYXRlcyI6W3siZmllbGQiOiJhY2NvdW50X2lkIiwib3BlcmF0aW9uIjoic3RhcnRzV2l0aCIsInNldCI6WyJLVDEiXSwiaW52ZXJzZSI6ZmFsc2V9LHsiZmllbGQiOiJzY3JpcHQiLCJvcGVyYXRpb24iOiJpc251bGwiLCJzZXQiOlsiIl0sImludmVyc2UiOnRydWV9LHsiZmllbGQiOiJzY3JpcHQiLCJvcGVyYXRpb24iOiJsaWtlIiwic2V0IjpbIkNEUiA7Il0sImludmVyc2UiOmZhbHNlfV0sIm9yZGVyQnkiOlt7ImZpZWxkIjoiYmxvY2tfbGV2ZWwiLCJkaXJlY3Rpb24iOiJkZXNjIn1dLCJsaW1pdCI6NTAwMH0) - [All contracts containing `Pair`...

I updated the links, we had a release that among other things changes the format of the share URL. For the first query I filtered by `Address` `starts with` `KT1`...

> need to change `sp.source` back to `sp.sender`. see https://michelson.nomadic-labs.com/#instr-SENDER Please review the latest changes

perhaps use clicks on the "USD", "EUR", "JPY" labels as a trigger: https://github.com/Cryptonomic/T2/blob/trunk/src/components/BalanceBanner/index.tsx#L153