moneroexamples
|
2b78eb4ef1
|
ring members output info as hex added
|
2018-08-22 14:44:50 +08:00 |
|
moneroexamples
|
3e1631643e
|
blockhexcomplete url added
|
2018-08-07 11:53:25 +08:00 |
|
moneroexamples
|
22a9f6517e
|
--enable-as-hex option added
|
2018-07-24 12:06:03 +08:00 |
|
moneroexamples
|
2264d1d722
|
As hex link added to tx details
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/133
|
2018-07-08 15:25:50 +08:00 |
|
moneroexamples
|
ebe4bb7765
|
started work on detailed info
|
2018-06-17 08:47:31 +08:00 |
|
moneroexamples
|
9905e916e4
|
bindaddr (-x) option added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/128
|
2018-06-17 08:44:11 +08:00 |
|
moneroexamples
|
bf39420c8a
|
fix popping blocks
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/119
|
2018-06-01 08:39:49 +08:00 |
|
moneroexamples
|
bf8b2eb05b
|
initialize block_size_limit_str and block_size_median_str
|
2018-05-02 07:23:14 +08:00 |
|
moneroexamples
|
c103a34eba
|
initialize block_size_limit_str and block_size_median_str
|
2018-05-02 07:18:11 +08:00 |
|
moneroexamples
|
0e8da07a06
|
readme updated
|
2018-03-27 08:16:02 +08:00 |
|
moneroexamples
|
3a055f9fbd
|
remove depency on readline
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/105
|
2018-03-09 08:36:21 +08:00 |
|
moneroexamples
|
e3c732eaa2
|
speed up all_in_one.js generation.
|
2018-02-01 11:58:43 +08:00 |
|
moneroexamples
|
d3120c73dc
|
merge multiple js files into one
to mininmize number of request to the server
|
2018-02-01 11:51:37 +08:00 |
|
moneroexamples
|
d3481a0d26
|
more js code added
|
2018-01-14 13:38:49 +08:00 |
|
moneroexamples
|
a77468ce80
|
basic cryptonote js files added
|
2018-01-14 09:34:35 +08:00 |
|
moneroexamples
|
21d5ccf2f1
|
adding JS support started
|
2018-01-13 07:18:44 +08:00 |
|
moneroexamples
|
17b8f99b35
|
compile with latest monero master
|
2018-01-02 06:43:39 +08:00 |
|
moneroexamples
|
6da5b3637e
|
added asan compiler option, basic string cleaning
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/91
|
2018-01-02 06:43:39 +08:00 |
|
moneroexamples
|
61cd869127
|
upgrade crow to latest version
|
2018-01-02 06:43:39 +08:00 |
|
stoffu
|
02070e9875
|
misc fixes to eliminate compiler warnings
|
2018-01-02 06:43:39 +08:00 |
|
moneroexamples
|
bacd5d3937
|
proving raw tx added
|
2018-01-02 06:43:39 +08:00 |
|
moneroexamples
|
f290c1db43
|
add prove and myoutpus shortcut links
|
2017-09-02 08:59:45 +08:00 |
|
moneroexamples
|
026e734ab0
|
mempool changed to txpool
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/64
|
2017-08-24 13:29:32 +08:00 |
|
moneroexamples
|
ad3e14a3aa
|
disable alt blocks for now
|
2017-08-20 08:21:38 +08:00 |
|
moneroexamples
|
9db09581b6
|
add api/version call
https://github.com/moneroexamples/openmonero/issues/35
|
2017-07-30 06:12:02 +08:00 |
|
moneroexamples
|
9647945261
|
api/outputsblocks added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/73
|
2017-07-24 11:16:51 +08:00 |
|
moneroexamples
|
e4a4e2c9ee
|
/altblocks added
|
2017-06-22 10:00:38 +08:00 |
|
moneroexamples
|
8541f38ef1
|
Move network_info to MempoolStatus thread
|
2017-06-05 13:27:11 +08:00 |
|
moneroexamples
|
fd14259c1f
|
json.http and crow modified to compile with latest gcc
|
2017-06-04 10:40:14 +08:00 |
|
moneroexamples
|
0b350a027d
|
join memory status thread
|
2017-06-04 09:42:11 +08:00 |
|
moneroexamples
|
96b71efcdb
|
mempool catch removed as we have mempool thread now
|
2017-06-02 13:12:27 +08:00 |
|
moneroexamples
|
093afee5ac
|
mempool-refresh-time option added
|
2017-06-02 12:32:25 +08:00 |
|
moneroexamples
|
d218b767aa
|
mempool thread status thread dev started for tests
|
2017-06-02 08:09:45 +08:00 |
|
moneroexamples
|
4a2c0a5d3e
|
mempool_info_timeout set to 5s as default
|
2017-05-28 09:13:45 +08:00 |
|
moneroexamples
|
c9ee47ec3c
|
mempool and network info timeout parameters added
|
2017-05-28 09:10:42 +08:00 |
|
moneroexamples
|
4500e640c3
|
Mempool data processing moved to async thread
|
2017-05-25 13:21:17 +08:00 |
|
moneroexamples
|
c45abcba1b
|
std::thread changed to boost::thread and the emission refactored
|
2017-05-24 11:06:03 +08:00 |
|
moneroexamples
|
7b9ee5732d
|
/api/emission added
|
2017-05-19 17:50:12 +08:00 |
|
moneroexamples
|
c2d78c692b
|
boost path used instead of strings for paths
|
2017-05-18 08:59:26 +08:00 |
|
moneroexamples
|
9c57d8b3a3
|
Emission atomic structure added
|
2017-05-17 13:30:36 +08:00 |
|
moneroexamples
|
7a4a02b563
|
emission for testnet network added
|
2017-05-17 08:20:43 +08:00 |
|
moneroexamples
|
d6bcf94a3d
|
testing monero emission thread
|
2017-05-16 13:29:24 +08:00 |
|
moneroexamples
|
19718932c3
|
json_networkinfo added
|
2017-05-11 12:17:10 +08:00 |
|
moneroexamples
|
67b48ccc93
|
api to get raw tx and block data added
|
2017-05-11 11:38:29 +08:00 |
|
moneroexamples
|
f4c72a3fc1
|
started upadting readme with new api/mempool example
|
2017-05-10 09:06:06 +08:00 |
|
moneroexamples
|
eb735a14dc
|
large default value for api/mempool if no limit given
|
2017-05-10 08:49:59 +08:00 |
|
moneroexamples
|
eac4fa8460
|
add limits to json_mempool
|
2017-05-10 08:42:06 +08:00 |
|
moneroexamples
|
f5f9916b93
|
myxmr::jsonresponse class added
|
2017-05-04 08:43:00 +08:00 |
|
moneroexamples
|
468f927e8b
|
gitignore modefied
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/45
|
2017-04-28 13:45:30 +08:00 |
|
moneroexamples
|
87ec3934f0
|
no_of_last_blocks option added and default set to 10
|
2017-03-04 06:25:24 +08:00 |
|