Remove wallet code [1.1.0] (#2593)

* Bump version to 1.1.0

* remove wallet crate

* wallet extracted + mine_block structs

* remove wallet doc

* remove unnecessary cargo deps

* rustfmt

* remove wallet from travis matrix

* move integration tests into separate crate

* rustfmt

* move integration crate to wallet
This commit is contained in:
Yeastplume
2019-02-21 11:57:45 +00:00
committed by GitHub
parent cbac14c135
commit ea4b4fc389
83 changed files with 465 additions and 18562 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_api"
version = "1.0.1"
version = "1.1.0"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "APIs for grin, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"