Commit Graph

  • 4afca45811
    Merge pull request #30 from mymonero/revert-29-test/add-tests Paul Shapiro 2018-06-25 15:27:09 -0400
  • be15715f53
    Revert "[Test/add tests] Add tests for genBorromean and MLSAG_gen" #30 Paul Shapiro 2018-06-25 15:26:24 -0400
  • ff3e2361f2
    Merge pull request #29 from HenryNguyen5/test/add-tests Paul Shapiro 2018-06-25 15:21:49 -0400
  • ad4fe4931d Convert 2017 copyright -> 2018 #31 #29 HenryNguyen5 2018-06-25 15:20:27 -0400
  • 2fb735f5b1 Add license files HenryNguyen5 2018-06-25 15:15:10 -0400
  • d3845e947a Split up tests for parallel execution HenryNguyen5 2018-06-25 15:11:04 -0400
  • 89a9138ce5 Revert unused parameters removal HenryNguyen5 2018-06-25 14:11:19 -0400
  • 0ef04dad25 Add MLSAG_ver and tests for MLSAG_gen HenryNguyen5 2018-06-22 21:23:36 -0400
  • e4d6954c0e Add borromean tests, add verifyBorromean function HenryNguyen5 2018-06-22 18:12:11 -0400
  • 7cc61a361e Remove console log HenryNguyen5 2018-06-22 14:26:01 -0400
  • e264fedc63 Add ecdh encode/decode tests HenryNguyen5 2018-06-22 14:22:23 -0400
  • dbdc2bb6b2 Add node test env, ignore nacl for test coverage HenryNguyen5 2018-06-22 14:21:36 -0400
  • f0f0f0879a Expose d2s/d2h to api for testing HenryNguyen5 2018-06-22 14:21:24 -0400
  • 2d0a24f944 Add wallaby support (for editor integration) HenryNguyen5 2018-06-22 14:21:13 -0400
  • 83b32e6ad2 Progress commit on cn_utils #28 HenryNguyen5 2018-06-21 21:26:54 -0400
  • b9ee133557 Add resolving for json files HenryNguyen5 2018-06-21 21:26:47 -0400
  • e4e5c43f20 Add file for string converters HenryNguyen5 2018-06-21 21:26:39 -0400
  • cf3c041743 Convert monero_config to ts HenryNguyen5 2018-06-21 21:26:32 -0400
  • 5058a29e02 Refactor nettype HenryNguyen5 2018-06-21 21:26:22 -0400
  • b817a484cf Refactor mnemonic HenryNguyen5 2018-06-21 21:26:13 -0400
  • 76f006cd6e Refactor cn_b58 HenryNguyen5 2018-06-21 21:25:40 -0400
  • 0723b5753e Refactor crc32 to ts HenryNguyen5 2018-06-21 19:21:25 -0400
  • 5b6d77d7c8 Add typescript to project HenryNguyen5 2018-06-21 19:21:18 -0400
  • 7d3b7421bc README: regular contributors Paul Shapiro 2018-06-21 17:13:23 -0400
  • a343dd0b71 README: note about workflow Paul Shapiro 2018-06-21 16:58:35 -0400
  • 612d9365da
    Merge pull request #26 from HenryNguyen5/chore/add-jest Paul Shapiro 2018-06-21 16:45:58 -0400
  • 3bcaeaf330 Add code coverage command #26 HenryNguyen5 2018-06-21 16:33:09 -0400
  • 922857b94d Rename test file to be captured by Jest + fix invalid variable name HenryNguyen5 2018-06-21 15:51:39 -0400
  • c903e1a1d0 Fix incorrectly exported module HenryNguyen5 2018-06-21 15:51:19 -0400
  • dc78f300d6 Add Jest depdendency HenryNguyen5 2018-06-21 15:51:10 -0400
  • 3190004f8f
    Merge pull request #25 from HenryNguyen5/chore/add-prettier Paul Shapiro 2018-06-21 16:38:16 -0400
  • 6f3142aa1c Add prettier support #25 HenryNguyen5 2018-06-21 15:35:09 -0400
  • 87aaa28655
    Merge pull request #24 from HenryNguyen5/chore/add-to-gitignore Paul Shapiro 2018-06-21 14:48:35 -0400
  • 8a1a595ac6 Add node modules to gitignore #24 HenryNguyen5 2018-06-21 14:44:51 -0400
  • dbcb8bc689 README: irc room Paul Shapiro 2018-06-14 10:49:23 -0400
  • 331398f39d monero_utils/mymonero_response_parser_utils.js -> hostAPI/response_parser_utils.js; added hostAPI/net_service_utils.js, holding HostedMoneroAPIClient_Base request implementation - still not 100% sure it's right to move the actual get unspent outs, get rand outs, and tx submit request calls and response parsing calls to sendingFunds_utils, primarily because parsing may be wrapped in an application-level abstraction for platform-dependent concurrency Paul Shapiro 2018-06-05 18:58:08 -0400
  • 9c97d6c888 sendingFunds: SendFunds api change: removed keyImageCache arg for now - hosted monero api client now usingkey-image-cache-managed parsing functions (used for get_unspent_outs).. can probably add it back later by passing optional key img cache arg to send funds, and checking existence at parse-time when networking implementation moved to sendFunds; mymonero_response_parser_utils: added async versions of key img cached parsing fns Paul Shapiro 2018-06-04 20:21:33 -0400
  • 9fbe5603dc monero_requestURI_utils: added support to request uri parser to allow raw oa and xmr addrs (resolves mymonero/mymonero-app-js/#210) Paul Shapiro 2018-06-03 17:01:08 -0400
  • 05af1ed782 monero_sendingFunds_utils: default priority med -> low Paul Shapiro 2018-06-03 15:59:20 -0400
  • 35752d4d61 basic eslint config .. eslintignoring cryptonote_utils for now for emscripten anyway but that can probably be made more specific to the files we want to exclude Paul Shapiro 2018-06-03 15:52:33 -0400
  • e4366a708b monero_wallet_utils: support for wordset detection with prefix-length words to close #14, implemented mnemonic isEqual method to support partial- to full-word comparison Paul Shapiro 2018-06-03 12:49:45 -0400
  • 8d69d901fb mnemonic: fixed Japanese wordset prefix_len (4->3) Paul Shapiro 2018-06-03 11:25:02 -0400
  • 4d177d8f1c mymonero_response_parser: sorting mempool txs before nonmempool as id while in mempool is not true sequential Paul Shapiro 2018-06-01 11:40:39 -0400
  • 2d126fcef9 monero_sendingFunds_utils: fixed tx err return string Paul Shapiro 2018-05-30 16:08:01 -0400
  • d71bfb239e monero_config: updated the dust threshold from 10^10 to 2*10^9; monero_sendingFunds_utils: enhanced sweeping to support sending dusty but mixable outs to get closer to full account balance Paul Shapiro 2018-05-30 15:42:04 -0400
  • fb4887f2d9 monero_sendingFunds_utils: SendFunds() api change - removed first arg (isRingCT), and added new arg after amount, bool flag to enable sweep transaction, and ported luigi's sweep implementation PR Paul Shapiro 2018-05-28 20:37:04 -0400
  • f603bd7d53 cryptonote_utils/construct_tx, monero_sendingFunds_utils/SendFunds: disallowing sending to subaddr with pid Paul Shapiro 2018-05-26 12:57:06 -0400
  • 85a1e1ead6 mymonero_response_parser_utils/Parsed_AddressTransactions__sync: filtering outgoing short pids as they are bound not to be correct (server cannot know them - feature pending metadata storage) 1.0.0 Paul Shapiro 2018-05-11 21:17:05 -0400
  • f4f259f7cc implemented nettype (MAINNET, TESTNET, STAGENET) via nettype_utils and added nettype to various points which need address prefixes - only mainnet's been tested Paul Shapiro 2018-05-01 20:51:56 -0400
  • e000937d18 added subaddressPrefix to monero_config and removed deprecated fixed per kb fee; cryptonote_utils: CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX name typo Paul Shapiro 2018-05-01 17:19:52 -0400
  • f576a5a0c0
    Merge pull request #11 from cryptochangements34/derive-subaddress-public-key Paul Shapiro 2018-05-01 15:55:05 -0400
  • 3cf54d69e6
    Merge pull request #10 from cryptochangements34/patch-1 Paul Shapiro 2018-05-01 15:54:48 -0400
  • f64804e668 monero_sendingFunds_utils: SendFunds: added statusUpdate callback fn with code Paul Shapiro 2018-04-30 10:48:31 -0400
  • 64c66db20a monero_requestURI_utils: excluding 'xmr' from being used for tx_amount_ccy Paul Shapiro 2018-04-29 15:21:15 -0400
  • 7d708be475 monero_requestURI_utils: added URIType to generate uris with and without '//' Paul Shapiro 2018-04-25 19:27:17 -0400
  • f2ee666efe add sending to subaddresses support #10 cryptochangements34 2018-04-24 23:21:07 -0400
  • 7df21b0ca0
    basic cryptonote_utils tests #11 cryptochangements34 2018-04-24 20:23:17 -0400
  • f19afbb819 monero_sendingFunds_utils: clarified insufficient balance copy to mention emphasize spendable, and switched from formatMoneyFull to formatMoney Paul Shapiro 2018-04-23 22:50:03 -0400
  • 8003f2a219
    add derive_subaddress_public_key function cryptochangements34 2018-04-23 22:31:07 -0400
  • 08acb35474 cryptonote_utils: applied bitcodernull's inputs sorting fix Paul Shapiro 2018-04-19 17:26:53 -0400
  • 0dbdfe7810 monero_sendingFunds_utils: fee methods minor cleanups and var name fix Paul Shapiro 2018-04-12 17:46:00 -0400
  • 4c63f09d9e removed emscripten's Math.random fallback implementation Paul Shapiro 2018-04-10 15:20:24 -0400
  • 674f4a08c8 mymonero_response_parser_utils, monero_keyImage_cache_utils: for consumers who can't pass a mutable dict for key image caching, added addtl caching-managed code paths - integrators should be sure to call DeleteManagedKeyImagesForWalletWith to release caches e.g. on wallet teardown Paul Shapiro 2018-04-10 12:47:33 -0400
  • c65fb83187 merging luigi1111's monero v7 input sorting in create tx Paul Shapiro 2018-04-06 10:01:11 -0400
  • 8bbed934ad monero_sendingFunds_utils: switching back to fixed mixin and matching monero wallet default (min) in mymonero-app-js Paul Shapiro 2018-03-29 13:04:53 -0400
  • b3246818e1 deprecated fixedMixin/Ringsize; added fork specific min ringsize accessor; exposed mixin in SendFunds and added thisFork min mixin check Paul Shapiro 2018-03-28 15:10:38 -0400
  • 94f5a1e238 monero_sendingFunds_utils: deprecating / migrating EstimatedTransaction_ringCT_txSize and added missing priority on fee recalculation to fix mymonero-app-js#167 Paul Shapiro 2018-03-18 15:00:06 -0400
  • 7481c089a9 cryptonote_utils: replacing estimateRctSize implementation with C matching impl (with key offsets guesss bumped from 2 to 3) Paul Shapiro 2018-03-18 14:58:01 -0400
  • b4b52b63d5 added fixed mixin and ringsize, and default priority central functions; added fee multiplier and priority support to fee calc in SendFunds... added comments Paul Shapiro 2018-02-23 18:20:16 -0500
  • da420f2747 fixed up fee multiplier calculation and deprecated pre rct fee and tx size estimation Paul Shapiro 2018-02-23 17:12:13 -0500
  • 28b7e77e14 fixed fee estimate to reflect 2 outs, not 3 (deprecated fee) Paul Shapiro 2018-02-22 14:44:22 -0500
  • e00f2d5bbf added unspent_outs per_kb_fee to send_funds routine Paul Shapiro 2018-02-09 13:24:41 -0500
  • 5ff3d093ad async as package.json dep 0.9.0 Paul Shapiro 2018-01-23 17:00:47 -0500
  • 5e210a18a9 added index.js to support npm+package.json Paul Shapiro 2018-01-23 16:54:04 -0500
  • ddfb22b600
    Merge pull request #5 from bradoyler/npm Paul Shapiro 2018-01-23 16:40:08 -0500
  • 2e868e0eff
    Amendments #5 Paul Shapiro 2018-01-23 16:39:38 -0500
  • 0278cf1b66 add package.json Brad Oyler 2018-01-21 22:57:36 -0500
  • 2625ee6420 copyright Paul Shapiro 2018-01-11 11:15:35 -0500
  • c9e0a6e553 key image cache: moving from singleton to per-wallet cache Paul Shapiro 2018-01-02 14:50:47 -0500
  • 44dc82e181 paymentID_utils: fixed validation typo Paul Shapiro 2018-01-02 14:46:48 -0500
  • 719ea28e3b RegEx -> RegExp typo Paul Shapiro 2017-12-17 19:59:16 -0500
  • bee28eff2c minor cleanup to monero_paymentID_utils Paul Shapiro 2017-12-17 18:51:00 -0500
  • d2cbbfbb25 cryptonote_utils: added new__int_addr_from_addr_and_short_pid Paul Shapiro 2017-12-16 18:50:42 -0500
  • c0d30899ef monero_paymentID_utils: deprecating long payment id generator fn, implementing short pid factory, updated pid validation to support 16 char pids Paul Shapiro 2017-12-16 18:49:40 -0500
  • ed60af18ff VerifiedComponentsForLogIn_sync fixed up viewonly mode detection Paul Shapiro 2017-11-29 18:08:25 -0500
  • cd8561f3e5 updated mymonero_response_parser_utils with ratesBySymbol Paul Shapiro 2017-11-16 15:16:02 -0500
  • b625881ff2 monero_requestURI_utils: added tx_amount_ccy Paul Shapiro 2017-11-09 23:15:39 -0500
  • 3bfd82d92a cryptonote_crypto_EMSCRIPTEN: fixed false env isNode=true in webviews with process object by filtering true process.browser Paul Shapiro 2017-09-28 11:21:43 -0700
  • 5295cf3ac4 actually removing openalias_utils and passing as fn arg Paul Shapiro 2017-09-28 10:14:43 -0700
  • 54f4aaaaf5 moved monero_openalias_utils to lib; updated sendingFunds openalias_utils include path Paul Shapiro 2017-09-28 10:06:05 -0700
  • 8ace67cd7e README: description tweak Paul Shapiro 2017-09-28 09:36:36 -0700
  • 6136192e47 README: PRs Paul Shapiro 2017-09-28 09:35:20 -0700
  • 5b12319cf9 README Paul Shapiro 2017-09-28 09:32:47 -0700
  • 9b43b7d132 What's in This Repo? tweak Paul Shapiro 2017-09-28 09:32:07 -0700
  • 1cd11fa63e initial commit + README Paul Shapiro 2017-09-28 09:26:56 -0700