Commit Graph

25841 Commits

Author SHA1 Message Date
jl777
de1a481b0b Merge branch 'FSM' into jl777 2019-03-12 01:18:32 -11:00
Mihailo Milenkovic
bd8e9da786 Fix memory leak in FinalizeCCTx (#1329) 2019-03-12 01:18:16 -11:00
Duke Leto
02961a91e4 Port getchaintxstats from BTC master (#1328)
This will allow explorers to present interesting analytics about
transaction volume in various time frames.
2019-03-11 02:46:22 -11:00
jl777
8ff5220943 Fix wrong dilithium compare 2019-03-10 20:13:54 -11:00
DeckerSU
bc0073b27d rogue msvc build (#1327)
* + msvc 2015 deps headers

* + msvc deps build script

this script builds only deps, to build rogue binary, open
*.sln file in MSVC 2015 and build x64 Release version.

* + msvc solution (*.sln) update

* + msvc build fix

* fix libcurl deps install (msvc)
2019-03-10 19:33:40 -11:00
jl777
038f040d8e Merge branch 'FSM' into jl777 2019-03-10 09:23:01 -11:00
jl777
20f1f8d8ce Merge branch 'dev' into FSM 2019-03-10 09:22:06 -11:00
jl777
1daf3252d2 Merge remote-tracking branch 'origin/FSM' into FSM 2019-03-10 09:21:31 -11:00
jl777
889fa05f17 Merge branch 'dev' into FSM 2019-03-10 09:21:21 -11:00
SHossain
b1a3104786 ac_ccactivate (#1326)
* ac_ccactivate

* Update assetchains.json
2019-03-10 09:20:20 -11:00
Mihailo Milenkovic
de840514db Fix logs and wiftype in DecodeGatewaysBind. (#1325) 2019-03-10 05:23:16 -11:00
jl777
53f288624e Merge pull request #1323 from MyHush/snapshot_fix
Filter out amount=0 UTXOs from getsnapshot results
2019-03-09 16:01:18 -11:00
jl777
1b11d1f06f Merge pull request #1324 from jl777/kolo
AXO -ac_ccenable=130000
2019-03-09 16:00:30 -11:00
Mihail Fedorov
3c0a67db4a AXO -ac_ccenable=130000 2019-03-10 03:53:16 +03:00
Jonathan "Duke" Leto
6398d6f054 Filter out amount=0 UTXOs from getsnapshot results 2019-03-09 14:52:49 -08:00
jl777
beaada4cbb Merge pull request #1322 from MyHush/ignored_snapshot
Prevent use of uninitialized ignoredAddresses
2019-03-09 05:29:34 -11:00
Jonathan "Duke" Leto
5c66b810d3 Prevent use of uninitialized ignoredAddresses 2019-03-09 07:50:53 -08:00
jl777
21c8a023e7 Fix dilithium inputs scan to compare for the voutpubtxids[vout] 2019-03-08 22:54:02 -11:00
jl777
6ef61a1aa9 A0/50 2019-03-07 21:50:30 -11:00
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
408924d459 Merge pull request #1321 from ca333/patch-11
update gitlab conf
2019-03-07 20:04:37 -11:00
jl777
6d62ca7cc3 Merge pull request #1320 from jl777/kolo
MNZ so long and thanks for fish
2019-03-07 20:04:10 -11:00
ca333
3c4eea4456 update gitlab conf 2019-03-08 03:25:10 +01:00
Mihail Fedorov
61beeb9e1f MNZ so long and thanks for fish 2019-03-08 02:16:54 +03:00
jl777
c9c5ef4509 Merge pull request #1319 from jl777/jl777
bug fixes
2019-03-07 07:39:26 -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
7ccbdf09e0 Merge pull request #1318 from jl777/jl777
Jl777
2019-03-06 08:19:25 -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