Commit Graph

5168 Commits

Author SHA1 Message Date
Christopher Jeffrey
75de428308
pkg: upgrade bmocha. 2018-12-17 15:47:05 -08:00
Christopher Jeffrey
238b514b2c
pkg: update deps. 2018-12-17 03:22:40 -08:00
Javed Khan
7268bc27ff
Merge pull request #653 from jlopp/updateWikiLink
update link to bcoin docs
2018-12-11 22:03:53 +05:30
Jameson Lopp
2e47fb96c9
update link to bcoin docs 2018-12-11 10:49:39 -05:00
Matthew Zipkin
3377e6536e
spvnode: parse --no-wallet flag
To match behavior in `node` (fullnode) if a user wants to use `bmultisig` instead of the built-in wallet.
2018-12-10 15:06:16 -08:00
Orfeas Litos
7a9023f388
Add test for KeyRing.fromMultisigScript() 2018-12-09 22:11:48 +00:00
Orfeas Litos
6d48e41c96
Implement KeyRing.fromMultisigScript(script, i) 2018-12-09 22:11:44 +00:00
Christopher Jeffrey
0b70a940a3
test: get tests passing in chrome. 2018-12-08 02:40:49 -08:00
Christopher Jeffrey
06398780ef
pkg: upgrade bmocha and bsert. 2018-12-08 02:40:11 -08:00
Christopher Jeffrey
4e25ff8fcd
pkg: upgrade bmocha. 2018-12-05 09:27:16 -08:00
Javed Khan
f35790a069
Merge pull request #643 from pinheadmz/patch-7
docs/Configuration: SPV is command-line only
2018-12-05 22:41:04 +05:30
Matthew Zipkin
c4d2539191
docs/Configuration: include daemon in note 2018-12-05 08:54:06 -08:00
Christopher Jeffrey
46f2917166
pkg: upgrade bmocha. 2018-12-05 03:06:43 -08:00
Christopher Jeffrey
d88fa67147
pkg: upgrade bmocha. 2018-12-02 17:31:32 -08:00
Christopher Jeffrey
8bfac6d5d8
pkg: update bmocha. 2018-12-02 03:55:43 -08:00
Christopher Jeffrey (JJ)
314933cb9d
Merge pull request #642 from braydonf/pkg-lockfile
pkg: add lockfile
2018-11-30 12:18:40 -08:00
Braydon Fuller
7b734cd36b
docs: update installation details and requirements 2018-11-30 11:41:42 -08:00
Matthew Zipkin
4181ee6988
docs/Configuration: spv note lint 2018-11-30 10:02:06 -08:00
Matthew Zipkin
5b8915132e
docs/Configuration: SPV is command-line only
Addresses confusion similar to https://github.com/bcoin-org/bcoin-docker/issues/8
2018-11-30 10:00:06 -08:00
Braydon Fuller
a916bfa844
pkg: add lockfile 2018-11-29 09:43:49 -08:00
Christopher Jeffrey
b4173235e1
pkg: minor. 2018-11-29 09:10:21 -08:00
Christopher Jeffrey
df1e8c0621
pkg/circleci: remove instanbul from dev dependencies. 2018-11-29 04:14:32 -08:00
Christopher Jeffrey
1436c97dbe
pkg: switch to bmocha. 2018-11-29 03:22:57 -08:00
Christopher Jeffrey
869b76c450
pkg: update deps. 2018-11-28 06:41:45 -08:00
Nodar Chkuaselidze
32cba1bf4a
mempool: reflect spent coins in mempool coinview.
Currently coinview does not account for spent coins in the mempool,
This does not create problems because we have additional checks in
right places which detect double spends, but technically
coinview should help you detect double spent in the mempool as well.
This way it will be compatible with chain.getCoinView.

getSpentView will still return all outputs that are available
in the mempool. (This could also return spentView from indexers if
available, this method is used by `signrawtransaction`.)
2018-11-25 23:32:13 +04:00
Matthew Zipkin
d6ff2d7ef4
README: https for docs links 2018-11-22 09:35:28 -08:00
Matthew Zipkin
8b6eba165b
net: add testnet seeds (for browser)
bcoin browser mode can not use DNS to discover seeds, so they are hard-coded.
see: https://github.com/bcoin-org/bdns/blob/master/lib/dns-browser.js#L23
There's already plenty in `/lib/net/seeds/main.js` so this is just to get browser-nodes running on testnet.
Seeds were pulled from my own `hosts.json` file on a live testnet bcoin node
2018-11-15 17:22:23 -08:00
Buck Perley
f97e3f3225
readme: update browser link 2018-11-15 16:02:25 -08:00
Nodar Chkuaselidze
579a98a531
address: minor fixes 2018-11-15 17:39:25 +04:00
Buck Perley
e305d900d6
pkg: add currency and other info (#623)
matches expected outputs from hsd
2018-11-01 12:44:08 -07:00
Matthew Zipkin
78eeae6763 browser: update script import (#622)
* browser: update since refactor

* docs: redirect browser to new guide
2018-11-01 11:58:28 -07:00
Sky Young
31ee7f6367 Bump up coinbase expectations now that we include flodata 2018-10-20 14:17:24 -06:00
Sky Young
c41ab92f78 Add more checkpoints to mainnet and testnet :) 2018-10-20 14:10:55 -06:00
Sky Young
8ab224a6ae vbeta.33 2018-10-20 13:56:23 -06:00
Sky Young
5131accc21 Check coinbase transaction for floData and include it in the size. 2018-10-20 13:55:50 -06:00
Sky Young
16005103e0 Get witness data as well for Coinbase Transaction. 2018-10-20 13:25:54 -06:00
Sky Young
60e19a7b02 Include version check 2018-10-20 13:07:58 -06:00
Sky Young
92184992ea Add in floData to other Witness serizliation/deserialization functions 2018-10-20 13:03:53 -06:00
Sky Young
ecde63c8d8 Update to beta.29 -- Added Segwit TX Support! 2018-10-20 12:16:54 -06:00
Sky Young
4d7b920048 Calculate the size of floData and add it to the bufferwriter initial size 2018-10-20 12:15:30 -06:00
Sky Young
36f88b398f Create segwit signature hash with floData included :) 2018-10-20 11:32:12 -06:00
Sky Young
86dc7c601a Replace Bitcoin and bcoin with Flo and fcoin respectively 2018-10-20 11:25:37 -06:00
Javed Khan
fe340265c8
Merge pull request #444 from nodar-chkuaselidze/wallet-api/create-tx
Allow optional signing in createTX http endpoint
2018-10-19 23:22:54 +05:30
Sky Young
2cf4091bcc Lower the other two amounts back to the old value 2018-10-18 19:27:00 -06:00
Sky Young
6fffcaef3d Drop size down 4 bytes 2018-10-18 18:57:16 -06:00
Sky Young
0b15b43564 Update to v1.0.0-beta.25 2018-10-18 18:22:55 -06:00
Sky Young
e78fd5e578 Fix testnet activation windows 2018-10-18 18:22:14 -06:00
bitspill
f82d851dc2
Allow batch RPC calls 2018-10-16 14:51:41 -07:00
bitspill
d10de7fa72
Allow batch RPC calls 2018-10-16 14:27:23 -07:00
Sky Young
cc8b496a96 Update to v1.0.0-beta.24 2018-10-16 14:59:24 -06:00