Commit Graph

92 Commits

Author SHA1 Message Date
jl777
a5c38d8f9c Fix 2019-01-01 23:37:43 -11:00
jl777
e090330823 remove mutually exclusive constraint on selfimport
-ac_beam and -ac_coda cannot be active at the same time

Clusters can do import coin normally even with self-import chains.

-ac_import=KMD (any bitcoinprotocol coin) will make a side chain (not
implemented yet)

Theoretically -ac_beam or -ac_coda can work with side chain (not
implemented yet other than chain params)
2019-01-01 23:34:31 -11:00
jl777
8920674148 Syntax 2018-12-31 23:32:02 -11:00
jl777
2995bbcc79 rework selfimport 2018-12-31 23:28:35 -11:00
jl777
0ea9ae3c05 Update copyright to 2019 2018-12-31 21:41:05 -11:00
jl777
8624abc616 Self burn 2018-12-29 04:57:40 -11:00
jl777
e5c1fd79ca -prints 2018-12-29 04:51:35 -11:00
jl777
0841122cf4 - 2018-12-29 04:43:07 -11:00
jl777
302c65efd6 burnAmount 2018-12-29 04:37:38 -11:00
jl777
a1cdd56425 Test 2018-12-29 04:37:06 -11:00
jl777
5e890aa4f1 Test 2018-12-29 04:26:40 -11:00
jl777
31129381b4 Test 2018-12-29 04:24:00 -11:00
jl777
27d672a972 Test 2018-12-29 04:13:20 -11:00
jl777
24a9e7c408 test 2018-12-29 04:03:29 -11:00
jl777
ed7a77697a <> 2018-12-29 04:00:26 -11:00
jl777
48282958ae Test 2018-12-29 03:58:50 -11:00
jl777
b919700d63 Fix burn 2018-12-29 03:54:58 -11:00
jl777
79f63e2a86 Test 2018-12-29 03:45:00 -11:00
jl777
c182e9a480 burnv 2018-12-29 03:37:00 -11:00
jl777
504af0a755 Test 2018-12-29 03:34:37 -11:00
jl777
b36413b8e5 Test 2018-12-29 03:32:57 -11:00
jl777
89a38e9e2f Set amount 2018-12-29 03:32:04 -11:00
jl777
8844b05516 Test 2018-12-29 03:28:37 -11:00
jl777
e55a510f50 use mtx for burn 2018-12-29 03:25:11 -11:00
jl777
d721008ae7 uint8_t 2018-12-29 03:22:00 -11:00
jl777
061b5bd8cb Can't have burn txid onchain for selfimport 2018-12-29 03:20:18 -11:00
jl777
588eb54211 Externs 2018-12-29 01:56:13 -11:00
jl777
66fa31ba94 Max 2018-12-29 01:54:43 -11:00
jl777
35b0a03eea burnTx.vout 2018-12-29 01:51:37 -11:00
jl777
142f5c112f Selfimport 2018-12-29 01:47:55 -11:00
jl777
a3f0af586e Check for -port 2018-12-28 03:25:18 -11:00
jl777
2d5537af00 Stubs for -ac_import 2018-12-27 00:59:35 -11: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
8a7b6901df Merge pull request #1109 from Mixa84/FSM
Channels fix (#5)
2018-12-17 10:15:01 -11: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
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
0a07654961 Merge pull request #1095 from blackjok3rtt/FSM
Fix setgenerate and proclimit.
2018-12-16 06:02:05 -11:00
blackjok3r
2d725d91fc Fix setgenerate and genproclimit 2018-12-17 00:18:15 +08:00
jl777
77528e4ebb Track sprout funds in coin supply 2018-12-15 15:00:22 -11:00
jl777
5215b63f6a 0.3.1 2018-12-10 12:19:17 -11:00
jl777
27606f3e0b Fix typow == 0 2018-12-10 09:44:50 -11:00
jl777
a2ea9de06f Revert txfee changes 2018-12-10 05:45:59 -11:00
jl777
5ea3f23ac9 Update three 2018-12-09 08:41:08 -11:00
jl777
ba6f37bb65 Synchronize version number with agama 0.3.0 2018-12-08 00:57:32 -11:00
Jonathan "Duke" Leto
d3d5fb9142 Fix z_importkey for sapling addresses 2018-12-05 20:46:41 +01:00
blackjok3r
3043dffcf5 fix getblocktemplate 2018-12-01 12:52:38 +08:00
jl777
30eae48849 Mempool fixes in the CC path 2018-11-28 21:53:27 -11:00
jl777
fe274bf254 Merge pull request #985 from Mixa84/FSM
Gateways withdraw update
2018-11-26 08:39:10 -11:00
Mihailo Milenkovic
16f5598f36 Gateways (#3)
- Changed gateways withdrawal flow
- Added txnotarizedconfirmed function to check if transaction is confirmed/notarized
- Fixed max number of inputs when adding in varuous CC functions
- Added TESTMODE to set CC confirmation tx to 2 blocks instead of 60
2018-11-26 20:32:57 +01:00