Commit Graph

786 Commits (17b8f99b35a848087e8274c27820d84640d2825d)
 

Author SHA1 Message Date
moneroexamples c44e97e7d2 error msg expanded
moneroexamples 68a53d582b decode_ringct modified
moneroexamples 69d81a0949 mempool xmr shown to 3th decimal place
moneroexamples 667353ec11 xmr_amount_to_str corrected
moneroexamples b4eb465d52 readme updated
moneroexamples cf413487c5 rct_type added to index page
moneroexamples 937c31f587 is_ringct flag added to index page
moneroexamples ffc41dfd86 Merge pull request from moneroexamples/mainnet_ringct_adustment
Mainnet ringct adustment
moneroexamples cc97b932ad fix: pseudoOuts missing in some ringct txs from mempool
moneroexamples 5c265af68c Merge branch 'master' into mainnet_ringct_adustment
moneroexamples dd27c2dff7 Merge pull request from moneroj/patch-1
Update tx_details.html
moneroexamples f0b5ede2ee Merge pull request from M5M400/patch-1
fixed typo
M5M400 0a58e8b8a8 fixed typo
Moenro - lol :)
moneroj 9bb6e453ec Update tx_details.html
small typo
moneroexamples 9a8712dd43 checking what's happening with mempool json
moneroexamples 29ff8f7838 some code cleaning
moneroexamples 1f9fdda419 started fixing mempool ringct tx on mainnet
moneroexamples fe8d33b986 get_human_readable_timestamp simplified
moneroexamples f09b4976d4 http://blox.supportxmr.com/ added to README
moneroexamples ac67c2ebc0 readme updated
moneroexamples c8b8249390 Merge pull request from moneroexamples/check_new_tx_pusher_archives
New reading of unsigned and signed tx data for tx pusher
moneroexamples 5d4c660525 data prefix added to key images and outputs checkers
moneroexamples 86e90a4ed7 eg_tx_files updated
moneroexamples d373e5f196 signed and unsiged tx files prefixes updated
moneroexamples fb8bb27005 signed and unsigned txs example updated
moneroexamples 3dfb3bd24c readme updated
moneroexamples ff6f8f407e tx checker and pusher updated to use new serialization method
https://github.com/monero-project/monero/pull/1507/
moneroexamples c03ec8b2a8 examples of unsigned and signed tx base64 data added
moneroexamples 0f43cd5147 examples of unsigned and signed tx files added
moneroexamples 61ab16006d future: tx prefix hash added to tx info page
moneroexamples 4866b1913e fix: read outputs file data
https://github.com/monero-project/monero/pull/1483
https://github.com/monero-project/monero/issues/1456
moneroexamples cb643c39b9 libmnemonics added to dependencies
moneroexamples 0379497d37 readme updated
moneroexamples bd15cb874f Locate our mixins in key images added
moneroexamples c797e2d59e readme updated
moneroexamples ed9d3c1df9 README updated
moneroexamples b9067189d5 ssl suport added
moneroexamples d44e0ad385 Fix: compilatin error issue
https://github.com/moneroexamples/onion-monero-viewer/issues/2
moneroexamples ede2ad9556 before getting block, check if it exist using its hash
moneroexamples 9fb47b3cda fix: ‘asnlSig’ is not a member of ‘rct’
moneroexamples 7d27c26962 fix: mixin of tx in mempool is correct now
moneroexamples a4c3def391 fix: checking if key_image is spend only when td.m_key_image_known is True
moneroexamples 79de75f172 xmreg::get_dummy_account_keys removed because not used
moneroexamples a7ef6506a0 verifiction of output data decryption added
moneroexamples 7c099e5053 how to get base64 encoded data in Windows added
moneroexamples a9ac4166be minore code clean up
moneroexamples 5679dfb83f readme updated and small fix in an error message
moneroexamples eda16d4559 fix: versioning not showing in the pusher's footer
moneroexamples 0da43d8f5d Merge pull request from moneroexamples/replace_rapidjson
Replace rapidjson with new json library and remove patch dependency
moneroexamples 135558f417 reconstruction of ringct from json completed