665 Commits (c92e5aa80eb704dee99b0fc722358926ffc6eb58)

Author SHA1 Message Date
stoffu 8a64169f28
Don't use question mark for 0 total fees in empty blocks 7 years ago
moneroexamples d9805386d6 enable-json-api flag is false by default now 7 years ago
moneroexamples f8831abb8e are_absolute_offsets_good method added 7 years ago
moneroexamples 0ce61ea930 fix: crash of checkandpush when outputs are not found 7 years ago
moneroexamples 450ef84eca use decrypt_payment_id from device class 7 years ago
moneroexamples 4f15c6164d fee per kB added to transaction pool
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/107
7 years ago
moneroexamples 3a055f9fbd remove depency on readline
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/105
7 years ago
moneroexamples 605c6caf28 fix: compile with new device monero functionality 7 years ago
moneroexamples 349f0a7f4d Merge branch 'devel' of github.com:moneroexamples/onion-monero-blockchain-explorer into devel 7 years ago
moneroexamples f02b8ecf9c paymend id decryption note added 7 years ago
moneroexamples 9b7536bb10
Merge pull request #104 from stoffu/enable-json-api-implicit-true
set implicit value of enable-json-api to true, just like other enable-* options
7 years ago
stoffu d5bb203626
set implicit value of enable-json-api to true, just like other enable-* options 7 years ago
moneroexamples c74ed3e15a tiny clean up 7 years ago
moneroexamples f97cdf59ea fix: detect if testnet in confing.js 7 years ago
moneroexamples ad15b5c703 indicate presence of sub-address in multi-output txs 7 years ago
moneroexamples b9e9c60267 add js decoding for checking raw txs 7 years ago
moneroexamples 3b8b9b3a78 fix: detect if testnet in confing.js 7 years ago
moneroexamples e3c732eaa2 speed up all_in_one.js generation. 7 years ago
moneroexamples d3120c73dc merge multiple js files into one
to mininmize number of request to the server
7 years ago
moneroexamples 92441758fe fix: js error 7 years ago
moneroexamples fd1f66dfbe readme updated 7 years ago
moneroexamples 6c811626cb js cleanups and error msgs improvments 7 years ago
moneroexamples 5473bf25ee multiple output tx with sub-address 7 years ago
moneroexamples d2c0a4895d parse_str_secret_key js function added 7 years ago
moneroexamples 589a5d9548 started js for multiple ouputs subaddress 7 years ago
moneroexamples 5dfe95efcd limix max-width of extra in html 7 years ago
moneroexamples 15c94340c0 add_tx_pub_keys hidden html span added 7 years ago
moneroexamples ac23814b1d decoding encrypted payment id using js added 7 years ago
moneroexamples 098949ff80 fix: RingCT/type info missing 7 years ago
moneroexamples 156229274f readme updated 7 years ago
moneroexamples b1c12d88ce note text updated for decoding/proving forms 7 years ago
moneroexamples 9c1439039f note text updated for decoding/proving forms 7 years ago
moneroexamples 727e9c5a5e note text updated for decoding/proving forms 7 years ago
moneroexamples 715f467392 mvp js decoding/proving enabled 7 years ago
moneroexamples 2f0e1c14e7 js refactored 7 years ago
moneroexamples d27904098d js decoding of ring ct amounts added 7 years ago
moneroexamples 1459b30dd4 pass tx_json from c++ into js variable. 7 years ago
moneroexamples d3481a0d26 more js code added 7 years ago
moneroexamples 9590094633 attach click events to decode and prove buttons 7 years ago
moneroexamples a77468ce80 basic cryptonote js files added 7 years ago
moneroexamples 21d5ccf2f1 adding JS support started 7 years ago
moneroexamples d01f760404 rpccalls::get_hardfork_info added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/92
7 years ago
moneroexamples f9b8089168 compile with latest monero master 7 years ago
moneroexamples 98571672fe hard fork version added to network info 7 years ago
moneroexamples 4146a47809 make it compile on ubuntu 16.04 7 years ago
moneroexamples c26882897b added asan compiler option, basic string cleaning
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/91
7 years ago
moneroexamples d3b3e4904c upgrade crow to latest version 7 years ago
moneroexamples 6724398b82 include #include <boost/algorithm/string.hpp> 7 years ago
moneroexamples 93c3013366 remove make_tx_from_json 7 years ago
moneroexamples ad31f1850a correctly decode amounts of bulletproof txs 7 years ago
moneroexamples 489d3dfac3 Merge remote-tracking branch 'origin/devel' into devel 7 years ago
moneroexamples e5f9a155c8 use _tx_info.tx_blob instead of manually parsing json
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/89
7 years ago
stoffu 8bbcfc9380
misc fixes to eliminate compiler warnings 7 years ago
moneroexamples 432db7e6da proving raw tx added 7 years ago
moneroexamples 4e68bcf8c6 small formating updates 7 years ago
moneroexamples b05be6de2c Merge remote-tracking branch 'origin/devel' into devel 7 years ago
moneroexamples ddc6ef7405 apply patch from @stoffu for sub-addresses
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/86#issuecomment-342997868
7 years ago
moneroexamples 332df53ef2
Merge branch 'master' into devel 7 years ago
moneroexamples 886d2a5749 fix: show integrated address details 7 years ago
moneroexamples 98347be35b Update tx_details.html
"subaddress" added to tx html.
7 years ago
moneroexamples d24e23a02f tx pusher text updated 7 years ago
moneroexamples 86d3734627 make it compile with subaddresses 7 years ago
moneroexamples 4549696c50 Merge remote-tracking branch 'origin/master' 7 years ago
moneroexamples b202b09c3c dont show '?' when fee is zero. 7 years ago
stoffu 16835ec144 tx-pusher: support hex string of raw tx 7 years ago
stoffu 721a03ca77
tx-pusher: support hex string of raw tx 7 years ago
moneroexamples 08a86df0bf Show payment id status in the index page
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/83#issuecomment-334315512
7 years ago
moneroexamples fab2a28db0 compile with current dev version of monero 7 years ago
moneroexamples bea2bb074d dont show full private viewkey when decoding output 7 years ago
moneroexamples 066a22823a adds decoding of payment id as ascii
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/81
7 years ago
Jonathan Roelofs 29893fad46 Fix grammatical typo in tx_details.html. NFC 7 years ago
moneroexamples f290c1db43 add prove and myoutpus shortcut links 7 years ago
moneroexamples f697355101 Merge branch 'master' into update_to_current_monero 7 years ago
moneroexamples b3d8279af3 add changes from pr #76
4983786ed5
7 years ago
kenshi84 4983786ed5
build on mac and windows 7 years ago
moneroexamples 513b59004f Median block size renamed to Median block size limit 7 years ago
moneroexamples cf54281ae2 bring back median size of blocks on front page 7 years ago
moneroexamples 026e734ab0 mempool changed to txpool
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/64
7 years ago
moneroexamples 00b76ba5b8 median size of recent blocks removed in pleace from network info 7 years ago
moneroexamples 6efe7d2fbc font size reduced 7 years ago
moneroexamples 661f6910c8 Block size limit changed to median block size 7 years ago
moneroexamples 6b286063fb add mempool reffresh time to mempool.html 7 years ago
moneroexamples 888e81de93 add mempool reffresh time to mempool.html 7 years ago
moneroexamples feb9dabf69 mempool-refresh-time changed to 5 seconds by default 7 years ago
moneroexamples ad3e14a3aa disable alt blocks for now 7 years ago
moneroexamples 9db09581b6 add api/version call
https://github.com/moneroexamples/openmonero/issues/35
7 years ago
moneroexamples a549f25138 get_payment_id_as_string added 7 years ago
moneroexamples 9647945261 api/outputsblocks added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/73
7 years ago
moneroexamples d83b9188b7 add decrypting payments id8 obtained when using integrated address 7 years ago
moneroexamples d2105d17cb add decrypting payments id8 obtained when using integrated address 7 years ago
moneroexamples c44fa88f72 fix: parsing integrated addresses 7 years ago
moneroexamples ec70839bd2 fix: parsing integrated address 7 years ago
moneroexamples e45a307aa2 fix: ringsize to big by 1 7 years ago
moneroexamples 7ee6ed1f4e have_alt_block link added to index2.html 7 years ago
moneroexamples a36e67e9e3 age and height added to /altblocks 7 years ago
moneroexamples a9bf46a796 add tx no to alt blocks 7 years ago
moneroexamples e4a4e2c9ee /altblocks added 7 years ago
moneroexamples 160a1abe48 fix check if COMMAND_RPC_GET_ALT_BLOCKS_HASHES exists added 7 years ago
moneroexamples 68c3d97fd8 checking if COMMAND_RPC_GET_ALT_BLOCKS_HASHES exists added 7 years ago
moneroexamples 90638a25ac get_alt_blocks modified 7 years ago