Commit graph

261 commits

Author SHA1 Message Date
Josh Harvey
2fb8ed3a69 WIP cleanup 2014-11-18 01:19:50 -05:00
Josh Harvey
234dd9ef94 WIP 2014-11-18 01:16:39 -05:00
Josh Harvey
47dd9c89b6 WIP 2014-11-17 20:02:24 -05:00
Josh Harvey
d6c9244d7a feat(all) keep track of dispensed bills 2014-11-16 22:56:10 -05:00
Josh Harvey
c9f2976ea2 feat(routes) two way mode determined by server 2014-11-16 11:39:15 -05:00
Josh Harvey
eb3b72d7ce fix(routes) use status.txId since status.txHash isn't being set 2014-11-15 15:54:54 -05:00
Josh Harvey
347aec1e6f feat(routes) support buy side rates 2014-11-14 17:01:01 -05:00
Josh Harvey
7f08d28777 fix(routes) change from async to sync 2014-11-13 14:44:36 -05:00
Josh Harvey
94a9adefa7 fix(plugins) consolidate confirmedDeposit to authorizedDeposit 2014-11-13 14:44:17 -05:00
Josh Harvey
ca8f9420af fix(plugins) fix setTimeout args 2014-11-13 12:33:19 -05:00
Josh Harvey
8009cd04ac Merge pull request #52 from chester1000/canary
feat(dualWay): WIP; new plugin type and initial sell structure chunks added
2014-11-12 15:06:38 -05:00
Josh Harvey
8e65cdc7f5 feat(routes) add support for bill dispenser cartridges 2014-11-12 14:59:50 -05:00
Damian Mee
75807cd0fa teste(info): fixed 2014-11-11 06:01:02 +01:00
Damian Mee
4ebc3db302 feat(santo-tirso): 2nd direction w/now plugin type working 2014-11-11 05:46:12 +01:00
Damian Mee
0c0fb74dcd feat(dualWay): WIP; new plugin type and initial sell structure chunks added 2014-11-09 04:33:01 +01:00
Josh Harvey
684067ddf5 Merge pull request #51 from chester1000/canary
feat(santoTirso): logic from santo-tirso branch merged
2014-11-06 23:00:11 -05:00
Damian Mee
54e7565d3f refactor(plugins): temporaryName -> blockchainUtil 2014-11-07 02:40:09 +01:00
Damian Mee
15ff3c3ee4 fix(typo): ispenseStatuses -> dispenseStatuses 2014-11-07 02:05:52 +01:00
Damian Mee
320a8037cc fix(copypasta): syntax error fixed 2014-11-07 01:59:08 +01:00
Damian Mee
bd3d51b9f2 feat(santoTirso): logic from santo-tirso branch merged 2014-11-07 01:36:41 +01:00
Damian Mee
adfb5f48fc fix(typo): Dingerprint -> Fingerprint 2014-10-21 07:02:39 +02:00
Damian Mee
e8e1516437 test(wallet): tests now pass 2014-10-21 07:01:22 +02:00
Damian Mee
8eab816b29 fix(routes): unnecessary logging removed 2014-10-01 02:05:00 +02:00
Damian Mee
9ea8af28f8 feat(resend): Re-send process improvements 2014-10-01 01:54:11 +02:00
Damian Mee
f7f98d986e refactor(cb): all callback renamed to cb, and local callbacks to _cb 2014-09-26 03:49:50 +02:00
Damian Mee
f15f6d9a0a refactor(minor): part changed to partial_id; and more to data 2014-09-20 18:54:21 +02:00
Damian Mee
5a78376ad5 refactor(tx): transaction(s) changed to tx(s) 2014-09-20 18:52:29 +02:00
Damian Mee
55abaa1bb9 feat(txs): support for partial txs and full bill logging 2014-09-18 02:37:46 +02:00
Damian Mee
bb4336b78f feat(txs): WIP rebuild of offline txs, next part 2014-09-13 07:52:24 +02:00
Damian Mee
67c5caeeff test(mock): mock fixed to contain used method 2014-09-09 08:09:47 +02:00
Damian Mee
43cf451ba4 feat(send): txs now auto-sent on session timeout (machine not required) 2014-09-09 08:02:09 +02:00
Damian Mee
bc4bd456da refactor(psql): fns made a little bit more atomic 2014-09-09 08:00:41 +02:00
Damian Mee
d5ce8d8f1e feat(partial): log all partial txs 2014-09-09 07:59:22 +02:00
Damian Mee
5741a41c6b feat(event): log machine events on the server 2014-09-09 07:04:30 +02:00
Damian Mee
9c47c9df9b refactor(fingerprint): minor changes 2014-09-09 07:01:10 +02:00
Damian Mee
f37b210c2e feat(trade): trade now understands partial txs 2014-09-09 07:00:02 +02:00
Damian Mee
be6900a7a9 refactor(psql): psql interface cleanup 2014-09-09 06:58:09 +02:00
Damian Mee
88c17120ab 1.0.2 2014-09-05 00:04:58 +02:00
Damian Mee
346a5cc822 1.0.1 2014-09-04 23:53:00 +02:00
Josh Harvey
f0d00d9a17 Merge pull request #44 from chester1000/travis-badge
fix(travis): travis badge added to README
2014-09-03 22:33:27 -04:00
Damian Mee
875de0d12f fix(travis): travis badge added to README; Closes #43 2014-09-04 01:37:59 +02:00
Josh Harvey
4511695e13 Merge pull request #42 from chester1000/tests
Tests
2014-09-03 19:31:56 -04:00
Josh Harvey
214e39b444 Merge pull request #41 from chester1000/plugin-reload
Instant plugins reload
2014-09-03 19:31:37 -04:00
Damian Mee
a7aadc923a style(jshint): jshint compatibility increased 2014-09-04 01:19:23 +02:00
Damian Mee
6b004fdf8e style(jshint): some style fixes and jshint compatibility improved 2014-09-04 01:08:41 +02:00
Damian Mee
56315ffd34 fix(trader): trades queue now cleared on trader disable 2014-09-03 20:30:22 +02:00
Damian Mee
d657afa2a1 test(travis): node@0.11 build temp disabled due to lack of gyp support 2014-09-03 19:58:17 +02:00
Damian Mee
53646c9191 test(server): Initial set of tests and travis integration added 2014-09-03 19:46:31 +02:00
Damian Mee
f06ace8c83 feat(log): log module version, abbr git hash and branch on start 2014-09-03 01:40:04 +02:00
Damian Mee
ed3779ede4 fix(trader): trader now gets disabled just after config change (bug #40) 2014-09-02 21:36:20 +02:00