jl777
9e6c970647
Test
2018-07-23 02:50:11 -11:00
jl777
2c2ab06909
Hex
2018-07-23 02:46:30 -11:00
jl777
efa4ed1fd1
Fix
2018-07-23 00:40:13 -11:00
jl777
e10def86a7
Enforce -pubkey and -addressindex for all CC rpc calls
2018-07-23 00:37:54 -11:00
jl777
37e67a2ad6
Test
2018-07-22 13:25:40 -11:00
jl777
a5c286bf78
UniValue result(UniValue::VOBJ);
2018-07-22 13:21:23 -11:00
jl777
65a961ff06
Faucet
2018-07-22 13:06:46 -11:00
jl777
5a9f21107d
Move assetstx to wallet
2018-07-22 03:31:31 -11:00
jl777
e9bac7802d
Test
2018-07-22 03:28:57 -11:00
jl777
83806bd7e8
Test
2018-07-22 03:26:42 -11:00
jl777
bb0c513398
Test
2018-07-22 03:21:26 -11:00
jl777
e10dea243f
Test
2018-07-22 03:19:58 -11:00
jl777
47794c1e6b
Test
2018-07-22 03:16:16 -11:00
jl777
86ed54e188
Test
2018-07-22 03:13:43 -11:00
jl777
a2c1a1c658
Test
2018-07-22 03:10:29 -11:00
jl777
00a467aa50
Test
2018-07-22 03:09:39 -11:00
jl777
44a9fd7c3b
Reorganize CC assets code
2018-07-22 02:49:52 -11:00
jl777
147089178a
Test
2018-07-21 19:27:04 -11:00
jl777
ef2c8debe7
Test
2018-07-21 19:26:04 -11:00
jl777
110cc27c2d
Test
2018-07-21 19:24:56 -11:00
jl777
143488c829
Code rest of rpc calls with initial implementation
2018-07-21 18:53:45 -11:00
jl777
e78fa189c1
Fix
2018-07-21 10:32:59 -11:00
jl777
05858018b9
Test
2018-07-21 10:30:53 -11:00
jl777
09c7f7cc5a
Filled
2018-07-21 10:28:15 -11:00
jl777
e51e9274e1
Test
2018-07-21 08:26:59 -11:00
jl777
437d6328d7
Add assetid to cancel I-return
2018-07-21 07:27:19 -11:00
jl777
7015dab7b3
test
2018-07-21 06:26:53 -11:00
jl777
6a530006cc
Test
2018-07-21 06:25:37 -11:00
jl777
93e02ad9ed
Prints
2018-07-21 06:24:14 -11:00
jl777
f9c1423e86
Fix
2018-07-21 06:14:48 -11:00
jl777
d6c701ed6c
Reverse
2018-07-21 06:14:04 -11:00
jl777
e7c56da88a
Test
2018-07-21 06:11:14 -11:00
jl777
cf6108142e
cancelbid
2018-07-21 05:58:46 -11:00
jl777
da8aa76098
test
2018-07-21 04:49:35 -11:00
jl777
46668f56db
Test
2018-07-21 04:48:21 -11:00
jl777
5963c84f36
Bid
2018-07-21 04:31:00 -11:00
jl777
246ea3c3ca
Test
2018-07-21 02:45:05 -11:00
jl777
9a579b3083
Test
2018-07-21 02:19:53 -11:00
jl777
1a02fde936
Test
2018-07-21 02:15:26 -11:00
jl777
dd94983fa2
Create asset tx
2018-07-20 00:22:01 -11:00
jl777
8e1ca1ad1e
Scan 10 minute window
2018-07-19 16:18:49 -11:00
Michael Toutonghi
c5325a3256
PoS improvements
2018-07-18 17:42:15 -07: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
0ce374b7c7
Remove height triggers and add PoWtarget in getblocktemplate
2018-07-18 05:04:15 -11: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
Homu
b9bd5ab42c
Auto merge of #3354 - leto:absurd_fee_bug, r=bitcartel
...
Fix absurd fee bug reported in #3281 , with tests
This was ported from the Hush `absurd_fee_bug` PR: https://github.com/MyHush/hush/pull/136
Tests executed with `./qa/pull-tester/rpc-tests.sh wallet` and pass on Ubuntu 16.04. Some tests were added for previously untested behavior as well.
Closes #3281 .
2018-07-17 15:03:08 -07:00
Simon
0b6eeac330
Update and fix per review comments, the test for absurd fee.
2018-07-17 13:00:42 -07:00