Commit Graph

411 Commits (3dfb3bd24c6024b6b13dc9db93f93c7dcd95cc69)
 

Author SHA1 Message Date
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
moneroexamples 615c087efb checking if hash of tx reconstructed from json is correct added
moneroexamples 6141f92311 reconstruction of mainnet txs from json is good now.
moneroexamples 13f2505f88 vout and vin parsing from json added
moneroexamples df57d2b203 xmreg::make_tx_from_json started
moneroexamples 66caaea4dd rapidjson removed
moneroexamples 1fd68550d0 new json based sum_money_in_outputs started
moneroexamples a34ed83efe nlohmann json included in tool.h
moneroexamples b6e670340d nlohmann json library added
moneroexamples 059e1fe643 address.html corrected
moneroexamples 1d883a398e added: output keys checker shows RingCToutputs amounts
moneroexamples b9c1d2f098 added: output keys checker accounts for spend outputs
moneroexamples 4a81039cf0 added signed outputs's keys file checker
moneroexamples d96a0f9829 added last hash into version reporting
moneroexamples 1d905bb7f3 fix: key image checker shows RingCT amounts correctly for each spent key image
moneroexamples 31fbb4423e fix: dont throw exception when linking to next block at the top of blockchain
moneroexamples 08e22f4870 tx_details class removed as it is not used
moneroexamples 8a731907f5 better error messages added to key image file checker
moneroexamples 3a405627bb fix: enabling pushing with enable_pusher works now
moneroexamples be0d868198 fix: show correct amount in key image file checker
moneroexamples e7c542146e fix: show correct block size
moneroexamples 4174fd2c7b template updated for datetime search results
moneroexamples 248c6fcaee search tx in given hour and day added
moneroexamples a5d71f7027 searching tx in a given minute added corrected
moneroexamples 53a7b381b8 searching tx in a given minute added corrected
moneroexamples 1460bc0c29 searching tx in a given minute added