Sebastian Geisler
055d0fb087
Prepare release 0.26.2
2021-06-08 15:34:27 +02:00
Dr Maxim Orlovsky
d2ee8e81f3
Bump version to 0.26.1
2021-06-06 20:04:18 +02:00
Dr Maxim Orlovsky
5b962dc9a9
Updating dependency versions
2021-05-04 03:58:56 +02:00
Dr Maxim Orlovsky
122450b102
Fixing hashes core dependency and fuzz feature
2021-05-04 03:47:34 +02:00
Nadav Ivgi
4a7cf34eeb
Use efficient serialization for non-human-readable formats
2021-01-14 19:36:36 +02:00
Andrew Poelstra
010068ba32
bump version to 0.26
2021-01-12 23:26:10 +00:00
Thomas Eizinger
e52e48eebb
Don't enable `recovery` of `secp256k1` in the dependency declaration
...
Enabling this feature in the dependency declaration defeats the point
of exposing a feature in rust-bitcoin that enables this because
cargo currently does not provide a way to disable a once activated feature.
2021-01-06 12:23:51 +11:00
Thomas Eizinger
68840b65f5
Bump to secp256k1 0.20
...
This version removes the fuzztarget and endomorphism features.
2021-01-04 15:25:45 +11:00
Steven Roose
94b7371424
Replace serde_struct_impl with derive-based impls
2020-12-30 16:32:52 +01:00
Steven Roose
a56712befc
Create tagged taproot hashes
2020-11-30 20:13:11 +00:00
Steven Roose
e07ee5165a
Bump version to v0.25.2
2020-10-26 15:44:19 +00:00
Andrew Poelstra
cdb579c101
Merge pull request #491 from apoelstra/2020-10--0.25.1
...
bump version to 0.25.1
2020-10-20 13:37:31 +00:00
Steven Roose
f7422fb8d1
Add MessageSignature type for dealing with signed messages
2020-10-11 22:44:00 +02:00
Andrew Poelstra
17e733d85b
bump version to 0.25.1
2020-10-09 13:31:46 +00:00
Elichai Turkel
eda47c31c9
Remove redundant code / configurations
2020-10-08 17:11:18 +03:00
Elichai Turkel
ad0064db14
Remove hex as a dev-dependency
2020-10-08 17:08:48 +03:00
Riccardo Casatta
31e63cb1d2
Expose features of secp256k1
2020-10-02 09:18:33 +02:00
Andrew Poelstra
6138084c5b
bump version to 0.25, MSRV to 1.29
2020-09-10 20:06:10 +00:00
Andrew Poelstra
e2bef1c4a6
bump version to 0.24.0
2020-09-10 19:02:53 +00:00
Andrew Poelstra
a1450058d9
bump major versions of rust-secp and bitcoin_hashes deps
2020-09-10 16:42:08 +00:00
Sebastian Geisler
139fc02592
Fix #430 : ruy rust 1.22 inccompatibility
2020-06-04 22:05:16 +02:00
Andrew Poelstra
659f2edb3b
Merge pull request #381 from elichai/2020-01-hex
...
Remove the hex dependency
2020-01-24 19:14:20 +00:00
Elichai Turkel
399950bf71
Restrict serde-json dev dependency to less than 1.0.45
2020-01-23 11:45:59 +02:00
Elichai Turkel
c19b736566
Remove the hex dependency
2020-01-20 18:50:02 +02:00
Steven Roose
2326dd6a82
Update secp256k1's rand feature to rand-std
2020-01-09 11:11:49 +00:00
Steven Roose
2f89c943e1
Release v0.23.0
2020-01-07 19:27:05 +00:00
Steven Roose
448b45a3ba
Bump version to v0.22.0
2020-01-06 22:36:15 +00:00
Dr Maxim Orlovsky
5fc24dea33
Multiple fixes for hash types and their computing
...
Unit test for wtxid and SegWit transactions
2020-01-01 13:54:23 +01:00
Matt Corallo
acb43af981
Drop byteorder dependency
...
Taking an external dependency just to convert ints to byte arrays
is somewhat of a waste, especially when Rust isn't very aggressive
about doing cross-crate LTO.
Note that the latest LLVM pattern-matches this, and while I haven't
tested it, that should mean this means no loss of optimization.
2019-12-05 10:41:00 -05:00
Matt Corallo
f1f7718b6c
Drop (non-test/serde) hex dep in favor of bitcoin_hashes' fn's
2019-12-05 10:40:59 -05:00
Thomas Eizinger
7be4ac0403
Include secp256k1 'serde' feature flag in 'use-serde' feature
2019-11-21 12:06:06 +11:00
Thomas Eizinger
24bb6590d6
Expose secp256k1 'rand' feature flag
...
By exposing this, we can use the 'rand' dependency of secp256k1
in a project that only depends on rust-bitcoin without having to
add a separate dependency in order to activate the feature flag.
2019-11-21 12:05:46 +11:00
Andrew Poelstra
fb6f50b0ea
bump version to 0.21.0
2019-10-02 15:42:58 +00:00
Tamas Blummer
78a4f09861
nit
2019-08-22 16:21:16 +02:00
Tamas Blummer
14e61df578
move rand feature of secp256k1 into dev-dependencies
2019-08-22 08:58:58 +02:00
Tamas Blummer
76ec4ad820
single line dependencies. setting cargo version to 0.20.0
2019-08-21 20:13:53 +02:00
Tamas Blummer
9f3e355c5c
upgrade to secp256k1 0.15 and bitcoinconsensus 0.17
2019-08-21 19:04:40 +02:00
Elichai Turkel
837030b04f
Bump version to 0.19.2
2019-08-20 13:28:58 -04:00
Elichai Turkel
df1a5fd6b5
Remove serde-derive as a dependency
2019-08-19 13:29:38 -04:00
Elichai Turkel
0153061647
Bump version to 0.19.1
2019-08-16 16:08:36 -04:00
Elichai Turkel
747e9ce75c
Pinned serde version and re-export bech32
2019-08-16 16:08:14 -04:00
Andrew Poelstra
fbc85105b3
Merge pull request #314 from stevenroose/release-0.19.0
...
Release v0.19.0
2019-08-16 19:29:03 +00:00
Elichai Turkel
3bab3e7ea2
make secp256k1/rand a dev-dependency
2019-08-16 13:18:15 -04:00
Steven Roose
a472039301
Release v0.19.0
2019-08-16 16:41:08 +01:00
Steven Roose
385a657974
Refactor Address
...
- use AddressError instead of encode::Error
- replace using bech32-bitcoin with Payload::WitnessProgram variant
2019-08-13 08:47:10 +01:00
Elichai Turkel
4a1830c423
Replaced Read trait with a generic over Read ( #307 )
...
Removed tempfile usage from stream_reader
2019-08-07 17:35:22 +02:00
Tamás Blummer
c93a70487f
Add client side block filter (BIP158) ( #281 )
...
* add client side block filters with code from murmel. use siphash from bitcoin_hashes pass Bitcoin Core tests upgrade to bitcoin_hashes 0.7
* add filter.filter_id() test use BlockFilter directly
* fixed edge cases of matching empty query sets or or using empty filter
2019-07-26 09:36:25 +02:00
Andrew Poelstra
cded694381
Merge pull request #277 from jonasnick/rand
...
Remove unused rand dependency
2019-07-03 20:42:44 +00:00
Steven Roose
30201f3924
Remove Decimal and replace strason with serde_json
2019-06-13 18:29:16 +01:00
Jonas Nick
94fba3aa88
Remove unused rand dependency
2019-06-10 13:59:31 +00:00