Commit Graph

  • 1054d0c780 removed accidentally committed debug log Paul Shapiro 2018-09-21 18:15:46 -0400
  • 5d2e6db0f3 uint -> unsigned int for emscripten Paul Shapiro 2018-09-21 18:09:38 -0400
  • 916b154e31 added address_and_keys_from_seed (renamed from create_address in old mymonero-core-js), generate_key_derivation, derive_public_key, derive_subaddress_public_key, and decodeRct Paul Shapiro 2018-09-21 18:06:42 -0400
  • a6e414dda2 README: mentioning sec spend key and seed are optional in validate_components_for_login Paul Shapiro 2018-09-17 12:43:14 -0400
  • aca5f31361 serial_bridge_index: validate components for login: sec spend key and seed: added missing get_optionals to expose view-only login Paul Shapiro 2018-09-16 19:58:13 -0400
  • e8620e3c6f serial_bridge_index: changed .get for rct to get_optional Paul Shapiro 2018-08-29 17:51:02 -0400
  • 4f62643d71 README with JSON bridge docs Paul Shapiro 2018-08-29 17:35:37 -0400
  • 95f140f373 some cleanups per feedback Paul Shapiro 2018-08-28 19:14:54 -0400
  • 31c63e2f40 exposed create_transaction unlock_time via bridge Paul Shapiro 2018-08-28 17:51:01 -0400
  • a2c1036ef2 create_transaction: checking output amount overflow before addition Paul Shapiro 2018-08-28 17:48:53 -0400
  • 37d01a885e added missing to_addr to prev commit's dsts (regression - funds didn't appear at target) Paul Shapiro 2018-08-28 16:25:05 -0400
  • 08edc0bd58 modified the interface to create transactions to remove requirement to construct and send dsts with either change or fake dst, by exposing change amount as param and uncommenting kept change addr / dsts construction - which actually solves a tx not created bug when sending to an addr (who is not oneself) with a short pid Paul Shapiro 2018-08-28 15:57:07 -0400
  • c12e98f4ba having err code json ret include err_msg Paul Shapiro 2018-08-28 14:22:51 -0400
  • a5fc7efa38 removed requirement to pass dsts[i].is_subaddress via bridge Paul Shapiro 2018-08-27 22:58:08 -0400
  • 4032bc1dec language code support for checking prefix instead of full string Paul Shapiro 2018-08-27 17:50:32 -0400
  • dd28854917 removed some exceptions when the error should be allowed to be passed back Paul Shapiro 2018-08-27 15:47:15 -0400
  • 33be2feb26 added mnemonic_language_from_code and convenience__new_wallet_with_language_code, updating newly_created_wallet to take language code and return mnemonic_language Paul Shapiro 2018-08-27 15:31:48 -0400
  • 9a9d9cb8f0 added tx_key to create_transaction ret vals Paul Shapiro 2018-08-27 13:01:25 -0400
  • 30d08919b0 fixed nettype in call to seed and keys from mnemonic and removed defaults from those args to prevent similar Paul Shapiro 2018-08-24 16:33:19 -0400
  • 8c17ae4766 changed passing of mnemonic_string by value to by ref and taking copy for normalization to simplify interface; returning detected mnemonic language from wallet_with rather than requiring it; added are_equal_mnemonics function Paul Shapiro 2018-08-24 16:01:22 -0400
  • d599d30456 CMakeLists: constrained linked boost libs Paul Shapiro 2018-08-24 15:07:31 -0400
  • 27efeb8d6b updated to mooo's new openssl-less bulletproofs impl and removed openssl Paul Shapiro 2018-08-22 20:51:35 -0400
  • b570efb573 test_all: factored to args_string_from_root Paul Shapiro 2018-08-21 15:45:55 -0400
  • 78c656fd0a monero-core-custom commits Paul Shapiro 2018-08-20 13:12:59 -0400
  • 18f136433f serial_bridge_index: factored ret_json_from_root and turned pretty-print off Paul Shapiro 2018-08-20 13:08:46 -0400
  • ecb9d701c3 bridged__generate_key_image Paul Shapiro 2018-08-18 21:33:01 -0400
  • 8f25d553a2 log prefix improvement Paul Shapiro 2018-08-18 21:14:16 -0400
  • 05147ea986 fee fns Paul Shapiro 2018-08-18 21:10:41 -0400
  • 45b2d42366 bridged__validate_components_for_login, and fixed up some ref passing Paul Shapiro 2018-08-18 18:49:20 -0400
  • 4aaef3ddd9 seed_and_keys_from_mnemonic Paul Shapiro 2018-08-18 15:21:00 -0400
  • e74c266b7e a few more serial bridge index integrations and tests Paul Shapiro 2018-08-18 14:18:35 -0400
  • 6c19abf379 bridged a few integrated and sub address accessors Paul Shapiro 2018-08-17 17:56:58 -0400
  • 53a12f1d28 sketching remainder of required bridged fns; impl of decode_address bridge, replacing monero_address_utils isTestnet with nettype, and adding burned sec keys Paul Shapiro 2018-08-16 20:57:04 -0400
  • 2ea3a47d85 added serial_bridge_index with JSON-bridged create tx, with new convenience create_transaction fn for extra construction etc, plus test Paul Shapiro 2018-08-16 16:28:46 -0400
  • b896c29add added bin/update_submodules Paul Shapiro 2018-08-15 15:23:15 -0400
  • e599578273 implemented monero_transfer_utils::create_transaction Paul Shapiro 2018-08-06 09:53:00 -0400
  • b72ebdcb04 added monero fork rules, migrated use_fork_rules_fn_type decl to it, added fee est convenience fn and fee test Paul Shapiro 2018-07-23 15:53:05 -0400
  • 79f19b8190 removed unused macro Paul Shapiro 2018-07-23 12:22:35 -0400
  • 423aff433e some minor fixes and updates to parsing fns in monero_transfer_utils Paul Shapiro 2018-07-23 12:21:00 -0400
  • 8a6f3166ba fix to last commit to compile Paul Shapiro 2018-07-23 12:04:18 -0400
  • 22bb35bf01 key img nad monero tfer utils (w/o construct tx port yet) compiling w monero src update Paul Shapiro 2018-07-20 23:15:12 -0400
  • 5f54c5aa8f decode addr test case Paul Shapiro 2018-07-19 20:48:42 -0400
  • ba2901a57c monero address utils compiling (depends on pid utils) Paul Shapiro 2018-07-19 19:05:27 -0400
  • 77dce422de compiling monero base inclusion Paul Shapiro 2018-07-19 18:36:12 -0400
  • 5abda04c86 initial (wip) test path Paul Shapiro 2018-07-19 17:06:38 -0400
  • 7d50c44bc5 gitignore Paul Shapiro 2018-07-19 16:30:27 -0400
  • 62de5d12a9 added monero-core-custom as gitmodule Paul Shapiro 2018-07-19 16:08:37 -0400