Commit Graph

160 Commits

Author SHA1 Message Date
Jane Lusby bdff22fc51 Merge commit '294026b2a41c3fa4ac9c7a93cfe00d834fe05f44' as 'depend/zcash' 2020-10-09 17:19:13 -07:00
Jane Lusby 86886c99f0 remove submodule 2020-10-09 13:49:39 -07:00
Dimitris Apostolou 9fa1d12ced
Fix typo (#11) 2020-10-05 11:09:14 -07:00
Jane Lusby 5a5cbe85f6
remove color-eyre from build dependencies (#9)
* remove color-eyre from build dependencies

* looks like we can remove this from the dev deps too

* (cargo-release) version 0.1.2-rc.1

* (cargo-release) version 0.1.2

* (cargo-release) start next development iteration 0.1.3-alpha.0
2020-09-21 16:01:37 -07:00
Jane Lusby 13762faf7e
fix issues with changelog (#8) 2020-09-15 18:37:37 -07:00
Jane Lusby 3505d64662
Merge pull request #7 from ZcashFoundation/rel
Create a new release and increment version for next development cycle.
2020-09-15 18:15:33 -07:00
Jane Lusby 91cc993062 (cargo-release) start next development iteration 0.1.2-alpha.0 2020-09-15 17:50:37 -07:00
Jane Lusby 29b6915388 increment version for new release 2020-09-15 17:13:06 -07:00
Jane Lusby 95acf44e83
update bindgen and cc deps (#6)
* update bindgen and cc deps

* try to get ci working

* add back old config and fix remote url

* i guess it actually was the config

* prep for releasing with cargo-release
2020-09-15 17:11:33 -07:00
Jane Lusby 8b69b996c8 Add description fields to cargo.toml 2020-08-13 17:04:25 -07:00
Jane Lusby dcde9a0b5b
merge zcash_script changes for final release (#3)
* initial working version on cc

* add basic actions automation

* checkout submodules

* don't require bindgen generation

* use newest zcash changes

* pause work on ripping out sodium

* push hacks to some version of the repo

* fix path in build.rs

* add job for testing different OSs

* str4d is the fucking greatest

* cleanup unused code

* remove symlink

* cleanup cruft

* remove old automation files

* Apply suggestions from code review

Co-authored-by: Saleem Rashid <dev@saleemrashid.com>

* add failure case test

* always generate bindings

* install llvm dep on windows

* cleanup unused bindings

* try messing with CI

* use actual branch name

* use correct remote for gitmodules

* Update build.rs

Co-authored-by: Saleem Rashid <dev@saleemrashid.com>

* rename to zcash_script

* cleanup last mentions

* Prepare zcash_script for release (#2)

* cleanup last mentions

* add files that need to be included

Co-authored-by: Saleem Rashid <dev@saleemrashid.com>
2020-08-13 16:47:37 -07:00
Jane Lusby c2252b2a07
initial working version on cc (#1)
* initial working version on cc

* add basic actions automation

* checkout submodules

* don't require bindgen generation

* use newest zcash changes

* pause work on ripping out sodium

* push hacks to some version of the repo

* fix path in build.rs

* add job for testing different OSs

* str4d is the fucking greatest

* cleanup unused code

* remove symlink

* cleanup cruft

* remove old automation files

* Apply suggestions from code review

Co-authored-by: Saleem Rashid <dev@saleemrashid.com>

* add failure case test

* always generate bindings

* install llvm dep on windows

* cleanup unused bindings

* try messing with CI

* use actual branch name

* use correct remote for gitmodules

* Update build.rs

Co-authored-by: Saleem Rashid <dev@saleemrashid.com>

Co-authored-by: Saleem Rashid <dev@saleemrashid.com>
2020-07-22 14:02:44 -07:00
Steven Roose 20d5c11746
Merge pull request #14 from elichai/2020-01-bitcoin-0.19
Bump version to 0.19.0.1
2020-01-08 19:35:51 +00:00
Elichai Turkel e544eb242d
bump version to 0.19.0-1 2020-01-07 16:55:56 +02:00
Elichai Turkel 1972a1f612
Update bitcoin submodule to 0.19.0.1 2020-01-07 16:55:55 +02:00
Elichai Turkel 6c5cc47f90
Pin cc version to match rust-bitcoin/rust-secp256k1#156 2020-01-07 16:44:45 +02:00
Elichai Turkel 3e0009474b
Add a feature for external libsecp256k1 2020-01-07 16:41:21 +02:00
Elichai Turkel 300e3d2ae5
Fix cross compilation to windows in build.rs 2020-01-07 16:23:13 +02:00
Elichai Turkel 60e17c99da
Compile libsecp256k1 as part of bitcoin, not as a dependency 2020-01-07 16:22:37 +02:00
Elichai Turkel 32e432ff71
Move bitcoin into a depend directory 2020-01-07 16:07:05 +02:00
Tamas Blummer 6fa2f9e9d0 make secp256k1 a regular dependency 2019-08-02 22:11:02 +02:00
Jonas Nick df33c1a75f Relax cc dependency requirements, bump secp256k1 to 0.15 and bump version to 0.17.0 (#9)
* Relax cc dependency requirements, bump secp256k1 to 0.13 and bump version to 0.16.5

* Update travis and appveyor to use minimum rustc version 1.22.0 required by secp256k1 0.13

* Add WIN32 define for Windows target, remove endianness decls.

* Relax cc requirements, bump secp256k1 to 0.15 and bump version to 0.17.0
2019-07-27 09:12:54 +02:00
Tamas Blummer bc1039d517 bump version 2018-12-19 22:45:14 +01:00
Matt Corallo 3d69dfc431 Bump deps and pin cc (#7)
* Bump bitcoin dep to v0.17.1rc1 (which should be final this week)

* Fix cc dep as the rust ecosystem is terrible

* Move secp to a dev-dep and bump it
2018-12-19 22:32:34 +01:00
Matt Corallo 6b6c1b6043 Bump to Bitcoin Core 0.16.1 and bump deps (#5)
* Bump bitcoin to v0.16.1

* Bump deps and version for bitcoin update

* Fix badge links in README
2018-06-24 19:17:49 +02:00
Tamas Blummer 2121e233c0 windows build 2018-05-11 15:25:17 +02:00
Aleksey Sidorov 98b23bfb4e Implement build script for windows (#4)
* Implement build script for windows

* Add ci build for rust 1.14.0, disable parallel build

* Disable warnings about unused variables.
2018-05-11 15:19:05 +02:00
Tamás Blummer b68265a7e2
Update README.md 2018-04-09 13:36:06 +02:00
Matt Corallo 66d6983f00 Bump version to 0.16.2 since cargo doesn't understand hyphens (#2) 2018-04-09 13:33:24 +02:00
Andrew Poelstra afb4173e73 Fix build for rustc 1.14; turn on Travis (#1) 2018-04-04 12:00:05 +02:00
Tamas Blummer 9bc3c15485 point to rust-bitcoin 2018-03-14 20:32:25 +01:00
Tamas Blummer 55f378e075 should not exclude src/compat 2018-03-10 17:15:42 +01:00
Tamas Blummer 876dc722ce exclude further source directories from package 2018-03-10 17:13:55 +01:00
Tamas Blummer e10fde64cc bump version and exclude files from package that are not needed to compile the c++ code 2018-03-10 17:08:05 +01:00
Tamas Blummer f91bdc48a3 use http for submodules 2018-03-10 14:17:52 +01:00
Tamas Blummer ac28390d13 make bitcoinconsensus::Error cloneable 2018-03-10 14:03:52 +01:00
Tamas Blummer 7ae91d25f4 point to the rust-bitcoin org 2018-03-06 09:05:15 +01:00
Tamas Blummer 60983391ad name change to bitcoinconsenus 2018-02-26 09:06:53 +01:00
Tamas Blummer 1456bcac9f secp256k1 dependency version to 0.8 2018-02-26 08:57:18 +01:00
Tamas Blummer b3fdeb0a47 match newest rust-secp256k1 version 2018-02-26 07:29:33 +01:00
Tamas Blummer eefb256e58 explain rust-secp256k1 dependency 2018-02-26 07:01:45 +01:00
Tamas Blummer dc7d6ae329 secp256k1 is a link dependency 2018-02-25 22:47:50 +01:00
Tamas Blummer 2fab09f4ea comments 2018-02-25 20:38:00 +01:00
Tamas Blummer 892f159764 added tests and docs 2018-02-25 19:48:00 +01:00
Tamas Blummer 73679aa444 first test and more docs 2018-02-25 11:26:02 +01:00
Tamas Blummer 444a84bc98 Build comments 2018-02-25 10:01:02 +01:00
Tamas Blummer df1c26f1c5 typos 2018-02-25 09:37:41 +01:00
Tamas Blummer dda24dee99 cleanup compiler flags 2018-02-25 09:33:12 +01:00
Tamas Blummer 9cb24189e8 add VERIFY_ALL 2018-02-25 09:28:15 +01:00
Tamas Blummer d030e549e4 documentation 2018-02-25 09:22:09 +01:00