VolumeFi / paloma

The fast blockchain messenger protocol
Apache License 2.0
3 stars 2 forks source link

Rename gravity2 and change single chain references to multichain #1801

Closed verabehr closed 4 months ago

verabehr commented 4 months ago

As a Paloma user, I want the "gravity2" module to have a name that better represents it's functionality (it was heavily modified from the original gravity source) and I want the (cli) documentation to make clear that it is multichain instead of just for ETH.

Done when

cli commands that reference ETH only are updated:

byte-bandit commented 4 months ago

Any good idea for the new name? The most really good ideas are obviously already connected to big projects (gravity/wormhole/nexus/etc...). One I thought of that's not quite broadly used yet is flux. Or take inspiration from real world and call it skyway.

We can also be blunt and just call it bridge, but it's kinda boring.

byte-bandit commented 4 months ago

Old commands:

palomad q gravity2 last-observed-eth-block [chain-id]
palomad q gravity2 last-observed-eth-nonce [chain-id]
palomad q gravity2 pending-send-to-eth [chain-id]
palomad tx gravity2 cancel-send-to-eth [chain-id]
palomad tx gravity2 send-to-eth [chain-id]

New commands:

palomad q skyway last-observed-block [chain-id]
palomad q skyway last-observed-nonce [chain-id]
palomad q skyway pending-outgoing-txs [chain-id]
palomad tx skyway cancel-outgoing-tx [chain-id]
palomad tx skyway send-tx [chain-id]