Commit Graph

160 Commits

Author SHA1 Message Date
Jonathan "Duke" Leto
715dc7cb36 These organic stats actually make sense 2019-08-27 06:23:02 -07:00
Jonathan "Duke" Leto
024f6ff43d More organic stats 2019-08-27 05:58:49 -07:00
Jonathan "Duke" Leto
5e26d8ec4c WIP organic txstats and add some missing stats 2019-08-27 04:42:24 -07:00
Jonathan "Duke" Leto
13dad469c7 add missing zstat and new dep 2019-08-22 05:43:51 -07:00
Jonathan "Duke" Leto
d0d6a9cea9 Merge remote-tracking branch 'jl777/FSM' into duke
Conflicts:
	README.md
2019-08-22 05:23:03 -07:00
Jonathan "Duke" Leto
c91d1d1fdf Use uints to save RAM/disk on block stats; fix ntz serialization 2019-08-21 11:25:38 -07:00
Jonathan "Duke" Leto
44f34a22e7 more -zindex 2019-08-19 05:07:34 -07:00
Jonathan "Duke" Leto
5365d15e69 Correct various stats and add block height to response 2019-08-18 18:06:12 -07:00
Jonathan "Duke" Leto
80b1479184 Improve shielded-only zstats 2019-08-17 21:54:48 -07:00
Jonathan "Duke" Leto
469c3c9cf2 So many zstats 2019-08-17 21:20:10 -07:00
Jonathan "Duke" Leto
22c0a22926 Compiles, RPC gives back some shielded stats, which have bugs 2019-08-17 05:56:07 -07:00
Jonathan "Duke" Leto
70eb669e63 Return json data about shielded xtns/payments 2019-08-13 07:08:31 -07:00
Jonathan "Duke" Leto
464251bdc3 Add total payment stats to getchaintxstats 2019-08-12 17:38:37 -07:00
Mihailo Milenkovic
a7204d9f85 CC fixes for nSPV and others (#30)
- Remove adding txfee inputs for gateways claim
- FULLNODE and SUPERLITE macros
- Filter SetCCtxids with txid from oprert
- Fix for nServices of fullnode
- Use SetCCtxids_nSPV for some more CCs
- Fix addnormalinputs and add checking if utxo spent in mempool
2019-08-12 14:16:46 +03:00
jl777
0454333ff8 Tristate KOMODO_NSPV 2019-07-30 05:11:57 -11:00
jl777
adc186390a nSPV mempool used by CC 2019-07-17 01:07:12 -11:00
jl777
439e7cb5d7 Fix getchaintips rpc crash. Thanks mike tout!! 2019-06-07 08:51:38 -11:00
blackjok3r
1c6723b9f1 for gcharang 2019-05-27 16:22:43 +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
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
dimxy
bac6d503af change to prices_getbetinfo() 2019-05-07 21:24:46 +05:00
dimxy
01dfdc6b67 addfunding now in coins
try correct fraction of profits
2019-04-23 15:41:03 +05:00
dimxy
a031847df5 leverage check 0
coin as double
2019-04-23 15:40:44 +05:00
dimxy
e66d51a261 komodo_gateway.h back into fsm state plus some comments 2019-04-23 15:40:36 +05:00
dimxy
1eccfc7485 corr errors after rebase
added comments
2019-04-23 15:40:35 +05:00
dimxy
505619e202 init batontxid
added checks for rpc
2019-04-23 15:40:16 +05:00
dimxy
5c349ea415 addfunding rpc added 2019-04-23 15:40:14 +05:00
jl777
81aa1908d9 Deprecate prices_extract 2019-04-15 23:31:59 -11:00
jl777
094f72afb4 Smoothed 2019-04-15 23:27:20 -11:00
jl777
ece9e468bc #define PRICES_MAXDATAPOINTS 8 2019-04-15 23:14:50 -11:00
jl777
9d0a39dbd7 coinsupply inflation calc 2019-04-13 19:19:00 -11:00
jl777
bceb29eb2b New refs 2019-04-12 21:55:55 -11:00
blackjok3r
76e3a7f283 skip dpow check on everything but ProcessNewBlock. 2019-04-12 13:55:06 +08:00
jl777
4255005f4d Tweak prices 2019-04-11 04:42:00 -11:00
jl777
1065ccd67a Sort trick 2019-04-11 04:05:04 -11:00
jl777
1862321861 Priceave 2019-04-11 02:52:49 -11:00
jl777
18f884c56f Calc correlated and smoothed each block 2019-04-11 02:48:20 -11:00
jl777
6dec94bf74 syntax 2019-04-05 23:57:03 -11:00
jl777
60a903bc2b syntax 2019-04-05 23:53:42 -11:00
jl777
50e9ffd9e0 syntax 2019-04-05 23:46:42 -11:00
jl777
3155223e51 Compiler errors 2019-04-05 21:17:53 -11:00
jl777
50e4a72120 Ht limit 2019-04-03 07:16:02 -11:00
jl777
39ec0ad51a Nested 2019-04-03 07:13:40 -11:00
jl777
893d36eb0b -) 2019-04-03 07:10:39 -11:00
jl777
c9870347fd Test 2019-04-03 07:07:25 -11:00
jl777
c76282c3c3 numsamples 2019-04-03 07:02:44 -11:00
jl777
bc13637ef9 Parr -> p 2019-04-03 07:01:10 -11:00
jl777
9b565ea675 Handle early block prices 2019-04-03 07:00:43 -11:00
jl777
e741c04285 "RVN", "DASH", "XEM", "BTS", "ICX", "HOT", "STEEM", "ENJ", "STRAT" 2019-04-03 06:10:27 -11:00