OmniLayer / omniwallet

Omni Protocol Hybrid Web-Wallet
https://www.omniwallet.org
GNU Affero General Public License v3.0
327 stars 187 forks source link

Create Buy and Sell transactions using an offline address #995

Open Nevtep opened 9 years ago

Nevtep commented 9 years ago

With the introduction of Armory Offline Addresses the old architecture used on the Buy and Sell controllers will be deprecated. The TransactionGenerationController includes all the needed methods to support offline addresses transactions, Buy and Sell controllers need to be refactored in the same manner that other controllers implement the TransactionGenerationController.

Basically is an issue to track support of doing Buy and Sell using offline addresses, I'm working on it.

achamely commented 9 years ago

Completed with #982

Nevtep commented 9 years ago

@achamely buy and sell are still not supported because they don't implement the TransactionGenerationController, along with the refactor support of these will be added. This one is still open I guess

achamely commented 9 years ago

Misread the title when we were cleaning up earlier reopened and moved forward