jl777
f963001d0b
Reduce getinfo footprint
2019-07-12 22:07:56 -11:00
jl777
7d38d22ce9
->myGetTransaction for nSPV virtualisation
2019-07-12 01:35:59 -11:00
jl777
93fb6f5f51
-print
2019-07-11 21:47:48 -11:00
jl777
ea155ad656
Merge branch 'FSM' into jl777
2019-07-08 17:56:27 -11:00
jl777
24b67c623b
Small fixes and logout
2019-07-06 19:41:55 -11:00
jl777
d3730db5d8
Prevent crash when displaying interest
2019-07-06 07:52:38 -11:00
jl777
3bf999989d
)
2019-07-06 00:26:28 -11:00
jl777
cf4b5323fd
Add nspv_broadcast, to all parts: rpc, superlite, full node
...
A good example of how to add a new nSPV message, with corresponding rpc
support
2019-07-05 23:26:01 -11:00
jl777
ffd7509692
nspv_send -> spend
2019-07-05 22:13:06 -11:00
jl777
7c6f471173
Allow "inv" to be sent from superlite client
2019-07-05 06:57:09 -11:00
jl777
e0489802a5
-pindex
2019-07-05 04:59:44 -11:00
jl777
81d0e44732
Guards for nSPV in decode/send raw transaction
2019-07-05 04:58:30 -11:00
jl777
085f99d44d
Add coinaddr to utxos
2019-07-05 00:35:44 -11:00
jl777
591185a0b3
Rest of client side low level rpc, incl messages
2019-07-04 00:29:18 -11:00
jl777
1841071a12
Merge pull request #1581 from Mixa84/FSM
...
Initial PegsCC implementation
2019-07-03 22:36:13 -11:00
Mihailo Milenkovic
1f013df156
Initial PegsCC implementation ( #27 )
2019-07-04 11:23:55 +02:00
jl777
c3343e237e
Getinfo, login, listunspent, spentinfo rpc calls
2019-07-03 20:36:31 -11:00
Alrighttt
5e6737fc38
add additional param to importprivkey for other WIF formats
2019-07-01 19:03:52 +02:00
Alrighttt
896b6fee53
fix createrawtransaction curl example
2019-06-30 15:38:27 +02:00
jl777
65a92e20bf
Merge pull request #1568 from blackjok3rtt/FSM
...
various bug fixes
2019-06-18 04:26:50 -11:00
blackjok3r
eca62bb4f3
fix crash/lockup on KMD with mining pools when an old utxo makes IsFinalTx fail in TestBlockValidity.
2019-06-18 21:49:56 +08:00
Mihailo Milenkovic
40ec8b3bac
Add oraclessample rpc to get data for txid.
2019-06-15 15:36:04 +02:00
ca333
1403eb6cf7
bump version
...
bump version for the hardfork
2019-06-10 18:18:09 +02:00
jl777
439e7cb5d7
Fix getchaintips rpc crash. Thanks mike tout!!
2019-06-07 08:51:38 -11:00
jl777
89e1414c6b
Merge pull request #1524 from KMDLabs/master
...
merge changes for gcharang
2019-06-03 23:05:06 -11:00
blackjok3r
bc69675fc3
undo attempt at hs/s for staking chains
2019-06-04 17:55:34 +08:00
Mihailo Milenkovic
01f597a2c8
Oracles pubkey spoofing in register tx fix
...
- Fix activation on July 15th 2019 00:00
- Added oraclesfund tx to fund Oracles CC address of pubkey that will register, and spend it in register tx
- oraclessamples gets baton address as input instead of txid to show all data from publisher
2019-05-28 15:40:43 +02:00
Jonathan "Duke" Leto
0f24aec587
Give correct CLI asset name and RPC ports in rpc examples
2019-05-27 21:36:25 -07:00
blackjok3r
1c6723b9f1
for gcharang
2019-05-27 16:22:43 +08:00
blackjok3r
784679fff6
This kind of works, result comes out as negative number though.
2019-05-27 02:51:11 +08:00
blackjok3r
eaca3f2137
fix
2019-05-26 14:38:31 +08:00
blackjok3r
61283f29ac
last_notarized_height to getrawtransaction
2019-05-26 14:35:59 +08:00
blackjok3rtt
da500d2857
Merge pull request #126 from jl777/FSM
...
Prep for Tony's prices comp - DO NOT MERGE
2019-05-24 21:26:27 +08:00
dimxy
dc30041567
corr rpc help
2019-05-23 19:35:32 +05:00
dimxy
3667b573fa
added refillfund rpc
2019-05-23 19:35:31 +05:00
blackjok3r
563a08be81
undo
2019-05-23 13:55:01 +08:00
jl777
93bba030ee
Merge branch 'FSM' into jl777
2019-05-19 16:33:25 -11:00
jl777
f093390948
-extern
2019-05-16 06:06:33 -11:00
Jonathan "Duke" Leto
3275b435de
Add synced key to getinfo+getblockchaininfo
...
This addresses #3 of upstream issue
https://github.com/zcash/zcash/issues/3996 .
Any software that creates a transaction outside of the RPC interface
MUST check if synced==true beforehand, otherwise metadata leakage which
leads to linkability analysis is possible.
The z_sendmany, z_shieldcoinbase and z_mergetoaddress RPCs have their
own synced checks, so it's not needed to look at this new synced value
when using those RPCs.
2019-05-16 05:24:27 -07:00
jl777
e11498a6b8
Merge branch 'FSM' into jl777
2019-05-14 06:30:07 -11:00
dimxy
406e54a00e
returned isprint check
2019-05-14 19:13:18 +05:00
dimxy
9590769534
corr check for corrupt val
2019-05-14 18:43:19 +05:00
dimxy
73fd95119f
added protection from corrupted old version targetSymbol
2019-05-14 15:26:21 +05:00
blackjok3rtt
4b90e548a6
Merge branch 'master' into jl777
2019-05-14 08:47:56 +08:00
blackjok3r
fb9320dfbb
fix payments allocation for alright
2019-05-13 15:54:15 +08:00
Alrighttt
b489328ce8
syntax
2019-05-11 14:35:51 +02:00
Alrighttt
462320cfaf
fix getaddresstxids help
2019-05-11 14:34:41 +02:00
blackjok3r
113d3c779f
tokens airdrop RPC
2019-05-09 19:18:10 +08:00
blackjok3r
296be6c183
Merge branch 'prices-rpc' of https://github.com/dimxy/komodo into dimxy-prices-rpc
2019-05-08 17:44:49 +08:00
dimxy
bac6d503af
change to prices_getbetinfo()
2019-05-07 21:24:46 +05:00