Aditya Kulkarni
|
98f9bda329
|
Add binding signature only if needed
|
2020-04-04 08:21:06 -07:00 |
|
Aditya Kulkarni
|
f8d01215a0
|
merge serialize fix
|
2019-09-10 10:18:58 -07:00 |
|
Aditya Kulkarni
|
3ee778de59
|
transparent inputs should use serialize_der()
|
2019-09-10 10:01:13 -07:00 |
|
Aditya Kulkarni
|
f60d7d331b
|
Merge branch 'transaction-builder-transparent-inputs' of git://github.com/str4d/librustzcash into str4d-transaction-builder-transparent-inputs
|
2019-09-05 13:37:08 -07:00 |
|
Jack Grigg
|
4c1237fa50
|
zcash_client_sqlite::transact::create_to_address()
|
2019-08-29 17:53:40 +01:00 |
|
Jack Grigg
|
388a585515
|
transaction::Builder::add_transparent_input()
|
2019-08-16 17:13:24 +01:00 |
|
Eirik Ogilvie-Wigley
|
81c58172c3
|
cargo fmt zcash_primitives
|
2019-08-15 10:39:55 -06:00 |
|
Jack Grigg
|
5fb9b86ba0
|
Move Jubjub, Pedersen hash and primitives into zcash_primitives
|
2019-08-14 10:47:22 +01:00 |
|
Jack Grigg
|
7ea6d10480
|
Move redjubjub into zcash_primitives
|
2019-08-14 10:43:25 +01:00 |
|
Jack Grigg
|
1760b275a7
|
Simplify transaction builder tests
Requires impl PartialEq for Transaction, which is implemented as a TxId
comparison (relying on the invariant that Transaction is immutable).
|
2019-08-13 15:24:08 +01:00 |
|
Jack Grigg
|
3a73f946c5
|
Simplify structure of transaction builder errors
|
2019-08-13 15:10:57 +01:00 |
|
Jack Grigg
|
7c07914bfd
|
Separate Amount::{from_i64, from_nonnegative_i64} APIs
This is more intuitive than a boolean flag for handling non-negative
Amounts stored in i64 values.
|
2019-08-08 00:55:23 +01:00 |
|
Jack Grigg
|
59ed258c7f
|
Make Amount opaque, and use it more
This helps to ensure type-safety of values that are required to satisfy
zatoshi range bounds.
|
2019-07-27 00:35:29 +01:00 |
|
Jack Grigg
|
ab60b8804a
|
impl operators for Amount
|
2019-07-27 00:35:28 +01:00 |
|
Jack Grigg
|
0ea4408d46
|
Amount::{zero, is_positive, is_negative}
|
2019-07-27 00:35:27 +01:00 |
|
Jack Grigg
|
17f6bbcc67
|
Pass tx builder RNG to spend_sig()
|
2019-07-27 00:35:04 +01:00 |
|
Jack Grigg
|
532299d46e
|
Allow transaction::Builder RNG to be configured
|
2019-07-27 00:32:56 +01:00 |
|
Jack Grigg
|
4b61120cd0
|
Pass tx builder RNG to SaplingNoteEncryption
|
2019-07-27 00:31:16 +01:00 |
|
Jack Grigg
|
a1cd9dfbac
|
transaction::Builder::add_transparent_output()
|
2019-07-27 00:28:02 +01:00 |
|
Jack Grigg
|
1862354ea6
|
Sapling transaction builder
|
2019-07-27 00:27:50 +01:00 |
|