Commit Graph

25778 Commits

Author SHA1 Message Date
Duke Leto
c4e7d1f436 Add help docs for all -ac_* params of komodod (#1313) 2019-03-06 02:10:01 -11:00
jl777
4626a8dae9 Test 2019-03-06 01:27:56 -11:00
jl777
5c5fc9ca48 ABC 2019-03-06 01:23:46 -11:00
jl777
435535f3a6 Test 2019-03-06 01:21:07 -11:00
jl777
d3e077180d Log file 2019-03-06 01:18:07 -11:00
jl777
8ce1f9dea1 num_packitems 2019-03-06 01:10:45 -11:00
jl777
8bb36334e4 Revert 2019-03-06 00:53:04 -11:00
jl777
df13632747 Brute force inventory check 2019-03-06 00:51:52 -11:00
jl777
0ee026a047 -sleep 2019-03-06 00:47:15 -11:00
jl777
26078cf4ab +prints 2019-03-06 00:41:27 -11:00
jl777
5c46f7488e Error check things 2019-03-06 00:36:43 -11:00
jl777
b92ff12efe +print 2019-03-06 00:26:51 -11:00
jl777
29961e50b0 Skeet 2019-03-06 00:22:33 -11:00
jl777
3658afd11c Item 2019-03-06 00:19:49 -11:00
jl777
ead3aefd44 Syntax 2019-03-06 00:19:12 -11:00
jl777
dbb33e6949 +debugs 2019-03-06 00:16:30 -11:00
jl777
8e89c783d4 Casts for windows 2019-03-04 03:22:51 -11:00
jl777
3af9fd9af4 CCaddr 2019-03-04 02:20:17 -11:00
jl777
6773dfcbb2 Add mutex 2019-03-04 02:19:21 -11:00
jl777
3e22ce7bc7 Begin 2019-03-04 01:19:08 -11:00
jl777
be402b7684 Char * 2019-03-04 01:18:19 -11:00
jl777
08318626f3 Handleinfo 2019-03-04 01:17:04 -11:00
jl777
c5032f46df Test 2019-03-04 00:59:44 -11:00
jl777
f53e6c02b3 Grandfather existing handles 2019-03-04 00:18:28 -11:00
jl777
94b32af964 Allow replacement handle 2019-03-04 00:15:04 -11:00
jl777
905868c6c1 Declare variables 2019-03-04 00:14:15 -11:00
jl777
d28fa50d9b Tx 2019-03-04 00:13:30 -11:00
jl777
e8982c5f17 Allow overwrite by same pub33 2019-03-04 00:12:44 -11:00
jl777
d6534d9069 Syntax 2019-03-03 23:59:55 -11:00
jl777
2188a60318 Rvalidate 2019-03-03 23:58:08 -11:00
jl777
1d048ad5fc Disable passkeys 2019-03-03 21:56:17 -11:00
jl777
e08b96bc42 Remove .pack 2019-03-03 21:40:04 -11:00
jl777
abae87abd2 Remove 2019-03-03 21:22:39 -11:00
jl777
a3b4e026da Cleanup .pack file 2019-03-03 21:21:59 -11:00
Duke Leto
c99801952b Teach RPC interface about dpow-enabled minconfs (#1231)
* Make minconfs dpow-aware in z_listunspent + z_listreceivedbyaddress

* Add dpow-related test files to test suite

* Add dpow simulation to regtest every 7 blocks

* Fix compiler errors

* Fix link error

* Fix stdout spam when running regtests

* Dpowminconfs for listreceivedbyaddress

* dpowconfs tests

* Start adding specific tests for dpowminconfs in listreceivedbyaddress

* Get dpowminconfs tests for listreceivedbyaddress working

* Add dpowminconfs to getreceivedbyaddress + listunspent

* Add test for listtransactions + getreceivedbyaddress support

* Reliably passing dpowminconf tests. We only check for notarized-ness now, not exact confirmation numbers, to avoid race conditions

* Poll for the expected notarization info before running further tests; add support for getbalance

* Migrate tx_height() to a place where asyncrpcoperation_sendmany.cpp can use it

* fix

* Teach GetFilteredNotes about dpowconfs

Many RPCs rely on this internal function, which now correctly uses
dpowconfs to filter by the minconf/maxconf parameters.

* Fix sendmany when using non-default minconf

* inline seems to make things happy

* cleanup

* Add some code to test z_sendmany, which points out https://github.com/jl777/komodo/issues/1247

* try this

* Use already calculated value of dpowconfs instead of calculating it again
2019-03-03 12:27:50 -11:00
jl777
5cb774d1fe Merge branch 'FSM' into jl777 2019-03-03 12:18:59 -11:00
ca333
a4ed36e3c4 windowsify rogue build (#1310)
* update rogue makefile

* update roguelib libs

* update rogue makefile

* update rogue libs

* add ncurses

* add rogue WIN artifacts
2019-03-03 12:18:45 -11:00
jl777
96038d5f89 Merge branch 'FSM' into jl777 2019-03-03 08:19:56 -11:00
jl777
7f0cadf5d2 Merge pull request #1309 from Mixa84/FSM
Fix channelslist RPC.
2019-03-03 08:19:15 -11:00
Mihailo Milenkovic
e3b9f3cb21 Fix channelslist RPC. 2019-03-03 20:16:32 +01:00
jl777
f005240c4f Remove voutsum check 2019-03-03 07:19:56 -11:00
jl777
709c3e590f Merge pull request #1308 from jl777/jl777
skip revalidating already validated playerdata, ie. 't'
2019-03-03 06:10:33 -11:00
jl777
c816d2d558 -print 2019-03-03 06:03:23 -11:00
jl777
bbc9c187fb Check 'c' for valid player data 2019-03-03 06:02:51 -11:00
jl777
70ac45748f Skip revalidating player data on 't' 2019-03-03 05:54:36 -11:00
jl777
e64f0f7bc6 10 billion and 1 2019-03-03 05:30:49 -11:00
jl777
12b23c595d Remove voutsum overflow check, rely on monotonicity 2019-03-03 05:08:15 -11:00
jl777
32496bcab2 Merge pull request #1307 from Alrighttt/jl777
remove libboost-dev as dependency
2019-03-03 05:00:52 -11:00
Alrighttt
96d66260fc remove libboost-dev dep 2019-03-03 13:37:32 +01:00
Alrighttt
017f549d30 Merge pull request #5 from jl777/jl777
Jl777
2019-03-03 13:36:31 +01:00