Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
refactor(SFOX): moved to blockchain/bitcoin-sfox-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Dec 13, 2016
1 parent aee5e2f commit 3901437
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 1,673 deletions.
1 change: 0 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ module.exports = (grunt) ->
presets: ["es2015"]
global: true
ignore: [
/\/node_modules\/(?!bitcoin-exchange-client\/)/
"/src/blockchain-socket.js"
"/src/ws-browser.js"
]
Expand Down
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = function (config) {
presets: ['es2015'],
ignore: [
'src/ws-browser.js', // undefined is not an object (evaluating 'global.WebSocket')
/\/node_modules\/(?!bitcoin-(coinify|exchange)-client\/)/
/\/node_modules\/(?!bitcoin-(coinify|exchange|sfox)-client\/)/
],
global: true,
sourceMap: 'inline'
Expand Down Expand Up @@ -85,7 +85,6 @@ module.exports = function (config) {
'tests/bip38_spec.js.coffee',
'tests/address_spec.js.coffee',
'tests/external_spec.js.coffee',
'tests/sfox/*_spec.js.coffee',
'tests/keychain_spec.js.coffee',
'tests/keyring_spec.js.coffee',
'tests/hdaccount_spec.js.coffee',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"unorm": "^1.4.1",
"ws": "1.1.*",
"pbkdf2": "3.0.4",
"bitcoin-exchange-client": "blockchain/bitcoin-exchange-client#master",
"bitcoin-coinify-client": "blockchain/bitcoin-coinify-client#master"
"bitcoin-coinify-client": "blockchain/bitcoin-coinify-client#master",
"bitcoin-sfox-client": "blockchain/bitcoin-sfox-client#master"
},
"devDependencies": {
"babel-polyfill": "6.16.*",
Expand Down
1 change: 0 additions & 1 deletion src/blockchain-wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,6 @@ Wallet.prototype.metadata = function (typeId) {
};

Wallet.prototype.incStats = function () {
console.log('incing stats');
API.incrementSecPassStats(this.isDoubleEncrypted);
return true;
};
2 changes: 1 addition & 1 deletion src/external.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var Coinify = require('bitcoin-coinify-client');
var SFOX = require('./sfox/sfox');
var SFOX = require('bitcoin-sfox-client');
var Metadata = require('./metadata');
var ExchangeDelegate = require('./exchange-delegate');

Expand Down
78 changes: 0 additions & 78 deletions src/sfox/api.js

This file was deleted.

89 changes: 0 additions & 89 deletions src/sfox/payment-account.js

This file was deleted.

58 changes: 0 additions & 58 deletions src/sfox/payment-medium.js

This file was deleted.

0 comments on commit 3901437

Please sign in to comment.