mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 08:27:55 +00:00
guide: validation data refactoring (#1576)
* guide: validation data refactoring * address grumbles from review * Update roadmap/implementers-guide/src/types/candidate.md Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> * last comments from review Co-authored-by: Sergei Shulepov <sergei@parity.io> Co-authored-by: Bernhard Schuster <bernhard@ahoi.io>
This commit is contained in:
committed by
GitHub
parent
57aef8eef5
commit
2a96c19370
@@ -35,9 +35,6 @@ fn update_configuration(f: impl FnOnce(&mut HostConfiguration)) {
|
||||
*pending = Some(x);
|
||||
})
|
||||
}
|
||||
|
||||
/// Get the GlobalValidationData, assuming the context is the parent block.
|
||||
fn global_validation_data() -> GlobalValidationData;
|
||||
```
|
||||
|
||||
## Entry-points
|
||||
|
||||
Reference in New Issue
Block a user