Commit graph

8 commits

Author SHA1 Message Date
Calin Culianu
170c07e20d Added the relevant parts of libsecp256k1, plus pubkey.h
- We didn't add any asm
- We can now check sigs on tx's!
2019-05-01 09:22:10 +03:00
Calin Culianu
195551dfe7 Imported more bitcoin code: transaction class and serialization/deser
We will need this in the future to verify tx's and compose tx's

The Tx class is pretty usable as-is.. just manipulates a byte stream.
2019-05-01 00:40:29 +03:00
Calin Culianu
194611a406 Revert "pragma warning tweaks got gcc and clang"
This reverts commit f83c3eea47.
2019-04-26 22:21:04 +03:00
Calin Culianu
e0c5aec12e Revert "follow-up. got it wrong for gnuc :)"
This reverts commit 50c28f90c3.
2019-04-26 22:21:00 +03:00
Calin Culianu
50c28f90c3 follow-up. got it wrong for gnuc :) 2019-04-26 22:17:16 +03:00
Calin Culianu
f83c3eea47 pragma warning tweaks got gcc and clang 2019-04-26 22:11:14 +03:00
Calin Culianu
6c56a9157a added ifdef __clang__ to clang directives 2019-04-26 14:25:39 +03:00
Calin Culianu
9a10e74ec8 updated bitcoin dir to BitcoinABC latest, removing dep. on OpenSSL 2019-04-25 21:09:05 +03:00