Commit Graph

5142 Commits

Author SHA1 Message Date
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
Javed Khan
b18a8a3f13
bin: handle close when interrupted 2018-09-17 23:54:34 +05:30
Javed Khan
fcba00ef5b
Merge pull request #609 from pinheadmz/patch-3
spvnode: add new option `file` instead of config
2018-09-13 22:47:14 +05:30
Matthew Zipkin
e6b3697784
spvnode: add new option file instead of config
Addresses #608 and extends #563
2018-09-13 09:38:31 -07:00
Nodar Chkuaselidze
a411e31c62
pkg: update ci
Use cache only when installing
Use workspaces to share node_modules
2018-09-07 18:42:29 +04:00
Javed Khan
15b024a392
Merge pull request #598 from pinheadmz/broadcasttx
Fixes pool.getBroadcasted() error item.hash is not a function
2018-08-31 22:06:53 +05:30
Matthew Zipkin
7d2caa072b
pool: fixes getBroadcasted() error 2018-08-31 09:30:40 -07:00
Javed Khan
91db3a55ac
Merge pull request #596 from tuxcanfly/fix-addr-gethash-2
pool: watchAddress continue to accept addr string
2018-08-30 22:39:38 +05:30
Javed Khan
f01e2fb626
pool: watchAddress continue to accept addr string 2018-08-29 23:18:28 +05:30
Javed Khan
1bde15b9a2
Merge pull request #593 from bucko13/webpack-compat
remove bcrypto/compat from compat webpack
2018-08-28 23:25:50 +05:30
Matthew Zipkin
149558072d docs: Different formats for parameters (#592) 2018-08-28 10:11:07 -07:00
bucko13
0ecee1bfaa
remove bcrypto/compat from compat webpack 2018-08-27 17:47:01 -07:00
Javed Khan
e4f41db5ab
Merge pull request #576 from braydonf/ac
Tab completion of API in Node.js REPL
2018-08-27 22:26:19 +05:30