Commit Graph

23279 Commits

Author SHA1 Message Date
Mihailo Milenkovic
56430117fe Channels fix (#5)
- Fix bug when destination invokes payment (wrong pubkeys in OP_RETURN - validation would fail)
- Added channelslist RPC
- Changed channelsinfo data to JSON format
2018-12-17 17:56:06 +01:00
jl777
52ca62ec2b Merge pull request #1108 from jl777/jl777
Test any sprout
2018-12-17 04:19:54 -11:00
jl777
97fe83f4b3 Test any sprout 2018-12-17 04:12:47 -11:00
jl777
a7b1232316 Merge pull request #1107 from jl777/jl777
Jl777
2018-12-17 03:42:59 -11:00
jl777
89c6763a8f Mutually exclude merging sprout vs sapling 2018-12-17 03:25:44 -11:00
jl777
52a85f583e Test merge 2018-12-17 02:55:47 -11:00
jl777
dc8ce5b354 Merge pull request #1106 from blackjok3rtt/FSM
fir mining properly.
2018-12-17 01:58:00 -11:00
jl777
870c915ffd Merge branch 'FSM' into jl777 2018-12-17 00:42:35 -11:00
blackjok3r
02efca37ae revert this change it is wrong, they need to be OR here. 2018-12-17 13:04:04 +08:00
blackjok3r
a2d19feeba fir mining properly. Revert all proclimits to 1 or -1, as they are in zcash. also on shutdown, the pos64 was starting a new thread and then seg faulting, this stops that. 2018-12-17 12:25:53 +08:00
jl777
2a9543eef3 Merge pull request #1105 from jl777/jl777
Ignore cryptoconditions/compile
2018-12-16 12:01:19 -11:00
jl777
3c575f02de Ignore cryptoconditions/compile 2018-12-16 12:00:46 -11:00
jl777
c4e6e8b377 Merge pull request #1104 from jl777/beta
Beta
2018-12-16 11:05:03 -11:00
jl777
76324976dc Merge pull request #1101 from jl777/dev
Dev
2018-12-16 10:16:20 -11:00
jl777
365674f38d Merge pull request #1103 from jl777/FSM
FSM
2018-12-16 10:13:03 -11:00
jl777
5ef1e607d0 Merge pull request #1102 from jl777/jl777
Jl777
2018-12-16 10:10:56 -11:00
jl777
1f6f5c2975 Error check 2018-12-16 10:02:53 -11:00
jl777
78a4e17981 -compile script 2018-12-16 07:47:00 -11:00
jl777
4a3720060c Merge pull request #1100 from jl777/FSM
FSM
2018-12-16 07:42:04 -11:00
jl777
1d4194841d Fix stuck sync for nodes that are doing full sync
The sapling height is calculated near the sapling activation timestamp.
Until it is set, the node doesn’t know when sapling should be active.

Depending on the speed at which you get blocks from the future, it was
possible that you could see a sapling active block before the sapling
height was set. This would happen only if syncing from a node that
didn’t know the sapling height and a full resync with the most peers
and most variety of incoming block sources was most likely hit by this.

The net effect was that the blocks after sapling activation were marked
as invalid, so by the time the node synced up to the sapling height, it
couldn’t advance.
2018-12-16 07:41:17 -11:00
jl777
fe32a3be6c Fix stuck sync for nodes that are doing full sync
The sapling height is calculated near the sapling activation timestamp.
Until it is set, the node doesn’t know when sapling should be active.

Depending on the speed at which you get blocks from the future, it was
possible that you could see a sapling active block before the sapling
height was set. This would happen only if syncing from a node that
didn’t know the sapling height and a full resync with the most peers
and most variety of incoming block sources was most likely hit by this.

The net effect was that the blocks after sapling activation were marked
as invalid, so by the time the node synced up to the sapling height, it
couldn’t advance.
2018-12-16 07:39:54 -11:00
jl777
b60630d5e3 Syntax 2018-12-16 06:51:27 -11:00
jl777
dd3e21e79d Test 2018-12-16 06:50:26 -11:00
jl777
fe4eb7bb92 Syntax 2018-12-16 06:49:27 -11:00
jl777
58cecce562 GetHeight() 2018-12-16 06:46:53 -11:00
jl777
4c19213416 Test clean sync 2018-12-16 06:43:39 -11:00
jl777
0a07654961 Merge pull request #1095 from blackjok3rtt/FSM
Fix setgenerate and proclimit.
2018-12-16 06:02:05 -11:00
blackjok3r
f9260ac43f fix 2018-12-17 00:57:23 +08:00
jl777
9df94d325c Merge pull request #1098 from jl777/dev
Dev
2018-12-16 05:53:53 -11:00
jl777
5cea6d0265 Merge pull request #1097 from jl777/FSM
FSM
2018-12-16 05:53:16 -11:00
jl777
76df1cd6e4 Merge pull request #1096 from jl777/jl777
Jl777
2018-12-16 05:52:42 -11:00
jl777
3d013276fb COIN -> SATOSHIDEN 2018-12-16 05:52:01 -11:00
jl777
e9b100e50f COIN -> SATOSHIDEN 2018-12-16 05:51:21 -11:00
blackjok3rtt
c17728c00c fix format 2018-12-17 00:26:10 +08:00
blackjok3r
92c9ee71c1 fix 2018-12-17 00:22:14 +08:00
blackjok3r
2d725d91fc Fix setgenerate and genproclimit 2018-12-17 00:18:15 +08:00
jl777
c1e694dd80 Update zmigrate 2018-12-16 04:59:04 -11:00
jl777
6b6452e1b7 Merge branch 'FSM' into jl777 2018-12-16 04:00:58 -11:00
jl777
2d21aed45b Merge pull request #1094 from blackjok3rtt/FSM
fix spam of print when txs are being added out of order.
2018-12-16 03:59:51 -11:00
blackjok3r
1da3ef7280 fix spam of print when txs are being added out of order. 2018-12-16 22:55:20 +08:00
jl777
e41bcc2769 Merge pull request #1093 from jl777/dev
Dev
2018-12-16 03:34:52 -11:00
jl777
07acc1b896 Merge pull request #1092 from jl777/FSM
FSM
2018-12-16 03:33:47 -11:00
jl777
cf60b9ee10 Merge branch 'dev' into FSM 2018-12-16 03:33:14 -11:00
jl777
8116522c48 Merge pull request #1091 from jl777/jl777
Jl777
2018-12-16 03:32:06 -11:00
jl777
6955ce6de7 Prevent fractional migrate 2018-12-16 03:31:35 -11:00
jl777
c773c0e988 Merge branch 'FSM' into jl777 2018-12-16 02:38:03 -11:00
jl777
72fea6a95e Merge pull request #1090 from blackjok3rtt/FSM
Fixed mempool fix
2018-12-16 02:37:07 -11:00
blackjok3r
7fe18c8196 fix other test for ztx 2018-12-16 21:33:23 +08:00
blackjok3r
cd42ca7d93 put mempool print back in now 2018-12-16 21:08:33 +08:00
blackjok3r
94c37803df Final fix for mempool 2018-12-16 21:06:17 +08:00