Commit Graph

60 Commits (2264d1d722411f43a943b803186f4df8df1e74ab)

Author SHA1 Message Date
moneroexamples 2264d1d722 As hex link added to tx details
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/133
moneroexamples 4776fa3c22 fix proving conibase txs and string trim in js
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/113

https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/112
moneroexamples d9805386d6 enable-json-api flag is false by default now
moneroexamples 4f15c6164d fee per kB added to transaction pool
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/107
moneroexamples f02b8ecf9c paymend id decryption note added
moneroexamples c74ed3e15a tiny clean up
moneroexamples d3120c73dc merge multiple js files into one
to mininmize number of request to the server
moneroexamples 92441758fe fix: js error
moneroexamples fd1f66dfbe readme updated
moneroexamples 6c811626cb js cleanups and error msgs improvments
moneroexamples 5473bf25ee multiple output tx with sub-address
moneroexamples d2c0a4895d parse_str_secret_key js function added
moneroexamples 589a5d9548 started js for multiple ouputs subaddress
moneroexamples 5dfe95efcd limix max-width of extra in html
moneroexamples 15c94340c0 add_tx_pub_keys hidden html span added
moneroexamples ac23814b1d decoding encrypted payment id using js added
moneroexamples 098949ff80 fix: RingCT/type info missing
moneroexamples b1c12d88ce note text updated for decoding/proving forms
moneroexamples 9c1439039f note text updated for decoding/proving forms
moneroexamples 727e9c5a5e note text updated for decoding/proving forms
moneroexamples 715f467392 mvp js decoding/proving enabled
moneroexamples 2f0e1c14e7 js refactored
moneroexamples d27904098d js decoding of ring ct amounts added
moneroexamples 1459b30dd4 pass tx_json from c++ into js variable.
moneroexamples d3481a0d26 more js code added
moneroexamples 9590094633 attach click events to decode and prove buttons
moneroexamples bacd5d3937 proving raw tx added
moneroexamples 799616c7df Update tx_details.html
"subaddress" added to tx html.
moneroexamples 5215ad45ed Show payment id status in the index page
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/83#issuecomment-334315512
moneroexamples 066a22823a adds decoding of payment id as ascii
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/81
Jonathan Roelofs 29893fad46 Fix grammatical typo in tx_details.html. NFC
moneroexamples dbdf427092 spelling correction
alvinjoelsantos 93472a820d Changed mixin to ring size/ring member
moneroexamples 468f927e8b gitignore modefied
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/45
moneroexamples f70e7e2db2 show "at least" input amount when tx has mixture of known and uknown imputs amounts
moneroexamples 158ce6863b show tx in json in tx checker for raw tx data only
moneroexamples 3f9a8b96a4 fix: showing json details of coinbase txs
moneroexamples 4cebf488d9 ability to decode outptus of raw tx data added
moneroexamples 826a5f2b3e input button text changed
moneroexamples 63846f2571 placeholder text in form for myoutputs modified
moneroexamples 4809e3f972 fix: POST request of prove sending tx
moneroexamples 3e32a26cdf note in tx output decoding extended
moneroexamples 4448ca2848 note in tx output decoding shortened
moneroexamples 9f98a70fcf changed get to post requests in decoding outputs and prove sending
moneroexamples 9d671da4eb note about server side calculations added to tx info page
moneroexamples c2af128937 Decode outputs info text updated
moneroexamples 2f5d118663 add ringct type to tx info
M5M400 0a58e8b8a8 fixed typo
Moenro - lol :)
moneroexamples 61ab16006d future: tx prefix hash added to tx info page
Gingeropolous 95e6d830c0 html fixes
modified some things based on analysis by this validator. https://validator.w3.org Though I think the main problem is that there was an unclosed <div>. I think what may be happening is that there might be an open div in the header and then a closed div in the footer. Or there's not. And then each thing thats inserted in between the header and footer may or may not have starting and closing <div>. I need to go through and check though. 

Also, the hidden state mod is from here - 
http://w3c.github.io/html/single-page.html#hidden-state-typehidden