Commit Graph

25816 Commits

Author SHA1 Message Date
jl777
5e44e6d33e Faster and slower 2019-03-07 21:47:51 -11:00
jl777
0ed77a852c Slow down clock 2019-03-07 21:46:19 -11:00
jl777
44d1fac857 Maketetris 2019-03-07 03:10:10 -11:00
jl777
38674d0147 Free obj 2019-03-06 23:18:53 -11:00
jl777
9d4fb2c5cf Fix 2019-03-06 23:17:20 -11:00
jl777
92ffb6d276 Syntax 2019-03-06 23:13:20 -11:00
jl777
5678fc596e Separate path 2019-03-06 23:08:52 -11:00
jl777
2885e77258 Test 2019-03-06 23:06:59 -11:00
jl777
00f1b19d62 Fix Qsend spend of Qsend 2019-03-06 21:19:53 -11:00
jl777
b7326ab6cd Dont long sends 2019-03-06 07:10:16 -11:00
jl777
5950396cd1 Merge branch 'FSM' into jl777 2019-03-06 06:01:14 -11:00
jl777
07b9fe389f Jl777 (#1317)
* Remove voutsum check

* 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

* Cleanup .pack file

* Remove

* Remove .pack

* Disable passkeys

* Rvalidate

* Syntax

* Allow overwrite by same pub33

* Tx

* Declare variables

* Allow replacement handle

* Grandfather existing handles

* Test

* Handleinfo

* Char *

* Begin

* Add mutex

* CCaddr

* Casts for windows

* +debugs

* Syntax

* Item

* Skeet

* +print

* Error check things

* +prints

* -sleep

* Brute force inventory check

* Revert

* num_packitems

* Log file

* Test

* ABC

* Test

* Add help docs for all -ac_* params of komodod (#1313)

* Remove myAddress from roc

* +print

* Test

* Test

* Leave pack all

* Dont discard unless last o_count

* Prevent pack corruption

* -ddebugs

* Merge branch 'FSM' into jl777

# Conflicts:
#	src/cc/rogue/main.c

* Enable keystrokes test

* +debug

* Fix rogue results processing

* Resobj

* Enable keystrokes sending

* Test

* Print

* Sendrawtransaction result

* Resobj

* Fix crash
2019-03-06 06:00:54 -11:00
jl777
f5a34aa6cd Merge branch 'FSM' into jl777 2019-03-06 06:00:31 -11:00
jl777
6e26b4505d Fix crash 2019-03-06 05:34:58 -11:00
jl777
1bf8f35386 Resobj 2019-03-06 05:17:21 -11:00
jl777
415bc355f3 Sendrawtransaction result 2019-03-06 05:16:21 -11:00
jl777
c5b6ed9894 Print 2019-03-06 05:04:04 -11:00
jl777
3c5d1a7fea Test 2019-03-06 04:55:14 -11:00
jl777
e8d71bc8f1 Enable keystrokes sending 2019-03-06 04:35:14 -11:00
jl777
40d4907f8c Resobj 2019-03-06 04:22:47 -11:00
jl777
2bc42f00e0 Fix rogue results processing 2019-03-06 04:22:11 -11:00
SHossain
88006798ca Updated macOS (OSX) install instructions (#1316) 2019-03-06 04:15:31 -11:00
jl777
14ef129d3b +debug 2019-03-06 04:13:57 -11:00
jl777
61de656472 Enable keystrokes test 2019-03-06 04:00:35 -11:00
jl777
100eac1654 Jl777 (#1315)
* Remove voutsum check

* 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

* Cleanup .pack file

* Remove

* Remove .pack

* Disable passkeys

* Rvalidate

* Syntax

* Allow overwrite by same pub33

* Tx

* Declare variables

* Allow replacement handle

* Grandfather existing handles

* Test

* Handleinfo

* Char *

* Begin

* Add mutex

* CCaddr

* Casts for windows

* +debugs

* Syntax

* Item

* Skeet

* +print

* Error check things

* +prints

* -sleep

* Brute force inventory check

* Revert

* num_packitems

* Log file

* Test

* ABC

* Test

* Add help docs for all -ac_* params of komodod (#1313)

* Remove myAddress from roc

* +print

* Test

* Test

* Leave pack all

* Dont discard unless last o_count

* Prevent pack corruption

* -ddebugs

* Merge branch 'FSM' into jl777

# Conflicts:
#	src/cc/rogue/main.c
2019-03-06 03:38:14 -11:00
jl777
3a62d2b5dc Merge branch 'FSM' into jl777 2019-03-06 03:37:49 -11:00
jl777
fb89be82f1 Merge branch 'FSM' into jl777
# Conflicts:
#	src/cc/rogue/main.c
2019-03-06 03:36:36 -11:00
jl777
e670687db5 -ddebugs 2019-03-06 03:20:41 -11:00
jl777
25e1e4c703 Prevent pack corruption 2019-03-06 03:17:32 -11:00
jl777
53b12740a3 Dont discard unless last o_count 2019-03-06 03:14:43 -11:00
jl777
90b7300904 Leave pack all 2019-03-06 03:09:47 -11:00
jl777
ab4fde8764 Test 2019-03-06 03:03:46 -11:00
jl777
891bfb4b9d Test 2019-03-06 02:51:03 -11:00
jl777
6a7e9592de +print 2019-03-06 02:41:39 -11:00
Anton "TonyL" Lysakov
a6e030004f Fixed CCs RPC tests (#1314)
* updated diceaddress rpc keys, added prints for diceaddress key / value

        # removed Dicemarker
        # fixed DiceCCaddress spelling to DiceCCAddress
        # NOTE myaddress/myAddress is duplicated
        # added DiceCCTokensAddress DiceNormalAddress
        # removed CCaddress

* Updated keys for faucetaddress

* Update cryptoconditions_oracles.py

Updated address keys.

* update test-rpc keys

* fixed rewards test

* fixed channels tests

* fixed tokenCC tests
2019-03-06 02:30:20 -11:00
jl777
23ca797f73 Remove myAddress from roc 2019-03-06 02:13:10 -11:00
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
dimxy
8a7fc182f0 Fixed tokenfillbid failure (#1312)
* commented preventcc call

* preventcc call restored
preventccvouts ++ added for 'B'
2019-03-06 00:36:12 -11:00
jl777
b92ff12efe +print 2019-03-06 00:26:51 -11:00
jl777
29961e50b0 Skeet 2019-03-06 00:22:33 -11:00