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
protolambda
3a309155aa
fix deposit domain: forks are ignored for deposit validity, deposits are always accepted, if coming from the correct contract(s).
2019-05-06 22:06:00 +02:00
Justin Drake
ea60fb632c
More renaming
2019-05-06 20:49:46 +01:00
Justin Drake
f4db9ebae0
Renamings triggered by HW comment
2019-05-06 18:26:14 +01:00
Justin
7ba13aa4c5
Merge branch 'dev' into JustinDrake-patch-21
2019-05-06 17:48:09 +01:00
JSON
d1c96c1e0d
Doc standardization ( #1039 )
2019-05-06 16:30:32 +01:00
Justin Drake
5fb32fd19b
Fix tests
2019-05-05 12:10:39 +01:00
Danny Ryan
bf2b65191d
Merge pull request #1033 from ethereum/ralexstokes-patch-3
...
Update name of constant
2019-05-03 09:14:44 -06:00
Alex Stokes
43e85f76d9
Update name of constant
...
max deposit amount is now in spirit named max effective balance
2019-05-02 21:05:51 -07:00
Alex Stokes
5d688ddb9d
Update property name
2019-05-02 20:45:39 -07:00
Danny Ryan
ef72b7ec20
Merge branch 'master' into vbuterin-patch-2
2019-05-01 16:19:21 -06:00
Justin Drake
2e5ab130c1
Simplify presentation
2019-05-01 07:42:49 +01:00
Danny Ryan
f76ade93d8
update registry tests to return the blocks that transiiton the pre_state to post_state
2019-04-26 08:27:07 -06:00
Danny Ryan
777590434b
Merge branch 'dev' into JustinDrake-patch-20
2019-04-24 13:37:50 -06:00
Danny Ryan
20d65e040b
pr feedback
2019-04-24 11:31:24 -06:00
Danny Ryan
0079c635b6
Merge pull request #924 from ethereum/JustinDrake-patch-11
...
Remove serialization from consensus
2019-04-22 09:41:30 -06:00
Danny Ryan
5744fef808
clean up some notes on deposits
2019-04-22 09:18:20 -06:00
JSON
1a95996035
i.e. + e.g. standardization ( #970 )
2019-04-20 16:01:06 +10:00
Justin Drake
40b55cf433
More fixes
2019-04-18 14:43:24 +10:00
Hsiao-Wei Wang
cc68df8346
Merge branch 'dev' into prev-cur-crosslinks
2019-04-17 12:01:40 +08:00
Danny Ryan
882937b537
attesation proposer rewards to block processing ( #920 )
2019-04-17 12:32:50 +10:00
Danny Ryan
9489ae5dcd
upate validator guide to new crosslink format
2019-04-13 18:02:12 +10:00
Danny Ryan
75df6106aa
clean up some deposit notes in validator doc
2019-04-12 23:23:04 -06:00
JSON
1932a4fbf4
Update 0_beacon-chain-validator.md
2019-04-12 19:46:22 -05:00
JSON
0b6d6f2c51
Update 0_beacon-chain-validator.md ( #909 )
2019-04-13 09:33:34 +10:00
Chih Cheng Liang
ffccf742bd
replace signed_root with signing_root
2019-04-08 09:57:04 +08:00
Mikhail Kalinin
1b975d2ceb
Use signed_root as block id in Honest V guide
2019-03-27 19:23:23 +06:00
Danny Ryan
2c5a68b5b5
remove registry_change options from shuffling functions
2019-03-26 12:32:24 -06:00
Danny Ryan
0121adea38
fix beacon proposer function and mod v-guide to not have lookahead for proposing
2019-03-26 07:09:48 -06:00
Danny Ryan
1083de0c61
add notes about mandatory deposits in validator guide
2019-03-19 17:38:09 -06:00
Danny Ryan
b72070b53e
Merge branch 'dev' into vbuterin-patch-12
2019-03-19 17:31:10 -06:00
terence tsao
c30018a716
Update 0_beacon-chain-validator.md
2019-03-13 18:45:52 -07:00
Danny Ryan
0e837c3386
update v-guide to v0.5.0
2019-03-13 12:17:21 -06:00
vbuterin
5266bbd378
Honest validator doc update for mandatory deposits
...
Co-requisite with #758 .
2019-03-11 23:38:22 -05:00
Akhila Raju
f4e0d9804a
Minor spelling fixes.
2019-03-06 12:03:03 -05:00
Hsiao-Wei Wang
34091d70ec
Fix typo
2019-02-28 16:30:46 +08:00
Danny Ryan
b2c53045fc
make get_beacon_proposer_index safe for next epoch
2019-02-26 15:55:27 -07:00
Danny Ryan
daa8275318
minor bug in validator doc `get_committee_assignment` ( #689 )
2019-02-26 12:19:28 +08:00
Danny Ryan
8dbb7326ee
Merge pull request #673 from ethereum/genesis_committee_assign
...
make getting assignments more generic
2019-02-24 17:50:42 -07:00
Hsiao-Wei Wang
c96f709505
Update 0_beacon-chain-validator.md
2019-02-23 00:31:27 +08:00
Danny Ryan
06e6496bca
Merge pull request #662 from ethereum/vbuterin-patch-5
...
Rename shard_block_root -> crosslink_data_root
2019-02-22 08:51:01 -07:00
Danny Ryan
b89cd234f0
change shard_block_root to crosslink_data_root throughout
2019-02-22 08:50:03 -07:00
terence tsao
68b5fe5b9f
small typo
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-02-22 08:15:40 -07:00
Hsiao-Wei Wang
e8d41fd889
Fix missing `get_epoch_start_slot()`
2019-02-22 14:30:07 +08:00
Danny Ryan
8169229f5a
clean up
2019-02-21 16:58:58 -07:00
Danny Ryan
f28af3f72b
Add spacing
2019-02-21 16:56:43 -07:00
Danny Ryan
2bd6057c12
make getting assignments more generic
2019-02-21 16:53:52 -07:00
Danny Ryan
d31aeacd3c
fix minor errors per #628
2019-02-21 15:18:41 -07:00
Danny Ryan
0f222171ca
fix epoch boundary root per #652
2019-02-21 15:14:59 -07:00
terence tsao
f0b562054f
Update 0_beacon-chain-validator.md ( #650 )
2019-02-19 16:19:31 +08:00
Danny Ryan
375659dc6c
name changes in validator doc and phase 1 doc
2019-02-14 16:02:01 -07:00
terence tsao
380f5bc86b
Update 0_beacon-chain-validator.md
2019-02-14 14:00:43 -08:00
Danny Ryan
663d38e9c8
simplify get_next_epoch_committee_assignment by adding registry_change arg
2019-02-08 11:54:17 -07:00
Danny Ryan
334d47714d
fix a couple of nitpicks before release
2019-02-08 10:35:57 -07:00
Danny Ryan
6d9581281d
change latest_crosslink_root to latest_crosslink in validator guide
2019-02-07 21:25:47 -07:00
mratsim
ca098f8cfa
Prevent changing another TOC
2019-02-07 22:19:04 +01:00
mratsim
cf7ebe9ad3
`message` to `message_hash` in the rest of the spec (followup https://github.com/ethereum/eth2.0-specs/pull/580 )
2019-02-07 22:09:41 +01:00
Hsiao-Wei Wang
e4f5efadb7
Fix `first_committee_at_slot`
2019-02-08 04:03:13 +08:00
Danny Ryan
d4901be198
get_next_epoch_committee_assignments returns slot and is_proposer
2019-02-07 11:48:36 -07:00
Hsiao-Wei Wang
378e1ba9a6
Misc fixes of `get_next_epoch_crosslink_committees`
2019-02-02 02:06:53 +08:00
Danny Ryan
8cfe3c3133
typo
2019-01-30 17:24:27 -08:00
Danny Ryan
face6d325d
Merge branch 'master' into next-epoch-shuffling
2019-01-30 11:06:50 -08:00
Danny Ryan
3f836cad5f
add extra note
2019-01-30 08:05:30 -08:00
Danny Ryan
8869dfff36
fix toc in validator g uide
2019-01-30 08:03:58 -08:00
Danny Ryan
8e50297543
add break condition
2019-01-30 08:02:23 -08:00
Danny Ryan
f0eeb71945
fix fomratting
2019-01-30 08:00:48 -08:00
Danny Ryan
7365af59a7
remove extra return
2019-01-30 07:59:07 -08:00
Ben Edgington
989aae5dc6
Fix missed updates from slot to epoch ( #530 )
2019-01-30 15:50:37 +00:00
terence tsao
cc259f98d9
Update 0_beacon-chain-validator.md ( #531 )
2019-01-30 15:47:57 +00:00
Danny Ryan
75cb8b8cb9
add get_next_epoch_crosslink_committees helper in validator guide
2019-01-30 07:35:56 -08:00
Danny Ryan
022da5006f
Merge branch 'master' into next-epoch-shuffling
2019-01-30 07:09:39 -08:00
Danny Ryan
8c2ed0b683
validator guide to recent spec changes ( #518 )
2019-01-30 14:53:25 +00:00
Danny Ryan
a164ad9504
working through future shuffling notes
2019-01-29 16:29:51 -08:00
Danny Ryan
1a41078768
randao reveal is signed epoch number ( #498 )
2019-01-26 19:13:12 +00:00
Danny Ryan
1614f2a9d7
simplify slashing instructions in vlaidator guide
2019-01-24 23:11:40 -07:00
Danny Ryan
a182fdaa6f
pr feedback
2019-01-24 22:07:41 -07:00
Hsiao-Wei Wang
59b301f7af
Update specs/validator/0_beacon-chain-validator.md
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-01-23 17:31:27 -06:00
Hsiao-Wei Wang
b7c2f33dcb
Update specs/validator/0_beacon-chain-validator.md
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-01-23 17:26:11 -06:00
Hsiao-Wei Wang
4a566469a5
Update specs/validator/0_beacon-chain-validator.md
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-01-23 17:16:04 -06:00
Hsiao-Wei Wang
028eba903e
Update specs/validator/0_beacon-chain-validator.md
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-01-23 17:15:53 -06:00
Hsiao-Wei Wang
c32a79f940
Update specs/validator/0_beacon-chain-validator.md
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-01-22 08:03:00 -06:00
Hsiao-Wei Wang
05e8d25a80
Update specs/validator/0_beacon-chain-validator.md
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-01-22 07:58:55 -06:00
Hsiao-Wei Wang
daa1b6ebf1
Update specs/validator/0_beacon-chain-validator.md
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-01-22 07:58:29 -06:00
Hsiao-Wei Wang
a934138d8b
Update specs/validator/0_beacon-chain-validator.md
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-01-22 07:58:10 -06:00
Hsiao-Wei Wang
b7de018f4d
Update specs/validator/0_beacon-chain-validator.md
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-01-22 07:57:51 -06:00
Hsiao-Wei Wang
634740a2f2
Update specs/validator/0_beacon-chain-validator.md
...
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-01-22 07:56:44 -06:00
Danny Ryan
52696f8806
ensure validator links to master
2019-01-21 11:07:56 -06:00
Danny Ryan
0efeed9a56
fix constants in validator section
2019-01-21 08:39:24 -06:00
Danny Ryan
421ef9e08d
fix bad link in v guide
2019-01-17 21:29:38 -06:00
Danny Ryan
b8f48d20a5
add follow distance constant and extra details around time to being added to the validator registry
2019-01-17 21:28:14 -06:00
Danny Ryan
7fc5238b8f
update deposit root section to utilize eth1data
2019-01-17 11:38:56 -06:00
Danny Ryan
40d4ec33cb
add basics for all block operations
2019-01-16 15:24:59 -06:00
Danny Ryan
2881f56c08
add pr feedback
2019-01-16 14:44:58 -06:00
Danny Ryan
6b72ae3a3b
fill in missing links in phase 0 validator doc
2019-01-14 22:36:33 -06:00
Danny Ryan
d29ce725db
add deposit root logic in block proposals
2019-01-14 21:50:34 -06:00
Hsiao-Wei Wang
1070ba2d11
Add ToC
2019-01-15 11:33:46 +08:00
Danny Ryan
1d44023731
initial pass on phase 0 validator doc
2019-01-14 21:25:23 -06:00