Commit Graph

  • beeb294e45 Merge pull request #1217 from fanatid/fix/writeable Braydon Fuller 2015-05-13 09:22:56 -0400
  • 4bc3356b78 Merge pull request #1229 from dskloet/test/fix-transaction Braydon Fuller 2015-05-13 09:13:54 -0400
  • e294505486 Some transaction tests were not run because of the way they were built. Fixed this so they are run and fixed one test that still assumed the dust limit at 5460 instead of 546. David de Kloet 2015-05-13 09:14:00 +0200
  • 26bd5a864a Simplify transaction.getSerializationError(). This takes care of some lint errors about number of statements and cyclomatic complexity. David de Kloet 2015-05-13 00:26:33 +0200
  • bb843ee6a5 Merge pull request #1225 from pnagurny/feature/nullScript Braydon Fuller 2015-05-12 17:36:47 -0400
  • de078a40d3 If output.script is InvalidBuffer, return null instead of throwing error Patrick Nagurny 2015-05-12 16:55:31 -0400
  • a02258dfba Merge pull request #1218 from maraoz/docs/pubkeys Braydon Fuller 2015-05-12 13:31:34 -0400
  • 48761fd08f formatting fixes on pubkey docs Manuel Araoz 2015-05-12 13:47:14 -0300
  • 8e7528d13f Merge pull request #1219 from braydonf/coverage/transaction Eric Martindale 2015-05-11 17:48:50 -0400
  • fd36c392e4 Merge pull request #1220 from braydonf/fix/hd-docs Eric Martindale 2015-05-11 17:39:56 -0400
  • 993125428e Merge pull request #1213 from braydonf/bug/is-fully-signed Eric Martindale 2015-05-11 15:12:44 -0400
  • 55f663737f Update HDPrivateKey docs. Fixes #1209 Braydon Fuller 2015-05-11 14:30:58 -0400
  • 53b6171547 Added coverage to transaction and fixed bug with serialization check. Braydon Fuller 2015-05-11 13:39:53 -0400
  • 6a3e10539c small doc fixes Manuel Araoz 2015-05-11 12:47:25 -0300
  • 951a07c011 fix PublicKey.toObject Manuel Araoz 2015-05-11 12:24:45 -0300
  • 74b93e228c add compressed vs uncompressed docs Manuel Araoz 2015-05-11 12:07:17 -0300
  • 698625cc47 Merge pull request #1214 from dskloet/fix/fee Braydon Fuller 2015-05-11 10:28:19 -0400
  • 346b2af446 delete writable for accessor property Kirill Fomichev 2015-05-10 23:28:52 +0300
  • 056f171e22 Remove the ability to disable the check that a specified fee is equal to the unspent value. David de Kloet 2015-05-10 01:32:28 +0200
  • b1e54101d3 Call the parent error of the fee errors FeeError for backwards compatibility. David de Kloet 2015-05-10 00:38:56 +0200
  • 8da9c4a44a Give the 3 fee errors a common parent error. David de Kloet 2015-05-10 00:32:27 +0200
  • d1eb190626 Introduce different kinds of FeeError to distinguish the different cases. Fix the issue uncovered by this, which is that getFee might not be the actual fee, but only an estimate, if a change address is specified but there isn't enough to pay a fee and have change. David de Kloet 2015-05-09 21:06:40 +0200
  • 16dc489b08 Make sure a specified transaction fee and outputs add up to the sum of the inputs. Don't ignore the fee when it's explicitly specified. David de Kloet 2015-05-09 18:44:26 +0200
  • d8e90685f4 Fixed script.isPublicKeyHashIn bug with variable length signatures. - DER encoded signatures have a max length of 72 bytes, however a minimum size isn't defined. - R and S values can have arbitrary lengths - For more information: https://github.com/bitcoin/bips/blob/master/bip-0062.mediawiki#der-encoding Braydon Fuller 2015-05-08 19:17:00 -0400
  • baf39f3c5f Bump package version to 0.12.4 Manuel Araoz 2015-05-06 15:21:19 -0300
  • 10cd5cf692 Merge pull request #1208 from braydonf/update-bn Manuel Aráoz 2015-05-06 14:59:43 -0300
  • b688334bf3 Added test case for zero in isNaturalNumber tests. Braydon Fuller 2015-05-06 13:37:17 -0400
  • efa0777b08 Update hash.js to 1.0.2 Braydon Fuller 2015-04-30 13:50:05 -0400
  • f8ea7e39cc Included satoshis check during checked serialization. Braydon Fuller 2015-04-30 13:14:19 -0400
  • cd12164fae Added test coverage to transaction.verify Braydon Fuller 2015-04-30 12:09:59 -0400
  • 3d447ded79 Update bn.js to 2.0.4 to handle 53 bit precision number input. Braydon Fuller 2015-04-30 11:20:09 -0400
  • a49348b027 Bump package version to 0.12.3 Manuel Araoz 2015-04-30 09:15:13 -0300
  • 47ffca7f5c Merge pull request #1207 from maraoz/fix-p2sh-in Manuel Aráoz 2015-04-30 04:34:06 -0300
  • a018a23b6b fix bug in recognizing p2sh input scripts Manuel Araoz 2015-04-30 03:24:15 -0300
  • b9b868a3f7 Bump package version to 0.12.2 Manuel Araoz 2015-04-29 20:39:19 -0300
  • a11b916be7 Merge pull request #1205 from maraoz/fix/block-parser Manuel Aráoz 2015-04-29 20:37:37 -0300
  • bbd48f868d remove comment Manuel Araoz 2015-04-29 19:47:35 -0300
  • db6234b500 remove duplicate code, increase coverage Manuel Araoz 2015-04-29 19:45:41 -0300
  • fe17f20a97 remove console.log Manuel Araoz 2015-04-29 18:57:17 -0300
  • d556a0c33d fix regressions Manuel Araoz 2015-04-29 18:55:42 -0300
  • dfc075e5d1 fix block parsing problem Manuel Araoz 2015-04-29 17:29:33 -0300
  • 270413a655 add simpler test that fails Manuel Araoz 2015-04-29 15:54:41 -0300
  • 722eddb894 add test that exposes bug Manuel Araoz 2015-04-29 15:31:46 -0300
  • 25eaae2b45 Bump package version to 0.12.1 Manuel Araoz 2015-04-29 12:41:12 -0300
  • 0a81acf618 Fix doc index version to v0.12 Manuel Araoz 2015-04-29 12:38:30 -0300
  • c4a178e658 Bump package version to 0.12.0 Manuel Araoz 2015-04-29 12:18:07 -0300
  • a03daab866 Merge pull request #1196 from maraoz/script/coverage Braydon Fuller 2015-04-29 10:20:45 -0400
  • 6e0145bef7 Merge pull request #1202 from maraoz/block/toObject Braydon Fuller 2015-04-29 10:15:11 -0400
  • e1921429cf remove stray console.log Manuel Araoz 2015-04-28 19:17:45 -0300
  • 100e370295 fix regressions after changes Manuel Araoz 2015-04-28 17:10:06 -0300
  • 9a50958943 fix Block#toObject API Manuel Araoz 2015-04-28 16:42:56 -0300
  • dff0891871 add failing test for Block#toObject Manuel Araoz 2015-04-28 15:17:41 -0300
  • c53b9861d3 Merge pull request #1200 from dcousens/patch-1 Manuel Aráoz 2015-04-27 13:36:59 -0300
  • 05a8cf9630 sighash: remove dead branch Daniel Cousens 2015-04-27 18:49:45 +1000
  • 2cccf20c9d improve docs to show signatures type Manuel Araoz 2015-04-22 14:33:09 -0300
  • ee6f8d35ef increase script test coverage Manuel Araoz 2015-04-21 12:16:46 -0300
  • 86089355ad Merge pull request #1193 from maraoz/get/network Braydon Fuller 2015-04-21 21:13:37 -0400
  • e25ffde6db refactor networks Manuel Araoz 2015-04-20 12:21:14 -0300
  • fb591b39c1 Merge pull request #1185 from fanatid/feature/immutable-network Braydon Fuller 2015-04-13 10:02:12 -0400
  • ca96359f40 Immutable network Object Kirill Fomichev 2015-04-11 11:19:50 +0300
  • f268298f25 Merge pull request #1184 from braydonf/bug/NaN-output Eric Martindale 2015-04-10 19:56:27 -0400
  • bcd4efb724 Added `checkState` for positive integer in Output satoshis Braydon Fuller 2015-04-10 18:30:05 -0400
  • 3005e19cbf Added precondition to transaction.to for a positive integer as an amount Braydon Fuller 2015-04-10 18:07:20 -0400
  • f5d3f5b951 Merge pull request #1182 from maraoz/fix/index.html Mariano 2015-04-08 17:39:35 -0300
  • aaa8c8aa67 fix index.html Manuel Araoz 2015-04-08 17:38:18 -0300
  • 68c325800a Bump package version to 0.11.7 Manuel Araoz 2015-04-08 14:33:21 -0300
  • c84e5c5093 Merge pull request #1181 from braydonf/typo/tx Manuel Aráoz 2015-04-08 14:31:39 -0300
  • 6367cbe368 Fixed typos in transaction.verify error messages Braydon Fuller 2015-04-08 12:46:18 -0400
  • 8ebf2e6f1f Merge pull request #1179 from maraoz/unit/docs Braydon Fuller 2015-04-06 22:35:50 -0400
  • 5664dac015 add explanatory example for need of Unit Manuel Araoz 2015-04-06 16:30:25 -0300
  • 65282dc1b0 Merge pull request #1169 from maraoz/trim/addresses Esteban Ordano 2015-04-01 13:23:59 -0300
  • e331c4ea49 allow addresses to have surrounding whitespace in validation Manuel Araoz 2015-03-31 17:54:06 -0300
  • 1004aee17e Bump package version to 0.11.6 Manuel Araoz 2015-03-31 15:39:53 -0300
  • 19d92ea330 Merge pull request #1167 from maraoz/fix/version-checker Esteban Ordano 2015-03-31 14:49:30 -0300
  • a49f0f1c4e fix version check Manuel Araoz 2015-03-31 13:11:53 -0300
  • 996a2f4951 Merge pull request #1166 from fanatid/fix/tx-input-output-amount Manuel Aráoz 2015-03-31 13:12:39 -0300
  • c010cb8c50 drop cached value for inputAmount and outputAmount Kirill Fomichev 2015-03-31 16:22:27 +0300
  • 81fde862e6 Bump package version to 0.11.5 Manuel Araoz 2015-03-30 18:39:14 -0300
  • dc77afac1d Merge pull request #1165 from eordano/feature/guard Manuel Aráoz 2015-03-30 16:00:04 -0300
  • 17910c69df Add guard to prevent more than one instance of bitcore eordano 2015-03-30 14:53:20 -0300
  • 53d23e501c Merge pull request #1162 from fanatid/fix/isPublicKeyHashOut Manuel Aráoz 2015-03-30 02:31:09 -0300
  • d9d088a0fc Merge pull request #1163 from eordano/fix/selectNetwork Manuel Aráoz 2015-03-29 23:56:24 -0300
  • 662099a36e Use Networks.get with 2 args when possible eordano 2015-03-29 22:25:19 -0300
  • 4f4b2b93fb Allow arrays as second arg to Networks.get eordano 2015-03-29 22:21:31 -0300
  • 6df5113c9c Merge pull request #1161 from braydonf/bug/address-classify-network Esteban Ordano 2015-03-29 22:55:54 -0300
  • 116024a7cb fix Script.isPublicKeyHashOut Kirill Fomichev 2015-03-29 20:12:39 +0300
  • f034a71929 Network Fixes - Fixed Address classification for a custom network - Added ability to remove a custom network - Increased test coverage for Address Braydon Fuller 2015-03-28 18:12:53 -0400
  • 45f3ab9b56 Merge pull request #1158 from carnesen/getFee Esteban Ordano 2015-03-27 10:20:03 -0300
  • 8af63ec8d0 update transaction.getFee() JSDoc Chris Arnesen 2015-03-26 15:41:41 -0700
  • 4390b08b48 Merge pull request #1154 from martindale/addnetwork-crashfix Manuel Aráoz 2015-03-24 20:19:34 -0300
  • c759401373 Fix tests, address commentary from @braydonf. Eric Martindale 2015-03-24 17:57:39 -0400
  • a7d75cb25b Add test for patch. Eric Martindale 2015-03-24 16:38:02 -0400
  • 9ece2f78ed Fix bug if no value is supplied. Eric Martindale 2015-03-24 16:28:13 -0400
  • 56f3e9a7da Merge pull request #1149 from maraoz/lazy/xpubkey Esteban Ordano 2015-03-20 16:19:14 -0300
  • 56c1e8c000 fix test for hdkey cache Manuel Araoz 2015-03-20 16:01:05 -0300
  • 21266570d4 refactor code Manuel Araoz 2015-03-16 13:01:00 -0300
  • 7da4c7925a lazy calc for xpubkey in HDPrivateKey Manuel Araoz 2015-03-16 12:55:49 -0300
  • 1a0cb73add Merge pull request #1146 from bitpay/marianorod-patch-1 Manuel Aráoz 2015-03-19 11:12:16 -0300
  • a67fa91ca9 Merge pull request #1151 from maraoz/address/script Esteban Ordano 2015-03-19 09:12:20 -0300
  • ef7eafbb0c increase test coverage and fix some bugs Manuel Araoz 2015-03-18 18:58:41 -0300