jl777
df7b0fd17c
KOMODO_FIRSTFUNGIBLEID
2018-12-28 03:30:25 -11:00
jl777
6fdc83c22d
Syntax
2018-12-28 03:27:13 -11:00
jl777
a3f0af586e
Check for -port
2018-12-28 03:25:18 -11:00
jl777
67f3678435
Merge branch 'FSM' into jl777
2018-12-28 01:38:30 -11:00
jl777
e2a1f44c6d
Merge branch 'FSM' into jl777
2018-12-28 01:37:23 -11:00
blackjok3r
b56025fd2f
Fix upload bandwidth and needless flood of AcceptToMemorypool errors on nodes being seeded from. Not sure why this fixes it, but it does.
2018-12-28 16:10:38 +08:00
jl777
722964362a
Fix -ac_import
2018-12-27 08:28:37 -11:00
jl777
141560e39a
Fix define
2018-12-27 01:14:33 -11:00
jl777
33f99eb34a
Allow any ac_pubkey import for testing
2018-12-27 01:12:37 -11:00
jl777
75ecbdebb4
selfimports
2018-12-27 01:11:03 -11:00
jl777
ac96ea5178
std
2018-12-27 01:09:24 -11:00
jl777
2d5537af00
Stubs for -ac_import
2018-12-27 00:59:35 -11:00
Mihailo Milenkovic
478a31f463
Channels fix ( #6 )
...
- Fix bug for not able to issue last payment in channel
- Add more info in channelsinfo
2018-12-25 17:13:54 +01:00
blackjok3r
5bcdcf0a75
fix build
2018-12-20 21:23:56 +08:00
blackjok3r
d2a7d55272
test git diff
2018-12-20 21:13:32 +08:00
jl777
2d9c9864d7
Skip unspendables in zmigrate
2018-12-19 09:26:37 -11:00
jl777
4fc0f19775
Fix warnings
2018-12-18 10:13:04 -11:00
jl777
1cfd8030e3
Merge pull request #1112 from jl777/jl777
...
Jl777
2018-12-18 05:45:46 -11:00
jl777
5488101f95
Rename shutoff process
2018-12-18 05:22:38 -11:00
jl777
95f4ecf06e
Serial mergetoaddress
2018-12-18 05:12:26 -11:00
jl777
37c9636c39
Merge pull request #1111 from jl777/jl777
...
improve z_migrate with initial z_mergetoaddress
2018-12-18 04:41:47 -11:00
jl777
776e525083
\"
2018-12-18 04:38:02 -11:00
jl777
45df581240
Test
2018-12-18 04:36:36 -11:00
jl777
92fc71b753
[]
2018-12-18 04:35:49 -11:00
jl777
a7cd4c0d71
z_getnewaddress sprout
2018-12-18 04:33:24 -11:00
jl777
45d91c8f0d
z_mergetoaddress loop at start of migrate
2018-12-18 04:30:25 -11:00
jl777
77b4cde5e8
Merge pull request #1110 from blackjok3rtt/FSM
...
Fix sync issue banning peers.
2018-12-17 22:56:44 -11:00
blackjok3r
8d2b0c3f31
Fix KMD check_deposit peer ban.
2018-12-18 17:09:37 +08:00
jl777
8a7b6901df
Merge pull request #1109 from Mixa84/FSM
...
Channels fix (#5 )
2018-12-17 10:15:01 -11:00
blackjok3r
0d67dbdbd4
Merge branch 'FSM' of https://github.com/blackjok3rtt/komodo into FSM
2018-12-18 02:27:35 +08:00
blackjok3r
7cbe71e5e0
Fix check_deposit banning peers on sync.
2018-12-18 02:27:29 +08:00
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
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
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
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
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