Commit Graph

349 Commits

Author SHA1 Message Date
Tan Chee Keong
314005d3f8 Merge branch 'book-cli' of https://github.com/chong-he/lighthouse into book-cli 2023-10-19 07:49:12 +08:00
Tan Chee Keong
7b6684cd81 Fix period with \. 2023-10-19 07:46:58 +08:00
Tan Chee Keong
fb1814dc97 Remove .exe in Windows 2023-10-19 07:46:58 +08:00
Tan Chee Keong
8a6734b9e7 Small revision 2023-10-19 07:46:58 +08:00
chonghe
9b8b60e1a7 Add vm 2023-10-19 07:46:58 +08:00
Tan Chee Keong
fe12ae2ce4 Add vm 2023-10-19 07:46:58 +08:00
Tan Chee Keong
44031f18cc Update SUMMARY.md 2023-10-19 07:46:57 +08:00
chonghe
f340d22ff1 Add cargo-fmt 2023-10-19 07:46:57 +08:00
chonghe
fea0f81a0e Remove am and add vm subcommands 2023-10-19 07:46:57 +08:00
chonghe
acfbf616e8 update .md files 2023-10-19 07:46:57 +08:00
chonghe
5d65b5dc80 Remove help-cli.md 2023-10-19 07:46:57 +08:00
chonghe
2008065397 Remove help-cli.md and rearrange 2023-10-19 07:46:57 +08:00
chonghe
4247c3d8d0 add summary.md 2023-10-19 07:46:57 +08:00
chonghe
23221b131f add vm 2023-10-19 07:46:56 +08:00
chonghe
234183f4ed test 2023-10-19 07:46:56 +08:00
chonghe
d01cd8b9cf update 2023-10-19 07:46:56 +08:00
chonghe
564ef83db5 update 2023-10-19 07:46:56 +08:00
chonghe
9db530610e test 2023-10-19 07:46:56 +08:00
chonghe
0a3a48bb0c test make cli 2023-10-19 07:46:56 +08:00
chonghe
c21a384fa7 Revise cli.sh 2023-10-19 07:46:56 +08:00
chonghe
ae7ca25843 put a dummy file 2023-10-19 07:46:56 +08:00
chonghe
69a33920dc remove dummy 2023-10-19 07:46:56 +08:00
chonghe
0e0d553049 Create new cli folder 2023-10-19 07:46:56 +08:00
chonghe
8527df3a60 linux commit 2023-10-18 21:02:20 +08:00
Tan Chee Keong
c3d84db692 Fix period with \. 2023-10-18 19:45:12 +08:00
Tan Chee Keong
387777dd5f Remove .exe in Windows 2023-10-18 19:42:11 +08:00
Tan Chee Keong
8a4bb6f666 Small revision 2023-10-10 08:18:50 +08:00
chonghe
7075ddf5e0 Add vm 2023-10-09 16:56:15 +08:00
Tan Chee Keong
918f7ac72d Add vm 2023-10-09 16:50:16 +08:00
Tan Chee Keong
37f8a2a807 Update SUMMARY.md 2023-10-06 13:15:44 +08:00
chonghe
39bd86ae5d Add cargo-fmt 2023-10-05 22:30:46 +08:00
chonghe
7495a14861 Remove am and add vm subcommands 2023-10-05 21:58:26 +08:00
chonghe
09eee77e86 update .md files 2023-10-03 23:30:36 +08:00
chonghe
89eae2de43 Remove help-cli.md 2023-10-03 18:47:25 +08:00
chonghe
3905329ae5 Remove help-cli.md and rearrange 2023-10-03 18:46:55 +08:00
chonghe
c2ed1c4dc3 add summary.md 2023-09-15 23:28:07 +08:00
chonghe
314745a094 add vm 2023-09-15 21:18:31 +08:00
chonghe
d8623cb696 test 2023-09-15 20:57:49 +08:00
chonghe
5a5bbe7b39 Merge pull request #3 from chong-he/unstable
Merge Unstable
2023-09-15 20:38:31 +08:00
chonghe
0c1ad4008d update 2023-09-15 19:41:06 +08:00
chonghe
08eb570505 update 2023-09-15 18:35:17 +08:00
chonghe
34a149a207 Merge branch 'sigp:stable' into book-cli 2023-09-15 18:11:04 +08:00
Jimmy Chen
b88e57c989 Update Java runtime requirement to 17 for Web3Signer tests (#4681)
Web3Signer now requires Java runtime v17, see [v23.8.0 release](https://github.com/Consensys/web3signer/releases/tag/23.8.0).

We have some Web3Signer tests that requires a compatible Java runtime to be installed on dev machines. This PR updates `setup` documentation in Lighthouse book, and also fixes a small typo.
2023-09-15 08:49:14 +00:00
chonghe
f1c2b542fc test 2023-09-15 16:20:11 +08:00
chonghe
a16c586c09 test make cli 2023-09-15 15:56:56 +08:00
Age Manning
e4ed317b76 Add Experimental QUIC support (#4577)
## Issue Addressed

#4402 

## Proposed Changes

This PR adds QUIC support to Lighthouse. As this is not officially spec'd this will only work between lighthouse <-> lighthouse connections. We attempt a QUIC connection (if the node advertises it) and if it fails we fallback to TCP. 

This should be a backwards compatible modification. We want to test this functionality on live networks to observe any improvements in bandwidth/latency.

NOTE: This also removes the websockets transport as I believe no one is really using it. It should be mentioned in our release however.


Co-authored-by: João Oliveira <hello@jxs.pt>
2023-09-15 03:07:24 +00:00
chonghe
a180809238 Revise cli.sh 2023-09-06 16:39:03 +08:00
Ricki Moore
0caf2af771 Feat: siren faq update (#4685)
## Issue Addressed

Siren FAQ requires more information regarding network connections to lighthouse BN/VC

## Proposed Changes

Added more info regarding port, BN/VC flags, ssh tunneling and VPNs access
2023-09-06 04:37:04 +00:00
Daichuan Wu
48e2b205e8 Fix some typos in "Advanced Networking" documentation (#4672)
## Issue Addressed
N/A

## Proposed Changes
The current Advanced Networking page references the ["--listen-addresses"](14924dbc95/book/src/advanced_networking.md (L124C8-L124C8)) argument, which does not exist in the beacon node. This PR changes such instances of "--listen-addresses" to "--listen-address".

Additionally, the page mentions using sockets that [both listen to IPv6](14924dbc95/book/src/advanced_networking.md (L151)) in a dual-stack setup? Hence, this PR also changes said line to "using one socket for IPv4 and another socket for IPv6".

## Additional Info
None.
2023-09-06 04:37:03 +00:00
chonghe
291ff640f1 Minor revision to Lighthouse Book on validator-manager (#4638)
Correct the formatting and remove `http-port 5062` to make the command simpler

Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com>
2023-09-06 04:37:02 +00:00