LamboshiNakaghini
4fd8ddf8ca
update README.md ( #2684 )
...
* Update README.md
Added more complete instructions for running testnet on Linux.
* Update README.md
2019-05-24 16:23:20 -04:00
Andrew
d672a06026
Updated README Deploying with Docker in Windows ( #2598 )
...
Updated instructutions for running Beacon Node in Docker on Windows. The process requires a few additional steps to make a local volume available to mount the data dir. If this doesn't happen, the /tmp/prysm-data dir won't be created at run, and the chaindata will not be stored locally, nor will the account creation process store the key files appropriately for reference when running the validator.
2019-05-14 10:40:52 -04:00
Raul Jordan
3f5eea6077
Update Prysm README ( #2477 )
...
* README updated
* readme updates
2019-05-03 12:55:15 -05:00
frederickalcantara
a170c69653
upgrading linter from gometalinter to golangci-lint ( #2100 )
...
* upgrading linter from gometalinter to golangci-lint
* fixed golangci-lint linting
* removed linting before_script command
* removed disable-all command
* Fixed golang config file
* fixed golang config file v2
* removed gosec issue rule
* formatting
* fixed travis build to run golangci-lint
* Add install golangci-lint command
* fixing golangci-lint script
* removed https://
* Added golangci-lint cmd script
* added go get for local lint install
* created a before_script
* add install before script
* Added get script
* added go mod download
* removed go mod downloads
* changed
* removed before script
* Added before script go get lint
* added exit zero to see what went wrong
* removed golang run script
* removed before script
* change lint command
* verbose output
* removed verbose
* change linter enable and disable configuration
* Update .golangci.yml
Removed gotype as a linter
* Update .golangci.yml
Added typecheck linter
* Update .golangci.yml
Added fixed lint version
* Update .golangci.yml
Added gotype
* Update .golangci.yml
Added typecheck
* removed env:lint
* Added env lint
* fixing lint upgrade
* Changing travis configuration
* FIxed spelling errors
* disabled typecheck
* Enabled typecheck
* remove binary
* Deleting lib binary
* adding more linters
* fixed constants
* fix spelling
* fixed all lint issues
* Revert "Changing travis configuration"
This reverts commit 334afe9d05e96261b01f275aa3ada20e7f36aac4.
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into update-linter
* Changed from Infof to Info
* Fixing commits
* fixing commits with linter config
* added install
* Fixing
* fix log statement
2019-04-26 14:24:01 +08:00
frederickalcantara
24dd4cc1e0
FIx Run Beacon Chain docs ( #2201 )
2019-04-09 15:16:24 +08:00
Raul Jordan
6c580e6bf2
Update All Our Documentation ( #2012 )
...
* full docs update
* update README
* gofmt and goimports
2019-03-17 16:30:46 -06:00
kaidiren
40c0daf343
Update README.md ( #1717 )
...
fix link jump error for Running an ETH2.0 Validator Client
2019-02-26 09:48:40 -05:00
Nishant Das
a57659a43b
Fix Readme ( #1406 )
...
* remove refs
* remove ref from yaml
2019-01-28 16:24:53 +08:00
Nishant Das
bb7b0a324b
Fix Bug On Startup Using Genesis.json ( #1258 )
...
* fix bug
* making requested changes
* new changes
* changing initialize state
* remove genesis.json and references
* remove log
* readme
* readme
* remove reference
2019-01-09 11:03:57 +08:00
Nishant Das
e4bca0343b
adding docs ( #1009 )
2018-11-30 16:15:39 +08:00
terence tsao
5d15afe326
Update README.md ( #742 )
2018-11-11 15:18:52 -05:00
terence tsao
8408315f9c
switch ethereum 2.0 to ethereum serenity ( #714 )
2018-11-01 07:02:01 -04:00
Jerry Fireman
3868b6bbe7
Update readme file to include section on running under windows ( #715 )
2018-11-01 06:59:52 -04:00
Preston Van Loon
ebe5fe2a02
Moving slow tasks from Travis to Buildkite ( #621 )
...
* Update BUILD.bazel
* Update check_gazelle.sh
* Update check_gazelle.sh
* Update check_visibility.sh
* Revert "Update BUILD.bazel"
This reverts commit 8d631fc49af38268e16d622a2002bea040a08d37.
* remove travis slow bazel builds
* Add buildkite build status
2018-10-03 21:16:44 -04:00
Raul Jordan
86bbf99706
Update README.md ( #615 )
2018-10-03 15:33:29 -04:00
Raul Jordan
675be412b3
amend doc ( #613 )
2018-10-03 13:54:43 -04:00
Raul Jordan
a720620801
Update Documentation to Reflect Latest Changes, Demo Instructions ( #599 )
2018-10-02 22:54:35 -05:00
Mohammad Mahdi Jahanara
6095243f2a
added --rpc flag to geth command. ( #496 )
2018-09-10 22:52:02 -07:00
terence tsao
8897ddaa6b
Fixed Broken Markdown links ( #483 )
2018-09-08 06:50:21 -07:00
Raul Jordan
4937da5c7d
Update Documentation + Create a Subproject for Important Markdown Docs ( #451 )
...
* add docs folder for markdowns
* create scripts project, move readmes
* update all docs
* fix travis
2018-09-01 21:25:06 -05:00
terence tsao
7c8331e9d3
Renamed Client to Validator ( #428 )
2018-08-22 12:15:21 -07:00
Raul Jordan
bc8cc1743e
Update Documentation With Specific Build Rules ( #417 )
2018-08-21 08:57:05 -07:00
terence tsao
e1f727cbb2
Implement Beacon Node Validator and Observer Entry Points ( #414 )
2018-08-20 08:50:11 -07:00
Mr Fox
090f37352e
update readme.md ( #407 )
...
fix command mistake and enable geth websocket server for beacon node
2018-08-16 19:40:17 -04:00
Mr Fox
74b5f2e537
fix port mismatching ( #410 )
2018-08-16 16:20:52 -07:00
Raul Jordan
f3fad7339d
client: Clean Up Client Project, Update Docs, Eliminate Unnecessary Items ( #399 )
2018-08-14 19:21:49 -06:00
Raul Jordan
733429ffa1
client: Remove Observer Package from Client ( #391 )
2018-08-09 18:54:44 -05:00
terence tsao
7aae67a92c
Add Join Discord Link in Main Readme ( #387 )
...
* sync functions for active and crystallized states
* make pb structure more semantic
* use run func to consolidate to one main routine
* add discord join link
* extra line
* fixed sentnce
* use discord badge
2018-08-08 20:01:24 +08:00
Preston Van Loon
9c7f2409ce
Fix license ( #379 )
2018-08-05 11:27:02 -04:00
Mr Fox
4b6f1bf414
client: fix readme sharding-instructions link ( #369 )
2018-08-02 10:01:11 -05:00
terence tsao
2bd1e334bc
client: Change Notary to Attester Across Codebase ( #326 )
2018-07-25 20:57:19 -05:00
Preston Van Loon
48b047fd61
Add Docker Container Images for beacon-chain and client ( #314 )
...
* Add docker container images for beacon-chain and client
* Add docker section to README
2018-07-22 13:31:43 -04:00
Federico Gimenez
49d23d60fd
Update readme and contributing links ( #312 )
2018-07-22 08:36:42 -04:00
Federico Gimenez
637e8ccdab
fix example genesis.json ( #299 )
2018-07-22 08:33:49 -04:00
Raul Jordan
92af8bc351
Rename Entire Project to Repo, Change Import Paths and Readmes ( #298 )
...
Former-commit-id: b7b8bbd10777012ae6f7d30eb6b05c3b1c3ec5d3 [formerly 06e1112fa0e1092a7137186d3a386972daa2effe]
Former-commit-id: ff2bc760c9dafb6250f056606eb2cbf96b6afa5b
2018-07-20 16:31:26 -05:00
Preston Van Loon
e9773bca90
Update README.md ( #292 )
...
Former-commit-id: 6a975f58702ffae8f8e76e40ef571600766fe172 [formerly b16300ef75c1deb135ef1e75c45dac0174ee6a51]
Former-commit-id: 8bea7a65e249d0df7df1059a59fe87aa3e394c2f
2018-07-18 10:17:54 +08:00
Preston Van Loon
9ac88d11da
sharding: Local networked P2P! ( #222 )
...
Former-commit-id: d22d05529bb0050b8a03053a28d876e3e458bbff [formerly 284a04699110aa285a42f5b0ad244ca9bd77d2df]
Former-commit-id: 83cd9c8a48fb5ce9c57ff8ef6c2b1741a4d05130
2018-07-17 13:39:04 -05:00
Raul Jordan
0444ee81c4
Update Documentation to Reflect Beacon Chain Research ( #247 )
...
Former-commit-id: 91dea499d9e27b0ca9e22769582eae6f8d042a98 [formerly 9bfb7f7fef2b8e4802cfd5d99be561378a5ada65]
Former-commit-id: 5a2a52d440d9d67857f5ecac173aa721ce46d12c
2018-07-12 12:12:11 -05:00
Preston Van Loon
68eba02cc2
Remove most of the remaining geth code and set up bazel ( #235 )
...
* Remove most of the remaining geth code and set up bazel for this
* chmod +x
* Add flake check
* better flake detection
Former-commit-id: 5c332ecbf2923943f646f1fe40befa95be883329 [formerly 99590fc354514584700e5ce8d7d30a8a7d541f29]
Former-commit-id: e5f919b553fe698e98090965d34eb721990b5693
2018-07-07 13:23:19 -04:00
Terence Tsao
e5586e53c5
update README.md with shardid
...
Former-commit-id: d65033af0411a713bc340d83f8e990f119a7e16b [formerly b9eb5791673ca834912a883b27e1502415d1edb3]
Former-commit-id: a74f81df2caf4e73c207dbbc4dd98ac5a5587378
2018-06-11 11:18:01 -07:00
Raul Jordan
2625c8728a
sharding: added contributing.md and readings.md
...
Former-commit-id: c34ad3ffa9d2f5a92aab53f93ece82a1e6a15657 [formerly c10eec7a57773a322c996fb6275af6053f3d0a06]
Former-commit-id: b3dd4cc565a35ed4310d36ed20b158d3f6dad93e
2018-05-29 16:26:13 -06:00
Raul Jordan
08d4227735
sharding: edit documentation
...
Former-commit-id: de7390a5c315470d1e53b8a96d38b4f7d457c86d [formerly 796ab1e69fae185c6ea244ad286da862cf4c110d]
Former-commit-id: af1e7d1b1a66a6ab15df2a7d8641ad8249b6deee
2018-05-22 12:45:27 -04:00
Raul Jordan
404a1ddad0
sharding: address review comments, add observer package
...
Former-commit-id: 05b8804e0ba81e1fe22f7d930dc16f9e84e1c44c [formerly 52dd670a71f1abdfeb5dfd42c25b9f3ba9e64224]
Former-commit-id: 78bd95882d71a1cd28f442dac17fe8c1bbc34ccb
2018-05-22 12:42:49 -04:00
Raul Jordan
128f661ba5
sharding: update documentation to reflect new entry points
...
Former-commit-id: 44863031370aaa67d3d9b546be33a67fc277f153 [formerly 55b0b3525b42778b71010859abc391f28fafc00f]
Former-commit-id: cf0ee0753c7e9f1a8d53510fc091c685cac7e0e1
2018-05-22 11:33:46 -04:00
Raul Jordan
7b8417ba4b
sharding: fixes review comments on docs
...
Former-commit-id: 867c2be5c15640d8d71a396c224689df060e931b [formerly 4ad129e22ad24b29a6d5038ba9f4350133211b46]
Former-commit-id: a2d6cd11c05f58a728be8210734d1dce94be3bd3
2018-05-03 09:19:12 -05:00
Raul Jordan
c10a02d799
sharding: update half of sharding README
...
Former-commit-id: c1361950a7379cced87c16cd0ab054d963f083e8 [formerly a13aa2636ca4795ef862a41a3f350973c75112ed]
Former-commit-id: d5a173b258e6ffd2ec3f221031de9c2d93ca0f8c
2018-05-02 19:19:59 -05:00
Raul Jordan
d5ff23380e
sharding: update documentation for minimal sharding protocol
...
Former-commit-id: 24aecf98f904e0e517377f86a22a9c1efe4adb18 [formerly b332c7e0d3d5e46423b94278a7eda970a0a395aa]
Former-commit-id: 42be6cc789c0c00aa92cdffc5da586ae100b4434
2018-04-23 08:36:09 -07:00
Raul Jordan
6e52ea2a46
fix typo
...
Former-commit-id: 0527546ad5f116fd645d40f573270469f869787c [formerly fd4bc33aa4b3c6a546862ab1d339984199124943]
Former-commit-id: de0f81e9cb3ce0007b7c9a1435d8716a8d53bb04
2018-03-30 16:41:58 +09:00
Raul Jordan
53345ebcda
edit toplevel README for updated phase 1 plan and goals
...
Former-commit-id: 443eaf92040c5f6e5fa39e889d86015a4d1bce60 [formerly 1a4ae36baa02c3acf5609e1234000deaf3c457af]
Former-commit-id: 31b9229b4b4865f4d1b1907fdea045b7ba1ae63b
2018-03-24 17:59:13 +08:00
Raul Jordan
31b028dd91
change outstanding instances of validator
...
Former-commit-id: 27fa4b9e40183d985cd625defc5d17224b9a2b73 [formerly abfd9c3529d11d45b31aca5efa1628a6f9a4c8b4]
Former-commit-id: 5ae3d9045e27cf74d9447ca1062001a0e51bb7ca
2018-03-11 17:12:44 -05:00