beetapp / beeteos

BeetEOS is a stand-alone key/identity-manager and signing app for Bitshares and EOS based blockchains, heavily influenced by the Beet and Scatter wallets.
MIT License
3 stars 2 forks source link

Remove non-EOS cryptos + related code #4

Closed grctest closed 1 year ago

grctest commented 1 year ago

Is your feature request related to a problem? Please describe.

Since this wallet has been funded to exclusively focus on EOS technologies, we should remove the non-EOS cryptos from this wallet.

Describe the solution you'd like

We should retain the blockchain factory format, so that backwards compatibility with the Beet multiwallet is ensured whilst we work on tech advances.

We remove non EOS code so that we can focus exclusively on the EOS implementation without non-EOS distractions.

Removing non EOS cryptos will also also mean fewer package dependencies to manage.

Describe alternatives you've considered

Rather than remove the non EOS code, we could simply remove non-EOS cryptos from the 'add account' page, ensuring users use this wallet exclusively for EOS tech.

Additional context

Note: The original Beet multi-wallet will not remove cryptos nor go EOS exclusive, this wallet is just focusing on a smaller crypto subset.

grctest commented 1 year ago

The non EOS code has been removed, only the locales for Bitshares remain, but those can easily be deleted when we're localizing the EOS operations.