Commit Graph

439 Commits

Author SHA1 Message Date
moneroexamples 10b42359a4 starting adding regnet 2018-08-23 08:42:17 +08:00
moneroexamples 306b9b7aad get_tx private method added 2018-08-23 08:32:08 +08:00
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 d9c042a1a6 fix: hex also for tx in the mempool 2018-07-24 13:05:37 +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 b408e4b924 improve formating of hash rate 2018-07-07 08:46:02 +08:00
moneroexamples 7bb80afea8 improve formating of hash rate 2018-07-07 08:41:40 +08:00
moneroexamples cfcef1d749 fix: compilation error due to get_transactions
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/134
2018-07-04 15:45:39 +08:00
moneroexamples ea0a518af7 adding some code that might be useful later 2018-06-22 14:15:51 +08:00
moneroexamples ad2defbab7 ONIONEXPLORER_RPC_VERSION_MINOR increased by 1 2018-06-20 11:44:44 +08:00
moneroexamples ab12eb64dd some code cleaning 2018-06-18 13:40:54 +08:00
moneroexamples dc1ddacc9c json_detailedtransaction version added 2018-06-18 08:16:53 +08:00
moneroexamples d3e3084272 first version of mstch to json written 2018-06-17 10:53:47 +08:00
moneroexamples d308b31d74 json_detailedtransaction started 2018-06-17 10:07:50 +08:00
moneroexamples ebe4bb7765 started work on detailed info 2018-06-17 08:47:31 +08:00
stoffu 3c770f4d43
Add PoW and difficulty to block info page 2018-06-08 13:19:21 +09:00
moneroexamples 1b6c8b2bbf Decoding of key images and outputs files fixed
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/115
2018-05-13 13:33:03 +08:00
moneroexamples 4c432be311 block_size_median added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/114#issuecomment-384878024
2018-04-28 09:46:30 +08:00
stoffu 8a64169f28
Don't use question mark for 0 total fees in empty blocks 2018-04-06 11:50:38 +09:00
moneroexamples f8831abb8e are_absolute_offsets_good method added 2018-03-26 08:47:23 +08:00
moneroexamples 0ce61ea930 fix: crash of checkandpush when outputs are not found 2018-03-21 09:17:08 +08:00
moneroexamples 450ef84eca use decrypt_payment_id from device class 2018-03-15 09:06:44 +08:00
moneroexamples 4f15c6164d fee per kB added to transaction pool
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/107
2018-03-09 08:54:31 +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 ad15b5c703 indicate presence of sub-address in multi-output txs 2018-02-04 11:19:12 +08:00
moneroexamples b9e9c60267 add js decoding for checking raw txs 2018-02-03 13:40:52 +08:00
moneroexamples 3b8b9b3a78 fix: detect if testnet in confing.js 2018-02-02 07:33:14 +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 15c94340c0 add_tx_pub_keys hidden html span added 2018-01-22 11:08:22 +08:00
moneroexamples 156229274f readme updated 2018-01-19 11:58:27 +08:00
moneroexamples 1459b30dd4 pass tx_json from c++ into js variable. 2018-01-17 16:17:34 +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 5d34b3e562 hard fork version added to network info 2018-01-02 06:43:39 +08:00
moneroexamples fe8c1c2a59 make it compile on ubuntu 16.04 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 db04742f56 small formating updates 2018-01-02 06:43:39 +08:00
moneroexamples d1251baf09 apply patch from @stoffu for sub-addresses
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/86#issuecomment-342997868
2018-01-02 06:43:39 +08:00
moneroexamples ec43aee699 fix: show integrated address details 2018-01-02 06:43:39 +08:00
moneroexamples a9443d4e18 make it compile with subaddresses 2018-01-02 06:43:39 +08:00
moneroexamples 5215ad45ed Show payment id status in the index page
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/83#issuecomment-334315512
2018-01-02 06:43:39 +08:00
moneroexamples 18063dee88 compile with current dev version of monero 2018-01-02 06:43:39 +08:00