grin/wallet/src
Yeastplume 1199ed2cc1
[WIP] Aggsig Transactions (#530)
* First steps converting transaction workflow to be aggsig-enable

* integrating updated version of aggsig, which gives greater control over the contents of e

* added wallet transaction test to testing framework to enable testing the whole thing, completed interaction as far as inital response from recipient

* more aggsig work, final signature is produced now

* Construction of aggsig transaction now working to the point of the signature being built

* aggsig transactions working end-to-end in the nominal case

* refactor aggsig verify from commit and fix some tests

* more cleanup and test fixing

* cleaning up automated tests

* test+formatting fix
2018-01-10 19:36:27 +00:00
..
checker.rs Fix #321 Limit length of API utxo queries (#579) 2018-01-05 16:03:53 -05:00
client.rs [WIP] Aggsig Transactions (#530) 2018-01-10 19:36:27 +00:00
handlers.rs Cleanup HTTP APIs, update ports to avoid gap, rustfmt 2017-10-31 19:42:56 -04:00
info.rs Improve errors that confuse new users (#467) 2017-12-12 04:56:48 +00:00
lib.rs [WIP] Aggsig Transactions (#530) 2018-01-10 19:36:27 +00:00
outputs.rs Improve errors that confuse new users (#467) 2017-12-12 04:56:48 +00:00
receiver.rs [WIP] Aggsig Transactions (#530) 2018-01-10 19:36:27 +00:00
restore.rs Fix typo ''atheight'' instead of ''byheight'' in utxo handler (#577) 2018-01-04 10:39:30 -05:00
sender.rs [WIP] Aggsig Transactions (#530) 2018-01-10 19:36:27 +00:00
server.rs default wallet receive to listen on 127.0.0.1 (#229) 2017-11-02 16:19:22 -04:00
types.rs [WIP] Aggsig Transactions (#530) 2018-01-10 19:36:27 +00:00