1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Sep 13, 2025 — Sep 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added nice comment More... about 13 years ago
Added back missing comment paypal fee comment. More... about 13 years ago
Reward.prototype.fundDistributions now only lists payments for people receiving money. And removed that logic from Bitcoin.pay and PayPal.pay. More... about 13 years ago
Error now properly logged in _conditionalCrawlAndCache which fixes reauthenticating bug. More... about 13 years ago
Removed extraneous Bitcoin.getTransaction wrapper. More... about 13 years ago
Moved the wallet encryption settings out of the Bitcoin settings file and into settings.development.json so that they can be easily overridden via a settings.local.json file. More... about 13 years ago
Merge branch 'master' into encryptedWallet More... about 13 years ago
Cleaned up the encrypted wallet handling code a little by creating a generic decorator that can be applied to any of the bitcoin.Client functions which tries to run the overridden function, and then re-runs it after unlocking the wallet if the first attempt fails due to a 'locked wallet' error. More... about 13 years ago
Moved environment to a package, fixed issue w messenger. More... about 13 years ago
Switch root url for messenger More... about 13 years ago
Only asking for public repo access if in production More... about 13 years ago
Setup environment setting. More... about 13 years ago
Switched development commentor key to use codebountytest More... about 13 years ago
More detailed error message More... about 13 years ago
Setup mail url as part of settings file. More... about 13 years ago
Enabled the use of encrypted wallets for the sendToAddress command. Need to make a more generalized scheme (a proper Decorator instead of the ad-hoc one we're using now) in the future, but this one does work for now. More... about 13 years ago
Put TL.error call into a Fiber. More... about 13 years ago
Fixed Bitcoin bounty payout bugs which caused payouts to not process at all. More... about 13 years ago
bitcoinFund.confirm now only confirms the BitcoinFund object and does not set the fund amount. Also removed extraneous 'userNotified' field. Notifications get sent from server/routes.js the first time a transaction gets its hash assigned to a BitcoinFund. More... about 13 years ago
Fixed the bug where 'insufficient funds' emails would get sent to a user for every transaction they sent in BTC until an amount over the minimum threshold received 6 confirmations, regardless of whether they had actually sent insufficient funds. More... about 13 years ago
Removed console.log instances and replaced them with TL.error. More... about 13 years ago
Merged master. More... about 13 years ago
Address generation now recovers gracefully from Blockchain.info API request errors. If an error prevents an address from getting a proxy address, the address gets saved without one. The next time address generation is run, all addresses without proxies get sent to Blockchain.info before we start generating new addresses. More... about 13 years ago
Changed bitcoind port. Full testing requires using the real Bitcoin network, since Blockchain.info does not issue testnet proxy addresses. More... about 13 years ago
Addresses now get refilled once every ten minutes. More... about 13 years ago
updated settings instructions and error More... about 13 years ago
Fixed logging into paypal More... about 13 years ago
Make test not picky about root url More... about 13 years ago
Fixed bug where Reward screen was always showing 0 funds available. More... about 13 years ago
Resolved merge conflict. More... about 13 years ago