No description provided.
Statoshi #9534
pull losh11 wants to merge 65 commits into bitcoin:master from jlopp:master changing 12 files +528 −71-
losh11 commented at 7:25 PM on January 12, 2017: none
-
adding statsd client and initial metrics logging 8c18dcbc86
-
fixing timer granularity 0c82336d79
-
adding reject error code translation 06665d4d00
-
differentiate millisecond and microsecond timers ef08a73de1
-
moving reject code function 4443294147
-
adding known addresses metric, reducing bandwidth sample rates d136eadf8e
-
consolidating sent message stats collection 048f03cad4
-
adding counts of spv/full nodes, inbound/outbound connections a93d3a4f66
-
add logging of current blockchain height c99187c514
-
adding gauging of sizes of tx pools and current block height 01f6249ee1
-
fixing name of tx cache size metric 0a07e782b2
-
adding UTXO metrics fe54181775
-
moving gauging of UTXO metrics c2aa429995
-
increase bytesReceived sampling a64dae12f0
-
Merge remote-tracking branch 'upstream/master' 50686c02ba
-
fixing broken upstream merge 07eaedbffd
-
0510bc531d
Merge remote-tracking branch 'upstream/master'
Conflicts: src/main.cpp src/net.h
-
9653bf5a53
Merge remote-tracking branch 'upstream/master'
Conflicts: src/Makefile.am src/net.cpp src/net.h
-
merging gavin's RPC peer disconnect feature a3037a5be4
-
try to read host name from conf for stats partitioning 1f4647b040
-
fix initialization of hostname from conf file e1b31fa945
-
adding back sent message stat collection 8342c75325
-
ba37a2f597
Merge remote-tracking branch 'upstream/master'
Conflicts: src/main.cpp
-
0d44181210
Merge remote-tracking branch 'upstream/master'
Conflicts: src/main.cpp
-
set client name to statoshi 89fc6ebc08
-
increase function timing granularity e378e7c8b6
-
875e9c9197
Merge remote-tracking branch 'upstream/master'
Conflicts: src/Makefile.am src/clientversion.cpp
-
change logging # of known addresses to occur after parsing addr msg 85af0dba4c
-
changing master README to be Statoshi-specific 98d7d88e01
-
fixing markdown 0f7efc911f
-
adding new transaction metrics fc5a70961a
-
Merge remote-tracking branch 'upstream/master' into newMetrics fb4c038d84
-
3a4e1956da
Merge remote-tracking branch 'upstream/master' into newMetrics
Conflicts: README.md
-
Merge remote-tracking branch 'upstream/master' 7d803e60c8
-
304cfb2041
Merge remote-tracking branch 'upstream/master'
Conflicts: src/net.cpp src/rpcserver.cpp
-
Merge remote-tracking branch 'upstream/master' b6bbd0e6de
-
adding new block, transaction, and peer metrics e1d66996bc
-
3a8457e68f
Merge remote-tracking branch 'upstream/master'
Conflicts: README.md src/main.cpp src/rpcclient.cpp src/rpcnet.cpp src/rpcserver.cpp
-
adding additional function timings b26bb0aa3e
-
add license to statsd client fb1c586f14
-
d43ff5108d
Merge remote-tracking branch 'upstream/master'
Conflicts: src/main.cpp
-
emit metrics for fee and priority estimates 91910f2d05
-
Merge branch 'estimates' cd25550c25
-
73e4ff8b59
:Merge remote-tracking branch 'upstream/master'
Conflicts: README.md src/main.cpp src/net.cpp
-
Merge remote-tracking branch 'upstream/master' 811ebb7f48
-
adding link to developer guide 6f8f13a7fa
-
4352581585
Merge remote-tracking branch 'upstream/master'
Conflicts: README.md src/main.cpp
-
remove priority estimates because they no longer get populated 19ca1fd2e8
-
add gauging of network hashrate 4daa2623dd
-
don't store negative fee estimates 9c7ae20929
-
gauge mining difficulty 18452e5901
-
add peer ping timings 334a761d11
-
add stats of bandwidth usage by message type a311782938
-
884a84f763
Merge pull request #27 from jlopp/bandwidthByMsgType
gauge bandwidth usage by message type
-
add timing of ConnectTip function 8dc3f49849
-
don't count ping times of 0 9bdb4e121a
-
add more mempool stats ef5cf46ab4
-
2552cba38d
Merge pull request #28 from jlopp/mempoolStats
add more mempool stats
-
Merge remote-tracking branch 'upstream/master' adb7460934
-
fix storage of network.hashesPerSecond metric 8a8c02c042
-
022f66f837
Update to 0.13.1
Merge remote-tracking branch 'upstream/master'
-
fix address manager size metric b679db2010
-
add more block stats e44bddc5fe
-
fix block size metrics and chain work number format 35d798cccf
-
remove chainWork because number is too large to process fa5ee3ad44
- losh11 closed this on Jan 12, 2017
- DrahtBot locked this on Sep 8, 2021
Contributors