Commit Graph

398 Commits

Author SHA1 Message Date
Alexander Leitner
9ab306a0db Integrated Rich's Arbitrary Precision Integer Math Library 2014-11-14 15:58:18 -05:00
Alexander Leitner
6fc2670360 Moved to suggested 2014-11-14 15:54:03 -05:00
Alexander Leitner
9c79b54290 Code should match PHP Code standards PSR-2 2014-11-14 12:57:23 -05:00
Alexander Leitner
9a34016753 removed var_dump in sinkeytest 2014-11-14 12:29:11 -05:00
Alexander Leitner
25923383db Some variables in while loops had bad naming 2014-11-14 12:28:17 -05:00
Alexander Leitner
3bd5b80e43 Merge branch 'master' of https://github.com/aleitner/php-bitpay-client 2014-11-14 12:27:32 -05:00
Alexander Leitner
b29334502b GMP and BC Math integrated into client library 2014-11-14 11:39:16 -05:00
Sam Bohler
fcafcf2c3b Added point math 2014-11-13 12:57:03 -05:00
Sam Bohler
6d95b32f1d Math engine and Private Key 2014-11-13 11:53:00 -05:00
Joshua Estes
d35e35c362 Merge pull request #103 from sambohler/master
#65 Removed dead code, updated arrays to Points, finished writing functi...
2014-11-10 12:27:18 -05:00
Sam Bohler
f9fc47641f #65 Removed dead code, updated arrays to Points, finished writing functions 2014-11-10 10:46:01 -05:00
Joshua Estes
1ee2f2e8b1 Merge pull request #102 from sambohler/master
Added typecast for setArchived
2014-11-10 08:52:41 -05:00
Sam Bohler
0c3559cec2 Merge branch 'master' of github.com:bitpay/php-bitpay-client 2014-11-10 08:41:28 -05:00
Sam Bohler
e99a5aafa8 Merge pull request #100 from JoshuaEstes/Issue67
Fix for issue #67
2014-11-10 08:40:34 -05:00
Sam Bohler
0512e3d56b Merge pull request #98 from JoshuaEstes/IntegrationIntoCoveralls
Added the ability to track code coverage with coveralls.io
2014-11-10 07:50:39 -05:00
Sam Bohler
77b6a796a7 Merge pull request #99 from JoshuaEstes/Issue76
Takes care of issue #76
2014-11-10 07:19:58 -05:00
Sam Bohler
19661d6bc6 Added typecast for setArchived 2014-11-10 07:17:55 -05:00
Sam Bohler
174c2b1af8 Merge pull request #101 from JoshuaEstes/Issue63
Fix for issue #63
2014-11-10 06:57:39 -05:00
Joshua Estes
4a522b2a34 Fix for issue #63 2014-11-06 12:59:19 -05:00
Joshua Estes
0cf0bb7d70 Fix for issue #67 2014-11-06 12:49:18 -05:00
Joshua Estes
35ec6a21ca Takes care of issue #76 2014-11-06 12:41:55 -05:00
Joshua Estes
46f5cafb66 Added badge to code coverage in readme 2014-11-05 13:34:58 -05:00
Joshua Estes
a9f7086258 herp derp 2014-11-05 10:28:51 -05:00
Joshua Estes
0d707ae154 Updated travis for more stuff 2014-11-05 10:13:20 -05:00
Joshua Estes
129a590259 Updated to be more verbose 2014-11-05 09:56:23 -05:00
Joshua Estes
3cc6a6f6e1 Forgot to add the coveralls config 2014-11-05 09:48:27 -05:00
Joshua Estes
1c0d623a3e Added the ability to track code coverage with coveralls.io 2014-11-05 09:30:31 -05:00
Rich Morgan
6fe00fa0d6 Merge pull request #97 from JoshuaEstes/APITesting
Added files for integration testing
2014-11-03 13:38:15 -05:00
Joshua Estes
71ac333f37 Not using Zombie driver 2014-11-03 13:15:51 -05:00
Joshua Estes
6459deaeda Added files for integration testing 2014-11-03 13:07:22 -05:00
Rich Morgan
3e10d10290 Merge pull request #95 from sambohler/master
Replaced cipher type default to use valid type, and fixed decrypt's bit-...
2014-10-24 14:58:51 -04:00
Sam Bohler
b6427559c6 Replaced cipher type default to use valid type, and fixed decrypt's bit-check logic 2014-10-24 07:28:02 -04:00
Joshua Estes
7d7ae064a8 Fails to deliver correct message 2014-10-17 10:24:01 -04:00
Joshua Estes
06f22ab6d4 Small bug fix 2014-10-17 09:51:13 -04:00
Joshua Estes
0f1da9c2d8 Updated to throw exception when curl fails 2014-10-17 09:32:46 -04:00
Rich Morgan
ddba981625 Merge pull request #93 from JoshuaEstes/AddedCertBundle
Added CA bundle to repo
2014-10-15 14:43:44 -04:00
Joshua Estes
0eeb640fed Added CA bundle to repo and made the curl adapter use it since some merchants have issues with this 2014-10-15 14:19:23 -04:00
Alexander Leitner
85de9e3427 Merge branch 'master' of https://github.com/bitpay/php-bitpay-client 2014-10-10 15:31:44 -04:00
Joshua Estes
cd7834671f Updated the test so it knows the invoice interface was returned and updated some bad code 2014-10-09 18:31:09 -04:00
Joshua Estes
4b0476320f Merge conflict resolved 2014-10-09 17:49:32 -04:00
Joshua Estes
c1f15533dd Small bug fix 2014-10-09 17:46:51 -04:00
Joshua Estes
b0909b9784 Merge pull request #92 from JoshuaEstes/TestForGettingInvoice
Added test and updated code for getting an invoice by invoice id
2014-10-09 16:42:18 -04:00
Joshua Estes
0ce5b834bf Added test and updated code for getting an invoice by invoice id 2014-10-09 16:37:23 -04:00
Rich Morgan
17a5e64096 Merge pull request #91 from JoshuaEstes/UpdatedSomeCodeDocBlocks
Updated some code doc blocks
2014-10-07 13:17:21 -04:00
Joshua Estes
36b784ec87 Fixed encodings 2014-10-07 13:07:23 -04:00
Rich Morgan
eb58c34de1 Corrected BitPay author info 2014-10-07 11:53:10 -04:00
Alexander Leitner
cdce07357b Merge branch 'master' of https://github.com/bitpay/php-bitpay-client 2014-10-07 09:18:04 -04:00
Joshua Estes
b06d9e7a9c merge conflict 2014-10-07 06:45:54 -04:00
Rich Morgan
6b4dd761c0 Refactored isGenerated 2014-10-06 18:23:11 -04:00
Rich Morgan
e02539fe44 PSR compliance 2014-10-06 18:22:48 -04:00