Commit Graph

297 Commits (master)
 

Author SHA1 Message Date
Paul Shapiro f4f259f7cc implemented nettype (MAINNET, TESTNET, STAGENET) via nettype_utils and added nettype to various points which need address prefixes - only mainnet's been tested
6 years ago
Paul Shapiro e000937d18 added subaddressPrefix to monero_config and removed deprecated fixed per kb fee; cryptonote_utils: CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX name typo
6 years ago
Paul Shapiro f576a5a0c0
Merge pull request #11 from cryptochangements34/derive-subaddress-public-key
6 years ago
Paul Shapiro 3cf54d69e6
Merge pull request #10 from cryptochangements34/patch-1
6 years ago
Paul Shapiro f64804e668 monero_sendingFunds_utils: SendFunds: added statusUpdate callback fn with code
6 years ago
Paul Shapiro 64c66db20a monero_requestURI_utils: excluding 'xmr' from being used for tx_amount_ccy
6 years ago
Paul Shapiro 7d708be475 monero_requestURI_utils: added URIType to generate uris with and without '//'
6 years ago
cryptochangements34 f2ee666efe add sending to subaddresses support
6 years ago
cryptochangements34 7df21b0ca0
basic cryptonote_utils tests
6 years ago
Paul Shapiro f19afbb819 monero_sendingFunds_utils: clarified insufficient balance copy to mention emphasize spendable, and switched from formatMoneyFull to formatMoney
6 years ago
cryptochangements34 8003f2a219
add derive_subaddress_public_key function
6 years ago
Paul Shapiro 08acb35474 cryptonote_utils: applied bitcodernull's inputs sorting fix
6 years ago
Paul Shapiro 0dbdfe7810 monero_sendingFunds_utils: fee methods minor cleanups and var name fix
6 years ago
Paul Shapiro 4c63f09d9e removed emscripten's Math.random fallback implementation
6 years ago
Paul Shapiro 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
6 years ago
Paul Shapiro c65fb83187 merging luigi1111's monero v7 input sorting in create tx
6 years ago
Paul Shapiro 8bbed934ad monero_sendingFunds_utils: switching back to fixed mixin and matching monero wallet default (min) in mymonero-app-js
6 years ago
Paul Shapiro b3246818e1 deprecated fixedMixin/Ringsize; added fork specific min ringsize accessor; exposed mixin in SendFunds and added thisFork min mixin check
6 years ago
Paul Shapiro 94f5a1e238 monero_sendingFunds_utils: deprecating / migrating EstimatedTransaction_ringCT_txSize and added missing priority on fee recalculation to fix mymonero-app-js#167
6 years ago
Paul Shapiro 7481c089a9 cryptonote_utils: replacing estimateRctSize implementation with C matching impl (with key offsets guesss bumped from 2 to 3)
6 years ago
Paul Shapiro b4b52b63d5 added fixed mixin and ringsize, and default priority central functions; added fee multiplier and priority support to fee calc in SendFunds... added comments
6 years ago
Paul Shapiro da420f2747 fixed up fee multiplier calculation and deprecated pre rct fee and tx size estimation
6 years ago
Paul Shapiro 28b7e77e14 fixed fee estimate to reflect 2 outs, not 3 (deprecated fee)
6 years ago
Paul Shapiro e00f2d5bbf added unspent_outs per_kb_fee to send_funds routine
6 years ago
Paul Shapiro 5ff3d093ad async as package.json dep
6 years ago
Paul Shapiro 5e210a18a9 added index.js to support npm+package.json
6 years ago
Paul Shapiro ddfb22b600
Merge pull request #5 from bradoyler/npm
6 years ago
Paul Shapiro 2e868e0eff
Amendments
6 years ago
Brad Oyler 0278cf1b66 add package.json
6 years ago
Paul Shapiro 2625ee6420 copyright
6 years ago
Paul Shapiro c9e0a6e553 key image cache: moving from singleton to per-wallet cache
6 years ago
Paul Shapiro 44dc82e181 paymentID_utils: fixed validation typo
6 years ago
Paul Shapiro 719ea28e3b RegEx -> RegExp typo
6 years ago
Paul Shapiro bee28eff2c minor cleanup to monero_paymentID_utils
6 years ago
Paul Shapiro d2cbbfbb25 cryptonote_utils: added new__int_addr_from_addr_and_short_pid
6 years ago
Paul Shapiro c0d30899ef monero_paymentID_utils: deprecating long payment id generator fn, implementing short pid factory, updated pid validation to support 16 char pids
6 years ago
Paul Shapiro ed60af18ff VerifiedComponentsForLogIn_sync fixed up viewonly mode detection
7 years ago
Paul Shapiro cd8561f3e5 updated mymonero_response_parser_utils with ratesBySymbol
7 years ago
Paul Shapiro b625881ff2 monero_requestURI_utils: added tx_amount_ccy
7 years ago
Paul Shapiro 3bfd82d92a cryptonote_crypto_EMSCRIPTEN: fixed false env isNode=true in webviews with process object by filtering true process.browser
7 years ago
Paul Shapiro 5295cf3ac4 actually removing openalias_utils and passing as fn arg
7 years ago
Paul Shapiro 54f4aaaaf5 moved monero_openalias_utils to lib; updated sendingFunds openalias_utils include path
7 years ago
Paul Shapiro 8ace67cd7e README: description tweak
7 years ago
Paul Shapiro 6136192e47 README: PRs
7 years ago
Paul Shapiro 5b12319cf9 README
7 years ago
Paul Shapiro 9b43b7d132 What's in This Repo? tweak
7 years ago
Paul Shapiro 1cd11fa63e initial commit + README
7 years ago