635 Commits (cfcef1d749e0be39ae64e2ba994b528923a852d3)

Author SHA1 Message Date
moneroexamples d218b767aa mempool thread status thread dev started for tests 8 years ago
moneroexamples 8fb6dfef06 show no of txpool if not zero only 8 years ago
moneroexamples 6e169cb848 show no of txpool if not zero only 8 years ago
moneroexamples 4a2c0a5d3e mempool_info_timeout set to 5s as default 8 years ago
moneroexamples c9ee47ec3c mempool and network info timeout parameters added 8 years ago
moneroexamples 74d5b90405 show previous network_info if current times out 8 years ago
moneroexamples 36b9bd2a56 network info timeout set to 2s 8 years ago
moneroexamples 7d47ae69b8 network_info timeout set to 1s 8 years ago
moneroexamples 14542502a7 remove m_blockchain_storage.get_db().close() from MicroCore
to be like before. It was added for tests only.
8 years ago
moneroexamples 7bdd8720c8 tx_pool_size_kbytes removed for now as it takes long time. 8 years ago
moneroexamples 77463c2b8b tx_pool_size_kbytes added to api/networkinfo 8 years ago
moneroexamples 91739483ad mempool for front page is in its own async call now. 8 years ago
moneroexamples e9143c523c Link to mempool page added to mempool_error.hml 8 years ago
moneroexamples 4500e640c3 Mempool data processing moved to async thread 8 years ago
moneroexamples 32a56f32f1 git_branch_name added to footer 8 years ago
moneroexamples c45abcba1b std::thread changed to boost::thread and the emission refactored 8 years ago
moneroexamples 7b9ee5732d /api/emission added 8 years ago
alvinjoelsantos 93472a820d Changed mixin to ring size/ring member 8 years ago
moneroexamples 24cd9d83f0 get_emission() simplified 8 years ago
moneroexamples 3fcf87bdfc total_emission_gap added 8 years ago
moneroexamples 300e26fa9e Alt blocks number added to index2.html 8 years ago
moneroexamples 14f615441d Alt blocks number added to index2.html 8 years ago
moneroexamples c2d78c692b boost path used instead of strings for paths 8 years ago
moneroexamples 9c57d8b3a3 Emission atomic structure added 8 years ago
moneroexamples 7a4a02b563 emission for testnet network added 8 years ago
moneroexamples d6bcf94a3d testing monero emission thread 8 years ago
moneroexamples a96d9f3594 basic network info added to front page
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/59
8 years ago
moneroexamples 5a5a39654a Merge branch 'master' into json_mempool_add_limit 8 years ago
moneroexamples 19718932c3 json_networkinfo added 8 years ago
moneroexamples 67b48ccc93 api to get raw tx and block data added 8 years ago
moneroexamples 99b4f34f52 fix: possible division by 0 8 years ago
moneroexamples a2505b7db6 order of txs in json_mempool reversed 8 years ago
moneroexamples f4c72a3fc1 started upadting readme with new api/mempool example 8 years ago
moneroexamples eb735a14dc large default value for api/mempool if no limit given 8 years ago
moneroexamples eac4fa8460 add limits to json_mempool 8 years ago
moneroexamples fa168613ae fix: signed outputs data checker does not work with coinbase txs 8 years ago
moneroexamples 95e642fdc5 redundant data from keyimage date file checker removed 8 years ago
moneroexamples ec38e423fd total_page_no added to api/transactions
issue: https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/55#issuecomment-299680916
8 years ago
moneroexamples 39df8497e3 mixins public keys added to api/transactions 8 years ago
moneroexamples cf6f6a026f search_mempool and json_mempool refactored 8 years ago
moneroexamples c3c25fcb03 fix merging problems 8 years ago
moneroexamples 468f927e8b gitignore modefied
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/45
8 years ago
moneroexamples 452f4fa7c3 fix weird timestamps
plus some tiny performance improvements

