jaspervdm 7a95f42cc8 Detect reverted transactions (#355)
* Detect reverted transactions

* Add reverted amount to funds display

* Support cancelling reverted txs

* Add reverted_after field for reverted transactions

* Update grin dependency to master branch

* Panic on failed test cleanup

* Only delete test dir if it exists

* Stop wallet proxy in accounts test

* Stop proxy thread in all controller tests

* Typo

* Add sleep after revert test

* Longer sleep in revert tests
2020-03-10 16:49:17 +01:00
2019-02-26 09:42:37 +00:00
2020-02-24 22:31:44 -05:00
2020-03-10 16:49:17 +01:00
2020-03-10 16:49:17 +01:00
2020-03-04 13:38:40 +00:00
2020-03-06 09:33:47 +00:00
2020-02-24 22:31:44 -05:00
2019-03-26 19:36:37 -07:00
2020-02-24 16:21:33 +01:00

Build Status Coverage Status Chat Support Release Version License

Grin Wallet

This is the reference implementation of Grin's wallet. It consists of 2 major pieces:

  • The Grin Wallet APIs, which are intended for use by Grin community wallet developers. The wallet APIs can be directly linked into other projects or invoked via a JSON-RPC interface.

  • A reference command-line wallet, which provides a baseline wallet for Grin and demonstrates how the wallet APIs should be called.

Usage

To use the command-line wallet, we recommend using the latest release from the Releases page. There are distributions for Linux, MacOS and Windows.

Full documentation outlining how to use the command line wallet can be found on Grin's Wiki

License

Apache License v2.0

S
Description
No description provided
Readme 4 MiB
Languages
Rust 99.9%
Shell 0.1%