Agoric / faucet

Agoric Bot
3 stars 2 forks source link

reset interface for administrators is unreliable #4

Open dckc opened 3 years ago

dckc commented 3 years ago

the current process for resetting faucet status is labor-intensive and error-prone.

I think we should be able to reduce it to a reaction in an admin channel.

dckc commented 3 years ago

This is biting us again.

The administrative docs (agoric-private/wiki/Faucet-reset) are out of date or something.

cc @michaelfig

dckc commented 3 years ago
            const command = [
              AG_SETUP_COSMOS,
              'shell',
              `${networkName}/faucet-helper.sh`,

-- https://github.com/Agoric/faucet/blob/master/src/main.js

^ so the bot runs in one world but invokes the helper in another?

I wonder why we do that.

I wonder if migrating this to Google AppEngine would simplify things.

cc @michaelfig