tocwex / fund

A sovereign platform for peer-to-peer economic activity with on-chain settlement and trusted identity assessment of work completion.
GNU General Public License v3.0
7 stars 0 forks source link

hotfix release: v0.2.X minor enhancements #76

Closed sidnym-ladrut closed 4 months ago

sidnym-ladrut commented 4 months ago
thelifeandtimes commented 4 months ago

allow simple config hot-swapping for users

is the idea here to have a ui element for switching between mainnet ethereum and testnet sepolia on livenet urbit, and then also urbit fakeships? (if so, i very much like the first and am unopinionated about the latter)

sidnym-ladrut commented 4 months ago

allow simple config hot-swapping for users

is the idea here to have a ui element for switching between mainnet ethereum and testnet sepolia on livenet urbit, and then also urbit fakeships? (if so, i very much like the first and am unopinionated about the latter)

This facility is primarily intended to allow users to trivially toggle debug messages on their ships, which will help us diagnose failures by looking at extended debug logs.

This feature could be extended to cover a "ethereum network switch" button, but I'm thinking that feature will be integrated with MetaMask (e.g. you switch your MetaMask to Sepolia and it will highlight all the Sepolia projects you know about). This would mostly be useful for us, but this allows power users to live test/demo the app as well and it lays the groundwork for potential multi-chain support (or, at least, multi-network ethereum support).