Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Some spec params from kovan are not described in docs #6429

Closed
phahulin opened this issue Aug 31, 2017 · 4 comments
Closed

Some spec params from kovan are not described in docs #6429

phahulin opened this issue Aug 31, 2017 · 4 comments
Labels
F5-documentation 📑 Documentation needs fixing, improving or augmenting. M3-docs 📑 Documentation. P5-sometimesoon 🌲 Issue is worth doing soon.
Milestone

Comments

@phahulin
Copy link
Contributor

Hello,

I'm running:

  • Parity version: 1.7.0

There are some parameters in kovan's chain spec that are not described neither in general parity docs nor in PoA specific docs [1], [2] and [3]
Namely,

  • validateScoreTransition
  • validateStepTransition
  • validateReceiptsTransition
  • eip155Transition

if they are described some place else, please provide a link, if not it'd be good to have description for them too.

@rstormsf
Copy link

👍

@5chdn 5chdn added F5-documentation 📑 Documentation needs fixing, improving or augmenting. M3-docs 📑 Documentation. labels Aug 31, 2017
@5chdn 5chdn added this to As soon as possible in Documentation Aug 31, 2017
@5chdn 5chdn added the P5-sometimesoon 🌲 Issue is worth doing soon. label Sep 4, 2017
@5chdn
Copy link
Contributor

5chdn commented Sep 7, 2017

What do you need it for? It's basically small bug fixes or improvements to the kovan network. Just looked through the change-logs:

eip155Transition

This is an Ethash parameter for EIP 155 (replay protection), but also available for PoA.

validateReceiptsTransition

This is a Kovan-specific transition introduced in #4892 to validate block receipts root. I'm not aware, however, if this is used in any other chain configuration yet.

validateStepTransition

The block from which monotonic steps start, via #5587, see #5589 for more details.

validateScoreTransition

The block at which score validation should start, via #4988.

If you want to run your own PoA network, you can either omit these transitions or set them to 0.

@5chdn 5chdn closed this as completed Sep 7, 2017
@5chdn 5chdn moved this from As soon as possible to In progress in Documentation Sep 7, 2017
@5chdn 5chdn moved this from In progress to Published in Documentation Sep 7, 2017
@phahulin
Copy link
Contributor Author

phahulin commented Sep 7, 2017

Yes, we want to run our own PoA network. This question is related to the last one (still unanswered) question asked in #6342
where we are trying to figure out discrepancy between our PoA network and Kovan in relation to out of gas txs.

Since these parameters are not listed in docs, I couldn't know if we need them, thank you for the clarifications.

@phahulin
Copy link
Contributor Author

@5chdn Hello, could you tell me: if these parameters are not included in chain.json of a new AuRa network build on parity 1.8, will corresponding bugfixes still apply?
If not then these parameters must be included and set to 0 in every new network?

@5chdn 5chdn added this to the 1.9 milestone Jan 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F5-documentation 📑 Documentation needs fixing, improving or augmenting. M3-docs 📑 Documentation. P5-sometimesoon 🌲 Issue is worth doing soon.
Projects
No open projects
Documentation
Published
Development

No branches or pull requests

3 participants