Commit Graph

23279 Commits

Author SHA1 Message Date
jl777
1afe09ff4e Fix include files 2018-08-21 09:01:43 -11:00
jl777
c926780fba Rest of second wave CC contract stubs 2018-08-21 08:58:19 -11:00
jl777
cce2a32b13 Fix channels address 2018-08-21 08:26:56 -11:00
jl777
287a373a05 +channels 2018-08-21 08:20:32 -11:00
jl777
5ed65e2d0d Test 2018-08-21 08:07:32 -11:00
jl777
b3965baaf2 Test 2018-08-21 08:03:35 -11:00
jl777
602732e3df -print, auto reindex if cc state changes 2018-08-21 07:50:49 -11:00
jl777
37b14d06b5 Test 2018-08-21 07:46:25 -11:00
jl777
f95a5d69d4 Bools 2018-08-21 07:40:28 -11:00
jl777
6cdb334320 Test 2018-08-21 07:39:35 -11:00
jl777
dcf05e8490 Test 2018-08-21 07:31:40 -11:00
jl777
f0731bd796 Debugs 2018-08-21 07:21:34 -11:00
jl777
e8d004bc20 Test 2018-08-21 07:16:08 -11:00
jl777
25fb121c4f Test 2018-08-21 07:14:58 -11:00
jl777
377d7b471e Debugs 2018-08-21 07:14:17 -11:00
Jack Grigg
6c6ed24310 libsnark: Fix stale comment 2018-08-21 18:06:23 +01:00
Jack Grigg
8b3d0ef4e3 libsnark: Use mp_limb_t cast instead of uint64_t when masking bigint.data 2018-08-21 18:05:14 +01:00
Jack Grigg
fa92a21a40 libsnark: Adjust SHA256 K value type to match the constant
When used, it is cast to an integer_coeff_t, which is currently a long.
On LP64 systems, this cast is lossless. Issues with LLP64 systems will
be addressed later.
2018-08-21 18:04:50 +01:00
jl777
1d0f02227d nValue 2018-08-21 04:55:58 -11:00
jl777
bcfda2b008 ; 2018-08-21 04:54:49 -11:00
Jack Grigg
831b6af932 Metrics UI: Fall back to 80 cols if GetConsoleScreenBufferInfo() fails 2018-08-21 16:54:40 +01:00
jl777
794a347fab .h 2018-08-21 04:52:52 -11:00
jl777
d96ce6e90b MofN 2018-08-21 04:47:45 -11:00
jl777
da629dfe5a MofN address 2018-08-21 04:40:10 -11:00
jl777
3dd69622f0 +print 2018-08-21 02:38:00 -11:00
jl777
55d4ab054a ; 2018-08-21 02:36:34 -11:00
jl777
8ab5344134 Test 2018-08-21 02:34:02 -11:00
jl777
b377f86965 Test 2018-08-21 02:32:45 -11:00
jl777
e0f78699ce Ccactivate 2018-08-21 02:30:05 -11:00
jl777
19c8395e8a Merge branch 'jl777' into FSM 2018-08-20 22:13:36 -11:00
jl777
3d120f0231 Merge pull request #819 from jl777/beta
Height 1 million Release Candidate
2018-08-20 21:47:39 -11:00
jl777
f1e9e61e07 Merge pull request #818 from jl777/jl777
fix CC bugs
2018-08-20 21:43:54 -11:00
jl777
38b5d53f01 +print 2018-08-20 21:41:20 -11:00
jl777
e222a19d4b Fix maxodds check 2018-08-20 08:46:12 -11:00
jl777
33f4e4925c Fix maxodds check 2018-08-20 08:32:00 -11:00
Asher Dawes
46d858beca Updating CI config 2018-08-20 12:23:05 -07:00
Homu
622751da12 Auto merge of #3444 - LarryRuane:2982-mininode-version, r=str4d
generalize mininode.py protocol versioning

Fixes #2982 -- replace `overwintered` boolean argument to NodeConn constructor with a protocol version integer, so that adding Sapling (and beyond) will be easier.
2018-08-20 09:48:51 -07:00
jl777
d930ed4f2e Unrevert 2018-08-20 02:27:11 -11:00
jl777
bc3419f06d Revert 2018-08-20 02:26:42 -11:00
Jack Grigg
053cb3497d Add Sapling support to z_getbalance and z_gettotalbalance
Closes #3214

Co-authored-by: Sean Bowe <ewillbefull@gmail.com>
2018-08-20 11:35:06 +01:00
Jack Grigg
94e99acda6 Add Sapling support to GetFilteredNotes() and GetUnspentFilteredNotes()
This could in future be refactored to be generic over PaymentAddress and
NotePlaintext in the return type, but for now let's be explicit about which
returned notes are for Sprout vs Sapling, and handle them separately.

Co-authored-by: Sean Bowe <ewillbefull@gmail.com>
2018-08-20 11:34:54 +01:00
jl777
d2b767f71d Test 2018-08-19 23:10:22 -11:00
jl777
76b729d246 Fix 2018-08-19 23:08:11 -11:00
jl777
cd98443d65 Syntax 2018-08-19 23:06:59 -11:00
jl777
60a91e3bd4 Change dice odds > 1 to match industry method
Get the first 5 nibbles < 1 million, mod it by 10000 and compare
against 1000/(odds+1)
2018-08-19 23:04:01 -11:00
jl777
e4e12ec083 Change mempool print 2018-08-19 08:42:57 -11:00
jl777
050f89ac30 Syntax 2018-08-19 07:58:02 -11:00
jl777
843ef1b695 Fix 2018-08-19 07:56:44 -11:00
jl777
9a813a0441 Test 2018-08-19 07:21:20 -11:00
jl777
c75d265250 Test 2018-08-19 07:19:25 -11:00