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
Sky Young
42ff0302a8
Merge pull request #3 from bitspill/patch-2
...
bump size to include floData
2018-10-16 14:58:35 -06:00
bitspill
bc82a1526d
bump size to include floData
2018-10-16 13:56:49 -07:00
Sky Young
d58630904e
Update to v1.0.0-beta.23
2018-10-16 14:54:24 -06:00
Sky Young
3f7ea8ebcd
Merge pull request #2 from bitspill/patch-1
...
Include FloData in weight
2018-10-16 14:51:37 -06:00
bitspill
efb135d1c3
Include FloData in weight
2018-10-16 13:45:38 -07:00
Sky Young
1daca7b701
Update version to 1.0.0-beta.22
2018-10-04 13:47:23 -06:00
Sky Young
12ef3c901f
Log the error stack as well (for finding bugs)
2018-10-04 13:47:12 -06:00
Sky Young
dd259ea6bd
Set default tx version to 2
2018-10-04 13:46:59 -06:00
Javed Khan
125e8182fd
Merge pull request #614 from tuxcanfly/fix-lint
...
circleci: fix eslint
2018-10-04 09:51:55 +05:30
Javed Khan
d3ec72526e
circleci: fix eslint
2018-10-04 07:54:04 +05:30
Javed Khan
625edb9579
Merge pull request #604 from nodar-chkuaselidze/ci-updates
...
pkg: update ci
2018-09-30 21:40:34 +05:30
Christopher Jeffrey
e0863d4a91
deps: upgrade to bcrypto 2.0. upgrade other deps.
2018-09-29 14:38:53 -07:00
Javed Khan
8630a8ee51
Merge pull request #396 from tuxcanfly/sigint-close
...
bin: handle close when interrupted
2018-09-17 23:57:48 +05:30
Javed Khan
beb7f8fb1d
node: move closed message to handleClose
2018-09-17 23:54:36 +05:30