Hsiao-Wei Wang
12dff5349d
Renames:
...
1. `Deposit` log -> `DepositEvent` log
2. `get_deposit_root` -> `get_hash_tree_root`
2019-06-30 03:42:00 +08:00
Dankrad Feist
6a2d2c84a8
Bitlist for attestation doc
2019-06-28 20:49:57 +01:00
protolambda
5f0e58364f
resolved merge conflicts, take attesters seq->set change from dev, take bits rework from bitlistvector PR
2019-06-28 18:17:13 +02:00
Justin
2739767a71
Hardened Eth 1.0 voting strategy ( #1218 )
2019-06-28 14:43:44 +01:00
Justin Drake
196ac42025
Cleanup naming
2019-06-28 12:23:22 +01:00
JSON
20602bc92b
phase 0 doc standardization b4 spec freeze ( #1212 )
2019-06-25 14:32:56 +01:00
Danny Ryan
a6230425b8
Merge branch 'dev' into container-cleanup
2019-06-14 10:36:41 -06:00
Danny Ryan
b56539a47d
add missing colon to v-guide
2019-06-10 15:14:42 -06:00
Justin Drake
565f61dfaa
Cleanup containers
2019-06-09 20:41:21 +01:00
terence tsao
8b54c90fd6
Update 0_beacon-chain-validator.md
2019-06-09 12:09:54 -07:00
terence tsao
eefd306253
Update 0_beacon-chain-validator.md
2019-06-05 13:07:10 -04:00
Ivan Martinez
1b5370f8e2
Update 0beacon-chain-validator.md
2019-06-04 18:20:16 +09:00
Danny Ryan
c2f0f7e4d8
Merge pull request #1108 from ethereum/eth1_error
...
minor fix to how eth1 data is counted in validator guide
2019-05-28 16:09:04 -06:00
Danny Ryan
4183d8440b
Merge pull request #1069 from sigp/bn-vc-api-rfc
...
Beacon Node API for Validator
2019-05-28 16:07:51 -06:00
Luke Anderson
c32328fdf2
Fixed swagger URL so that the version number isn't specified (defaults to latest).
2019-05-28 10:49:40 +10:00
Luke Anderson
56698602ab
Updated all absolute URLs to the eth2.0-specs repo so that they point to the master branch (instead of dev).
2019-05-28 10:48:41 +10:00
Danny Ryan
405b34225f
D be list instead of set in validator eth1 data counting
2019-05-27 09:37:30 -06:00
Luke Anderson
fa177e0355
Bumped API version number to 0.2.0
2019-05-27 13:01:36 +10:00
Luke Anderson
af798a3065
Minor updates.
...
- Fixed spelling (and made American English)
- Clarified the schema for the new poc_bit field, and description.
2019-05-27 11:21:23 +10:00
Luke Anderson
edf0b9d05f
Addressed some of @djrtwo's suggestions.
...
- Rewording of specification goal paragraph
- Clarify get duties description regarding chain reorgs.
- Add epoch parameter to get duties, and new error 406
- Block publishing action is clarified around validation, with a new status code 202
- The validator pubkey and PoC bit are passed to produce attestation
- Attestation publishing action is clarified around validation, new status code 202
- Rewording of genesis_time, 'block' -> 'slot'
- Update Crosslink to latest spec
- Added missing signature field to IndexedAttestation
2019-05-25 07:59:35 +10:00
Danny Ryan
7b30c55cd4
minor copy edits to vc api
2019-05-23 13:10:34 -04:00
protolambda
6b5f4b44ea
avoid zero constant for deposits fork-version, just default to it
2019-05-22 01:39:20 +02:00
Danny Ryan
4ce441c4a4
minor fix to how eth1 data is counted in validator guide
2019-05-21 12:54:38 -06:00
Danny Ryan
847fcf52cc
utilize bls_domain directly for deposits
2019-05-21 11:30:38 -06:00
Danny Ryan
7a9097ec23
Merge branch 'dev' into fix-deposit-forkv
2019-05-21 11:04:13 -06:00
Luke Anderson
8e67dec7e4
Fixed misinterpretation of the proof array in the Deposit object, bumped version.
2019-05-20 16:43:21 +10:00
Luke Anderson
490cf9e347
Updated version number to reflect small changes.
2019-05-20 13:56:25 +10:00
Luke Anderson
73c9d126de
Updated API spec with suggestions by @hwwhww.
...
- Corrected to use American English instead of Australian
- Fixed spelling mistake with indices
- Changed tag to 'MinimalSet' and 'OptionalSet'
- Added a response to the list of components
- Renamed 'block_production' to 'block_proposal'
2019-05-20 13:49:06 +10:00
Hsiao-Wei Wang
a68aa82b89
Update validator guide
2019-05-20 11:39:13 +08:00
Danny Ryan
174e1e4dbe
pr feedback
2019-05-17 11:04:05 -04:00
Danny Ryan
acb7444184
pr feedback
2019-05-17 10:58:02 -04:00
Danny Ryan
37aca60fae
pr feedback
2019-05-17 10:55:07 -04:00
Danny Ryan
d1f5f85464
Merge branch 'dev' into fix-v-committee
2019-05-17 10:31:57 -04:00
Bruno Škvorc
bc95906e4f
Typo fix
2019-05-15 10:40:42 +02:00
Danny Ryan
01efe52eb0
fix start shard
2019-05-14 17:32:44 -04:00
Danny Ryan
5e7b173b22
fix up validator guide crosslink committee instructions
2019-05-14 17:29:11 -04:00
Danny Ryan
7bb85a69ed
add process_slots usage to validator guide
2019-05-13 16:34:30 -04:00
Luke Anderson
67921ab96f
Fixed up some small wording in the API readme.
2019-05-13 16:30:53 +10:00
Luke Anderson
0b2c7acdb3
Fixed up markdown.
...
- Removed TOC
- Removed all the old spec stuff
- Uploaded spec to SwaggerHub and provided a link to it.
- Added a 'license' section to the API description.
2019-05-13 16:25:22 +10:00
Luke Anderson
2035aea0b8
Formatting clean up.
...
- Moved /node/fork up with other node endpoints
- Added descriptions and ordering to tags
- Removed common merkle_root schema, to be more specific in descriptions.
- Moved BeaconBlockCommon next to appropriate schemas.
- Lots of small grammar improvements, full stops at end of descriptions.
2019-05-13 15:52:34 +10:00
Luke Anderson
d10baf1dce
Added optional path, , renamed tags, and fixed up whitespace issues.
2019-05-13 15:18:56 +10:00
Luke Anderson
48ed25b2bd
Fleshed out a lot more of the API, nearly ready.
...
- Added all the fields from BeaconBlock(Body)
- Tagged all paths as 'Minimum for validator'
- Removed BeaconNode and ValidatorClient conventions
- Moved the basic non-object schema components to the top
- Broke out common beacon block properties into the BeaconBlockCommon object
- Fixed links to Eth2.0 spec
2019-05-13 15:07:15 +10:00
Alex Stokes
a552b94d46
Update 0_beacon-chain-validator.md
...
typo fix
2019-05-10 11:02:39 -07:00
Luke Anderson
b918cc3de3
Fleshed out a whole lot more of the OpenAPI specification for the API.
2019-05-10 14:03:59 +10:00
Luke Anderson
39fd625d35
Started porting the API proposal into OpenAPI 3 format.
2019-05-09 23:49:59 +10:00
Danny Ryan
af2bb7d6f6
Merge pull request #1044 from ethereum/JustinDrake-patch-21
...
Crosslink in AttestationData
2019-05-08 08:35:06 -06:00
Luke Anderson
4d2e752bb9
Started updating the markdown description of the BNVC REST API, removing stuff specific to the issue and conforming to standard text layout.
2019-05-08 23:51:53 +10:00
Luke Anderson
0d06f6bcc1
Added the first draft of the BN-VC API RFC, as it was listed on the issue #1011 .
2019-05-08 15:04:27 +10:00
Danny Ryan
13d2ee6969
cleanup validator guide for crosslinks
2019-05-07 11:49:45 -06:00
terence tsao
24966d71be
Update 0_beacon-chain-validator.md
2019-05-06 17:54:40 -07:00