Commit Graph

  • 9b7536bb10
    Merge pull request #104 from stoffu/enable-json-api-implicit-true moneroexamples 2018-02-15 11:17:44 +0800
  • d5bb203626
    set implicit value of enable-json-api to true, just like other enable-* options stoffu 2018-02-15 11:35:43 +0900
  • c74ed3e15a tiny clean up moneroexamples 2018-02-14 13:22:05 +0800
  • f97cdf59ea fix: detect if testnet in confing.js moneroexamples 2018-02-14 11:40:41 +0800
  • be9f824e12
    README: added libsodium to dependencies list stoffu 2018-02-11 16:10:39 +0900
  • ad15b5c703 indicate presence of sub-address in multi-output txs moneroexamples 2018-02-04 11:19:12 +0800
  • b9e9c60267 add js decoding for checking raw txs moneroexamples 2018-02-03 13:40:52 +0800
  • 3b8b9b3a78 fix: detect if testnet in confing.js moneroexamples 2018-02-02 07:33:14 +0800
  • 8b0d9272d6
    Merge pull request #98 from moneroexamples/js_for_decoding_proving moneroexamples 2018-02-01 12:14:25 +0800
  • e3c732eaa2 speed up all_in_one.js generation. moneroexamples 2018-02-01 11:58:43 +0800
  • d3120c73dc merge multiple js files into one moneroexamples 2018-02-01 11:51:37 +0800
  • 92441758fe fix: js error moneroexamples 2018-01-28 09:23:26 +0800
  • fd1f66dfbe readme updated moneroexamples 2018-01-28 09:17:12 +0800
  • 6c811626cb js cleanups and error msgs improvments moneroexamples 2018-01-28 08:19:23 +0800
  • 5473bf25ee multiple output tx with sub-address moneroexamples 2018-01-25 13:38:40 +0800
  • d2c0a4895d parse_str_secret_key js function added moneroexamples 2018-01-24 12:22:30 +0800
  • 589a5d9548 started js for multiple ouputs subaddress moneroexamples 2018-01-22 17:47:18 +0800
  • 5dfe95efcd limix max-width of extra in html moneroexamples 2018-01-22 14:30:56 +0800
  • 15c94340c0 add_tx_pub_keys hidden html span added moneroexamples 2018-01-22 11:08:22 +0800
  • ac23814b1d decoding encrypted payment id using js added moneroexamples 2018-01-21 11:12:59 +0800
  • 098949ff80 fix: RingCT/type info missing moneroexamples 2018-01-19 12:02:11 +0800
  • 156229274f readme updated moneroexamples 2018-01-19 11:58:27 +0800
  • b1c12d88ce note text updated for decoding/proving forms moneroexamples 2018-01-19 11:42:32 +0800
  • 9c1439039f note text updated for decoding/proving forms moneroexamples 2018-01-19 11:42:05 +0800
  • 727e9c5a5e note text updated for decoding/proving forms moneroexamples 2018-01-19 11:34:57 +0800
  • 715f467392 mvp js decoding/proving enabled moneroexamples 2018-01-19 08:09:04 +0800
  • 2f0e1c14e7 js refactored moneroexamples 2018-01-18 12:50:36 +0800
  • d27904098d js decoding of ring ct amounts added moneroexamples 2018-01-17 17:05:38 +0800
  • 1459b30dd4 pass tx_json from c++ into js variable. moneroexamples 2018-01-17 16:17:34 +0800
  • d3481a0d26 more js code added moneroexamples 2018-01-14 13:38:49 +0800
  • 9590094633 attach click events to decode and prove buttons moneroexamples 2018-01-14 10:14:02 +0800
  • a77468ce80 basic cryptonote js files added moneroexamples 2018-01-14 09:34:35 +0800
  • 21d5ccf2f1 adding JS support started moneroexamples 2018-01-13 07:18:44 +0800
  • 4cc4208e9e readme updated moneroexamples 2018-01-04 06:52:09 +0800
  • 62920625b5 redme updated moneroexamples 2018-01-02 11:22:07 +0800
  • 834282c803 readme updated moneroexamples 2018-01-02 11:10:28 +0800
  • 2e6680a788 anunknownamount.com moved to clearent in readme moneroexamples 2018-01-02 11:10:28 +0800
  • ad58e6f130 txhtml updated moneroexamples 2018-01-02 11:07:00 +0800
  • e6d0d4fe95 rpccalls::get_hardfork_info added moneroexamples 2017-12-28 08:36:19 +0800
  • 17b8f99b35 compile with latest monero master moneroexamples 2017-12-28 08:18:58 +0800
  • 5d34b3e562 hard fork version added to network info moneroexamples 2017-12-22 08:29:22 +0800
  • d8f2d78036 add sanitizers-cmake to enable/disable ASAN moneroexamples 2017-12-22 07:52:14 +0800
  • fe8c1c2a59 make it compile on ubuntu 16.04 moneroexamples 2017-12-20 08:40:09 +0800
  • 6da5b3637e added asan compiler option, basic string cleaning moneroexamples 2017-12-20 08:04:17 +0800
  • 61cd869127 upgrade crow to latest version moneroexamples 2017-12-20 06:31:04 +0800
  • df717dafc1 include #include <boost/algorithm/string.hpp> moneroexamples 2017-12-18 08:04:09 +0800
  • c8cfe9ac4a remove make_tx_from_json moneroexamples 2017-12-17 11:12:52 +0800
  • d56f2d8c4d correctly decode amounts of bulletproof txs moneroexamples 2017-12-16 16:24:27 +0800
  • 07b03bd449 use _tx_info.tx_blob instead of manually parsing json moneroexamples 2017-12-16 16:12:32 +0800
  • 02070e9875 misc fixes to eliminate compiler warnings stoffu 2017-12-15 14:50:16 +0900
  • b66f14704d readme updated moneroexamples 2017-11-20 09:06:34 +0800
  • 0e523368a9 readme updated moneroexamples 2017-11-20 09:06:14 +0800
  • bacd5d3937 proving raw tx added moneroexamples 2017-11-20 08:39:08 +0800
  • db04742f56 small formating updates moneroexamples 2017-11-09 10:31:19 +0800
  • d1251baf09 apply patch from @stoffu for sub-addresses moneroexamples 2017-11-09 08:14:18 +0800
  • ec43aee699 fix: show integrated address details moneroexamples 2017-11-08 16:17:38 +0800
  • 96b07baa57 readme updated to Monero v0.11.1.0 moneroexamples 2017-11-08 15:51:59 +0800
  • c8937b0fb8 Added Atesti to Clearnet versions ajs 2017-10-31 19:06:32 +0200
  • 799616c7df Update tx_details.html moneroexamples 2017-10-24 17:35:36 +0800
  • 4d598d4794 tx pusher text updated moneroexamples 2017-10-21 17:41:06 +0800
  • a9443d4e18 make it compile with subaddresses moneroexamples 2017-10-21 16:53:16 +0800
  • 5215ad45ed Show payment id status in the index page moneroexamples 2017-10-06 09:37:23 +0800
  • 18063dee88 compile with current dev version of monero moneroexamples 2017-10-02 11:31:04 +0800
  • c5d99fcb58
    Merge pull request #96 from navegacion/patch-1 moneroexamples 2018-01-02 06:38:00 +0800
  • f88550d326
    Update README.md James 2018-01-01 18:42:50 -0300
  • d01f760404 rpccalls::get_hardfork_info added moneroexamples 2017-12-28 08:36:19 +0800
  • f9b8089168 compile with latest monero master moneroexamples 2017-12-28 08:18:58 +0800
  • cf922ea39c
    Update README.md moneroexamples 2017-12-24 11:36:58 +0800
  • 4e38cf963a
    new testnet address added moneroexamples 2017-12-24 10:50:53 +0800
  • 98571672fe hard fork version added to network info moneroexamples 2017-12-22 08:29:22 +0800
  • 599ad61706 add sanitizers-cmake to enable/disable ASAN moneroexamples 2017-12-22 07:52:14 +0800
  • 4146a47809 make it compile on ubuntu 16.04 moneroexamples 2017-12-20 08:40:09 +0800
  • c26882897b added asan compiler option, basic string cleaning moneroexamples 2017-12-20 08:04:17 +0800
  • d3b3e4904c upgrade crow to latest version moneroexamples 2017-12-20 06:31:04 +0800
  • 6724398b82 include #include <boost/algorithm/string.hpp> moneroexamples 2017-12-18 08:04:09 +0800
  • 93c3013366 remove make_tx_from_json moneroexamples 2017-12-17 11:12:52 +0800
  • ad31f1850a correctly decode amounts of bulletproof txs moneroexamples 2017-12-16 16:24:27 +0800
  • 489d3dfac3 Merge remote-tracking branch 'origin/devel' into devel moneroexamples 2017-12-16 16:12:46 +0800
  • e5f9a155c8 use _tx_info.tx_blob instead of manually parsing json moneroexamples 2017-12-16 16:12:32 +0800
  • 80ad7e8ade
    Merge pull request #88 from stoffu/misc-fix moneroexamples 2017-12-15 14:40:31 +0800
  • 8bbcfc9380
    misc fixes to eliminate compiler warnings stoffu 2017-12-15 14:50:16 +0900
  • 0186a57964 readme updated moneroexamples 2017-11-20 09:06:34 +0800
  • b969375ea0 readme updated moneroexamples 2017-11-20 09:06:14 +0800
  • c7ce9676d9 Development branch link added moneroexamples 2017-11-20 09:04:42 +0800
  • 432db7e6da proving raw tx added moneroexamples 2017-11-20 08:39:08 +0800
  • 4e68bcf8c6 small formating updates moneroexamples 2017-11-09 10:31:19 +0800
  • b05be6de2c Merge remote-tracking branch 'origin/devel' into devel moneroexamples 2017-11-09 08:14:39 +0800
  • ddc6ef7405 apply patch from @stoffu for sub-addresses moneroexamples 2017-11-09 08:14:18 +0800
  • 332df53ef2
    Merge branch 'master' into devel moneroexamples 2017-11-08 16:22:01 +0800
  • 886d2a5749 fix: show integrated address details moneroexamples 2017-11-08 16:17:38 +0800
  • 5ef7ca1412 readme updated to Monero v0.11.1.0 moneroexamples 2017-11-08 15:51:59 +0800
  • 0b6123be6e Added Atesti to Clearnet versions ajs 2017-10-31 19:06:32 +0200
  • a1bdcb2886
    Merge pull request #85 from alvinjoelsantos/patch-1 moneroexamples 2017-11-01 06:33:06 +0800
  • 6e6d47eeef
    Added Atesti to Clearnet versions ajs 2017-10-31 19:06:32 +0200
  • 98347be35b Update tx_details.html moneroexamples 2017-10-24 17:35:36 +0800
  • d24e23a02f tx pusher text updated moneroexamples 2017-10-21 17:41:06 +0800
  • 86d3734627 make it compile with subaddresses moneroexamples 2017-10-21 16:53:16 +0800
  • 4549696c50 Merge remote-tracking branch 'origin/master' moneroexamples 2017-10-09 12:01:28 +0800
  • b202b09c3c dont show '?' when fee is zero. moneroexamples 2017-10-09 12:01:10 +0800
  • 16835ec144 tx-pusher: support hex string of raw tx stoffu 2017-10-06 14:18:16 +0900