meowsbits
meowsbits
**Describe the bug** block pagination back button goes back to first page instead of back 1 page **To Reproduce** Steps to reproduce the behavior: 1. https://expedition.dev/blocks/10500095?network=mainnet 2. click the left...
**Describe the bug** It seems that the RPC fetch method(s) are called every time the value in the input field changes.  This gets really boggy for me. **Expected behavior**...
Ticket spun off from convo here: https://github.com/etclabscore/expedition/pull/232#discussion_r367699347 Source reference: https://github.com/etclabscore/expedition/blob/master/src/components/BlockList/BlockList.tsx#L77 Applicable common value types that could/should be supported. - [ ] block hash - [ ] tx hash - [...
**Is your feature request related to a problem? Please describe.** I'm using Expedition locally; pointing the `Ethereum JSON-RPC` value at a local geth instance `http://localhost:8546`. Whenever I reload the page,...

**Describe the bug** Invalid arguments provided to the command are ignored, instead of causing an error. **To Reproduce** ``` $ jade-service-runner wow such args info: Service Runner port starting on...
I want to be able to separate DIR concerns for default services, separating, say, executables from their/an associated data storage location (also transport, like IPC, paths). For example: https://github.com/etclabscore/jade-service-runner/blob/master/src/service-runner-config.json#L9-L36 ```...
**Describe the bug** `jade-service-runner` times out on my request. **To Reproduce** ``` $ cat /etc/systemd/system/jade_service_runner.service [Unit] Description=Jade Service Runner [Service] Type=simple User=ia Restart=always RestartSec=3 TimeoutStopSec=10min ExecStart=/bin/sh -c 'JADE_DEBUG=1 /home/ia/.nvm/versions/node/v13.1.0/bin/jade-service-runner -d...
**Describe the bug** Using `jade-service-runner -d ` causes unexpected behavior. Using this flag with different values at different times gives seemingly-inconsistent results. **To Reproduce** ``` ubp52 /home/ia/myproject/ $ jade-service-runner #...
 This makes refresh and bookmarking impossible.