Commit Graph

23279 Commits

Author SHA1 Message Date
jl777
d842780759 Test 2018-07-19 21:52:50 -11:00
jl777
fd672a2b11 Test 2018-07-19 21:51:51 -11:00
jl777
4bbb5ff7e3 Test 2018-07-19 21:49:31 -11:00
jl777
6f667a100e Fix 2018-07-19 21:47:37 -11:00
jl777
517ab98c47 ; 2018-07-19 21:45:01 -11:00
jl777
ac17dd76ae Fix 2018-07-19 21:43:01 -11:00
jl777
325d323185 Complete core coding for AE with partial fills 2018-07-19 21:41:52 -11:00
jl777
f8ea73704a Merge pull request #779 from CHMEX/jl777
add Burnaddress to excluding list?
2018-07-19 21:28:45 -11:00
CHMEX
16f2495e19 add RD6GgnrMpPaTSMn8vai6yiGA7mN4QGPVMY Burnaddress
add burnaddress to excuding list
2018-07-20 09:48:34 +02:00
jl777
e0ca925153 Merge pull request #778 from letolabs/snapshot
More snapshot tweaks
2018-07-19 18:05:28 -11:00
Duke Leto
1aa7af1794 Allow certain addresses to be ignored in snapshot 2018-07-20 05:01:07 +00:00
Duke Leto
70748123a9 Sort addresses by amounts in descending order 2018-07-20 04:40:34 +00:00
jl777
d3eb070474 Merge pull request #777 from letolabs/snapshot
Snapshot III
2018-07-19 17:10:00 -11:00
Duke Leto
c4a73444de Fix bug where some addresses are lost in sorting by using a vector instead of set and avoiding custom comparison function 2018-07-20 03:58:05 +00:00
jl777
2237df07f6 Merge branch 'jl777' into example0 2018-07-19 16:24:55 -11:00
jl777
8e1ca1ad1e Scan 10 minute window 2018-07-19 16:18:49 -11:00
jl777
aeb20725f6 Merge branch 'jl777' into example0 2018-07-19 16:11:39 -11:00
jl777
c2e6edb7ca Merge pull request #776 from jl777/example0
Example0
2018-07-19 16:09:12 -11:00
jl777
63df1886eb Test 2018-07-19 07:23:02 -11:00
jl777
58cb2be579 Test 2018-07-19 07:20:42 -11:00
jl777
8b8103bf69 Test 2018-07-19 07:17:02 -11:00
jl777
8ce8aff26d Test 2018-07-19 07:15:49 -11:00
jl777
b7006d2efc Test 2018-07-19 07:12:32 -11:00
jl777
cec901e6ae Test 2018-07-19 07:11:38 -11:00
jl777
ce2b0b6ac1 Test 2018-07-19 07:10:43 -11:00
jl777
ae5ea0878a test 2018-07-19 07:08:28 -11:00
ca333
a6c1081c14 Merge pull request #42 from jl777/dev
update dev
2018-07-19 15:40:06 +02:00
Michael Toutonghi
503bd93fa8 Differentiate raw POSHash from full one adjusted by vout value 2018-07-19 01:02:54 -07:00
Duke Leto
20ba439d05 Add number of utxos to metadata in json response 2018-07-19 05:37:27 +00:00
Michael Toutonghi
c5325a3256 PoS improvements 2018-07-18 17:42:15 -07:00
jl777
afca7f1e12 Merge pull request #775 from letolabs/snapshot
Snapshot II
2018-07-18 09:35:54 -11:00
Duke Leto
a4d41984f6 Modify how we iterate and deal with the end of iteration, since iter->Valid seems to always be true 2018-07-18 19:44:16 +00:00
Homu
cd0484e023 Auto merge of #3350 - str4d:rpc-reorg, r=bitcartel
RPC code refactor

Cherry-picked from the following upstream PRs:

- bitcoin/bitcoin#7307
- bitcoin/bitcoin#7348
- bitcoin/bitcoin#7766
2018-07-18 12:10:55 -07:00
jl777
564399152b Merge pull request #774 from jl777/example0
initial core support for assets
2018-07-18 06:21:42 -11:00
Wladimir J. van der Laan
a9496b08b6 rpc: Register calls where they are defined
Split out methods to every module, apart from 'help' and 'stop' which
are implemented in rpcserver.cpp itself.

- This makes it easier to add or remove RPC commands - no longer everything that includes
    rpcserver.h has to be rebuilt when there's a change there.
- Cleans up `rpc/server.h` by getting rid of the huge cluttered list of function definitions.
- Removes most of the bitcoin-specific code from rpcserver.cpp and .h.

Continues #7307 for the non-wallet.
2018-07-18 11:07:18 -06:00
Daniel Cousens
4b184205e3 rpc: update inline comments to refer to new file paths 2018-07-18 11:07:17 -06:00
Daniel Cousens
4519a766b6 move rpc* to rpc/ 2018-07-18 11:07:16 -06:00
Jonas Schnelli
34aca1b03c [RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Allow extending the rpc dispatch table by appending commands when server is not running.
2018-07-18 11:07:15 -06:00
jl777
618150c83e Use scriptPubKey.IsPayToCryptoCondition() 2018-07-18 05:31:39 -11:00
jl777
4ed779073d Test 2018-07-18 05:10:17 -11:00
jl777
a9e904d9dd Fix 2018-07-18 05:08:55 -11:00
jl777
0ce374b7c7 Remove height triggers and add PoWtarget in getblocktemplate 2018-07-18 05:04:15 -11:00
Duke Leto
3350160a6c Fix bug where finding index entries of other types, such as timestampindex, stopped our iterator 2018-07-18 16:02:53 +00:00
Homu
aad4b86e95 Auto merge of #3376 - LarryRuane:2728-help-message-experimental, r=bitcartel
add extra help how to enable experimental features

Closes #2728. When the user attempts to execute a disabled experimental RPC, print some nice text explaining how to enable the RPC (either command-line or adding lines to zcash.conf).
2018-07-18 07:45:46 -07:00
jl777
1bdde735e6 Fix 2018-07-18 03:12:58 -11:00
jl777
47966c7b16 Test 2018-07-18 03:12:05 -11:00
jl777
ff9f2c350b Fix 2018-07-18 03:09:17 -11:00
jl777
2abababa75 Test 2018-07-18 03:06:22 -11:00
jl777
f345b95386 Initial assets 2018-07-18 03:02:37 -11:00
jl777
ee79b651a9 Merge branch 'jl777' into example0 2018-07-18 01:16:16 -11:00