https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/46
8 years ago
moneroexamples 05a843d6f3 fix: some template files were not pre-loaded 8 years ago
moneroexamples c0b19625ef fmt library updated 8 years ago
moneroexamples 8b0a970d57 rebased to master 8 years ago
moneroexamples 26d4633489 Merge branch 'preload_template_files' of github.com:moneroexamples/onion-monero-blockchain-explorer into preload_template_files 8 years ago
moneroexamples a658f93080 template_file map repleased reading templates from hdd for each request 8 years ago
moneroexamples 381848c06d started construction of template_file map 8 years ago
moneroexamples 87ec3934f0 no_of_last_blocks option added and default set to 10 8 years ago
moneroexamples 89ec634422 fix: no more parsing json of each tx in mempool 5 times! 8 years ago
moneroexamples d22cb6a827 fix: unnessery function call in mempool() 8 years ago
moneroexamples 38d893057e xmreg::pause_execution added to tools. 8 years ago
moneroexamples 4b10de5ca4 template_file map repleased reading templates from hdd for each request 8 years ago
moneroexamples b754e6050a started construction of template_file map 8 years ago
moneroexamples 16fce8188c dont use custom get blockchein height function. use one from monero 8 years ago
moneroexamples 543ad9c3af key image and output keys chekers, pusher, refresh are optional now 8 years ago
moneroexamples aa32af635f change search placeholder text depending if custom lmdb exists 8 years ago
moneroexamples f70e7e2db2 show "at least" input amount when tx has mixture of known and uknown imputs amounts 8 years ago
moneroexamples 918a223c0b example code (commneted out) of using spend keys added into show_my_outputs 8 years ago
moneroexamples 4861cf5d6f use only first output matched in an input to estimate spending
sometimes there can be two or more our outputs found in a single input. In this case, one is real spending, and the others are used as fakes. In this case, choose the first output found for spending estimation. Without spendkey it is impossible to know which one is real or fake for sure.
8 years ago
kenshi84 881b87b0de show number of non-ringct inputs 8 years ago
moneroexamples 7d28eecfcb dont disply "show more" link for mempool txs 8 years ago
moneroexamples 158ce6863b show tx in json in tx checker for raw tx data only 8 years ago
moneroexamples c532b7f675 updated to latest Monero PR's. 8 years ago
moneroexamples 3f9a8b96a4 fix: showing json details of coinbase txs 8 years ago
moneroexamples a0f85e68eb rpccalls.h updated to match current monero rpc changes 8 years ago
moneroexamples 1f464dcd84 spelling error corrected 8 years ago
kenshi84 721da7475d build on windows 8 years ago
moneroexamples a287cb7ef0 monero version added into the footer 8 years ago
moneroexamples 1e38ee9e8b fix: no css in raw tx data checker 8 years ago
moneroexamples d187f1a9e3 image nd output publick checkers use default header now 8 years ago
moneroexamples 059bc5ad12 footer simplified and address removed. 8 years ago
moneroexamples b144154ddd use html default header in tx pusher 8 years ago
moneroexamples 4cebf488d9 ability to decode outptus of raw tx data added 8 years ago
moneroexamples e74b809579 tiny code cleaning 8 years ago
moneroexamples 8a36180392 display details of raw tx data 8 years ago
moneroexamples 8fc1245885 feature: decoding raw tx data used in /sendrawtransaction 8 years ago
moneroexamples b9029a4664 link to tx added to show my outputs 8 years ago
moneroexamples f1088e5154 fix: incorrect link to mixin tx 8 years ago
moneroexamples c71dc2592f mempool.html simplified 8 years ago
moneroexamples 14d24dd076 mempool.html simplified 8 years ago
moneroexamples 8d018ecfdf few amendments to spending estimation 8 years ago
moneroexamples 87e113d2b6 Merge branch 'master' into matching_inputs_and_ouputs_public_keys 8 years ago
moneroexamples d5933100a8 fix: tx block number incorrect by 1. 8 years ago
moneroexamples e4cf9c05d9 fix: iterating over mixins is correct now. 8 years ago
moneroexamples 3143506724 mempool link added to front page 8 years ago
moneroexamples dd3aeca666 Merge pull request #31 from kenshi84/build-mac
build on mac
8 years ago
moneroexamples 3826eb2920 mempool link added to front page 8 years ago
kenshi84 dc3ff97648 build on mac 8 years ago
moneroexamples c2b0bb343e mempool html text amended 8 years ago
moneroexamples 6d8a90b68f html correced 8 years ago
moneroexamples c056d0ec3a limit number of tx on front page to 25 8 years ago
moneroexamples c9204be4de /mempool page added 8 years ago
moneroexamples 1bbc608080 div of decoded inputs is hidden now 8 years ago
moneroexamples d8c719dc07 dont decode ringct amounts for ringct coinbase txs 8 years ago
moneroexamples 7b3c840231 fix: show_my_outputs does not depend on custom lmdb now 8 years ago
moneroexamples 2f5b0fe6b6 fix: decoding key image file data 8 years ago
moneroexamples 7da52875a8 possible spending calculation amended 8 years ago
moneroexamples 1463563ba2 possible spending added 8 years ago
moneroexamples 591b481ec8 get_block_by_height refactored 8 years ago
moneroexamples 457918fc59 Merge branch 'refactor_viewkey' of github.com:moneroexamples/onion-monero-blockchain-explorer into refactor_viewkey
# Conflicts:
#	src/page.h
8 years ago
moneroexamples 91c7dc7b51 searching for our mixins dont use custom lmdb now 8 years ago
moneroexamples 255c9b50e4 my_outputs.html modified 8 years ago
moneroexamples bfd620a78b searching for mixins with outputs started 8 years ago
moneroexamples 8f62a7c7d9 refactoring started 8 years ago
moneroexamples fe8ed78bfa my_outputs.html modified 8 years ago
moneroexamples aabba1b8b1 my_outputs.html modified 8 years ago
moneroexamples 17cd272f1c searching for mixins with outputs started 8 years ago
moneroexamples 826a5f2b3e input button text changed 8 years ago
moneroexamples 63846f2571 placeholder text in form for myoutputs modified 8 years ago
moneroexamples 1d8f425917 notes added to tx pusher and key images and ouputs data files checkers. 8 years ago
moneroexamples 82ed1e63b1 fix: show zero in matched outputs when its acctually zero. 8 years ago
moneroexamples 4809e3f972 fix: POST request of prove sending tx 8 years ago
moneroexamples 3e32a26cdf note in tx output decoding extended 8 years ago
moneroexamples 4448ca2848 note in tx output decoding shortened 8 years ago
moneroexamples 9f98a70fcf changed get to post requests in decoding outputs and prove sending 8 years ago
moneroexamples 9d671da4eb note about server side calculations added to tx info page 8 years ago
moneroexamples 67f361f47c refactoring started 8 years ago
moneroexamples 7a3046c200 my_outputs.html modified 8 years ago
moneroexamples 88e753bce8 my_outputs.html modified 8 years ago
moneroexamples 93d7c63198 block size and median size of blocks added 8 years ago
moneroexamples 0744587cf0 searching for mixins with outputs started 8 years ago
moneroexamples c2af128937 Decode outputs info text updated 8 years ago
moneroexamples 3b0e2d8698 total size of mempool in kB added 8 years ago
moneroexamples f963c152cf mlog_configure added to main due to new loging system in monero 8 years ago
moneroexamples b8b54b36e2 CMakeLists.txt updated 8 years ago
moneroexamples 2f5d118663 add ringct type to tx info 8 years ago
moneroexamples f17ec69d2b show "?" instead of 0.000 amounts. 8 years ago
kenshi84 421f786d4d build on mac 8 years ago
moneroexamples 422641fb95 Info about 10 block delay when searching using custom lmdb added 8 years ago
moneroexamples 9d22729be0 mempool txs are sorted by age now 8 years ago
moneroexamples 68cc814b30 my_outputs.html amended 8 years ago
moneroexamples df283ec47e down show inputs when looking for our outputs until mixins get fixed 8 years ago
moneroexamples f0271ce8e1 scaning for our mixins in key images disabled for now 8 years ago
moneroexamples c44e97e7d2 error msg expanded 8 years ago
moneroexamples 68a53d582b decode_ringct modified 8 years ago
moneroexamples 69d81a0949 mempool xmr shown to 3th decimal place 8 years ago
moneroexamples 667353ec11 xmr_amount_to_str corrected 8 years ago
moneroexamples cf413487c5 rct_type added to index page 8 years ago
moneroexamples 937c31f587 is_ringct flag added to index page 8 years ago
moneroexamples cc97b932ad fix: pseudoOuts missing in some ringct txs from mempool 8 years ago
moneroexamples 5c265af68c Merge branch 'master' into mainnet_ringct_adustment 8 years ago
M5M400 0a58e8b8a8 fixed typo
Moenro - lol :)
8 years ago
moneroexamples 9a8712dd43 checking what's happening with mempool json 8 years ago
moneroexamples 29ff8f7838 some code cleaning 8 years ago
moneroexamples 1f9fdda419 started fixing mempool ringct tx on mainnet 8 years ago
moneroexamples fe8d33b986 get_human_readable_timestamp simplified 8 years ago
moneroexamples 5d4c660525 data prefix added to key images and outputs checkers 8 years ago
moneroexamples d373e5f196 signed and unsiged tx files prefixes updated 8 years ago
moneroexamples ff6f8f407e tx checker and pusher updated to use new serialization method
https://github.com/monero-project/monero/pull/1507/
8 years ago
moneroexamples 61ab16006d future: tx prefix hash added to tx info page 8 years ago
moneroexamples 4866b1913e fix: read outputs file data
https://github.com/monero-project/monero/pull/1483
https://github.com/monero-project/monero/issues/1456
8 years ago
moneroexamples bd15cb874f Locate our mixins in key images added 8 years ago
moneroexamples b9067189d5 ssl suport added 8 years ago
moneroexamples d44e0ad385 Fix: compilatin error issue #2
https://github.com/moneroexamples/onion-monero-viewer/issues/2
8 years ago
moneroexamples ede2ad9556 before getting block, check if it exist using its hash 8 years ago
moneroexamples 9fb47b3cda fix: ‘asnlSig’ is not a member of ‘rct’ 8 years ago
moneroexamples 7d27c26962 fix: mixin of tx in mempool is correct now 8 years ago
moneroexamples a4c3def391 fix: checking if key_image is spend only when td.m_key_image_known is True 8 years ago
moneroexamples 79de75f172 xmreg::get_dummy_account_keys removed because not used 8 years ago
moneroexamples a7ef6506a0 verifiction of output data decryption added 8 years ago
moneroexamples 7c099e5053 how to get base64 encoded data in Windows added 8 years ago
moneroexamples a9ac4166be minore code clean up 8 years ago
moneroexamples 5679dfb83f readme updated and small fix in an error message 8 years ago
moneroexamples eda16d4559 fix: versioning not showing in the pusher's footer 8 years ago
moneroexamples 135558f417 reconstruction of ringct from json completed 8 years ago
moneroexamples 615c087efb checking if hash of tx reconstructed from json is correct added 8 years ago
moneroexamples 6141f92311 reconstruction of mainnet txs from json is good now. 8 years ago
moneroexamples 13f2505f88 vout and vin parsing from json added 8 years ago
moneroexamples df57d2b203 xmreg::make_tx_from_json started 8 years ago
moneroexamples 66caaea4dd rapidjson removed 8 years ago
moneroexamples 1fd68550d0 new json based sum_money_in_outputs started 8 years ago
moneroexamples a34ed83efe nlohmann json included in tool.h 8 years ago
moneroexamples 059e1fe643 address.html corrected 8 years ago
moneroexamples 1d883a398e added: output keys checker shows RingCToutputs amounts 8 years ago
moneroexamples b9c1d2f098 added: output keys checker accounts for spend outputs 8 years ago
moneroexamples 4a81039cf0 added signed outputs's keys file checker 8 years ago
moneroexamples d96a0f9829 added last hash into version reporting 8 years ago
moneroexamples 1d905bb7f3 fix: key image checker shows RingCT amounts correctly for each spent key image 8 years ago
moneroexamples 31fbb4423e fix: dont throw exception when linking to next block at the top of blockchain 8 years ago
moneroexamples 08e22f4870 tx_details class removed as it is not used 8 years ago
moneroexamples 8a731907f5 better error messages added to key image file checker 8 years ago
moneroexamples 3a405627bb fix: enabling pushing with enable_pusher works now 8 years ago
moneroexamples be0d868198 fix: show correct amount in key image file checker 8 years ago
moneroexamples e7c542146e fix: show correct block size 8 years ago
moneroexamples 4174fd2c7b template updated for datetime search results 8 years ago
moneroexamples 248c6fcaee search tx in given hour and day added 8 years ago
moneroexamples a5d71f7027 searching tx in a given minute added corrected 8 years ago
moneroexamples 53a7b381b8 searching tx in a given minute added corrected 8 years ago
moneroexamples 1460bc0c29 searching tx in a given minute added 8 years ago
moneroexamples 22734d979a mylmdb.h updated 8 years ago
moneroexamples 900e3c2edb use timestamp_to_str_local incase Hinnanat libary fails to covert to UTC timezone 8 years ago
moneroexamples 5f5d395ae1 xmreg::xmr_amount_to_str added 8 years ago
moneroexamples c25ae14a1e xmreg::xmr_amount_to_str added 8 years ago
moneroexamples b51b959036 pushing tx disabled by default. enable-pusher flag added to enable it 8 years ago
moneroexamples 207418432e extra method get_full_page removed 8 years ago
moneroexamples 735de00f96 Merge branch 'date_lib_added' 8 years ago
moneroexamples 7dddcffe5f Fix merge conflict 8 years ago
moneroexamples 73eeb7321f dateparser class removed 8 years ago