You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Evolution of wallet code requires QT 6 C++ , but plugins shall remain written in golang for better memory management.
Describe alternatives you've considered
Reimplementing plugin API is not an option . Thee's too much effort involved and C++ does not seem a language that can make things easier for plugin development long term .
Is your feature request related to a problem? Please describe.
Evolution of wallet code requires QT 6 C++ , but plugins shall remain written in golang for better memory management.
Describe the solution you'd like
Wallet code will be separated from plugin API code and
will remain in https://github.com/fibercrypto/fibercryptowallet repositorywill be moved onto https://github.com/fibercrypto/fibercrypto . These shall be the initial steps.libfibercrypto
remains functional after the migrationCHANGELOG
Makefile
Describe alternatives you've considered
Reimplementing plugin API is not an option . Thee's too much effort involved and C++ does not seem a language that can make things easier for plugin development long term .
Additional context
Use newren/git-filter-repo for rewriting
git
history.The text was updated successfully, but these errors were encountered: