CrabGopher
CrabGopher
Hi Can I use this lib with out action bar ?
``` >>> lein run -- --socks localhost:9050 "https://service.berlin.de/dienstleistung/120686" --dry-run ~/Projects/buergeramt-sniper OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in...
At the moment, smoldot supports only Aura and Babe consensus. Is there any plan to make it more pluggable ? Subspace(https://github.com/subspace/subspace) is built on Substrate with its own consensus protocol...
Sometimes events given twice. Didn't have multiple same events for the block I have noticed this
At the moment, we only trigger webhook when an anchored document is received from a collaborator. We should also trigger this on the creator node as well.
At the moment, we use Node: 10.15.1 Npm: 6.xx Any newer version will break the local depoyment.
https://api.etherscan.io/api?module=gastracker&action=gasoracle&apikey={apiKey} this api would provide 3 possible gas prices from safe, fast, veryfast. We can use this adjust the gas price for eth txns. If APIkey is not provided, api...
An API that can speed up a given transaction it started like metamask's `speedup` one
ATM we encode bytes as follows - Seconds(8 bytes) + nanoseconds(4 bytes) We can either remove the nanosecond completely and just encode the epoch until seconds. If we want to...