- 18 Nov, 2020 40 commits
-
-
Co-Authored-By:
Marco Stronati <marco@stronati.org> Co-Authored-By:
Marc beunardeau <marc.beunardeau@nomadic-labs.com> Co-Authored-By:
Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Co-Authored-By:
Danny Willems <contact@danny-willems.be>
-
Co-Authored-By:
Marco Stronati <marco@stronati.org> Co-Authored-By:
Marc beunardeau <marc.beunardeau@nomadic-labs.com> Co-Authored-By:
Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Co-Authored-By:
Danny Willems <contact@danny-willems.be>
-
Co-Authored-By:
Marco Stronati <marco@stronati.org> Co-Authored-By:
Marc beunardeau <marc.beunardeau@nomadic-labs.com> Co-Authored-By:
Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Co-Authored-By:
Danny Willems <contact@danny-willems.be>
-
Several tests at raw_context, alpha_context and interpreter level. Co-Authored-By:
Marco Stronati <marco@stronati.org> Co-Authored-By:
Marc beunardeau <marc.beunardeau@nomadic-labs.com>
-
-
-
Co-Authored-By:
Marco Stronati <marco@stronati.org> Co-Authored-By:
Marc beunardeau <marc.beunardeau@nomadic-labs.com> Co-Authored-By:
Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com>
-
-
Mehdi Bouaziz authored
-
Co-Authored-By:
Marco Stronati <marco@stronati.org> Co-Authored-By:
Marc beunardeau <marc.beunardeau@nomadic-labs.com> Co-Authored-By:
Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com>
-
Co-Authored-By:
Marco Stronati <marco@stronati.org> Co-Authored-By:
Marc beunardeau <marc.beunardeau@nomadic-labs.com> Co-Authored-By:
Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Co-Authored-By:
Danny Willems <contact@danny-willems.be>
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
-
-
-
-
-
-
-
-
-
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
Mehdi Bouaziz authored
-
By default, protocol were activated one year in the past (one year delay) in client.activate_protocol. Activating in the past is useful for tests which bake blocks manually using the client.bake command (it avoids waiting). But it's problematic for tests which launch bakers and expect them to bake with proper delay between block baking (blocks are baked faster than they are communicated which leads to many forks). In particular, test_baker_endorser.py fails spuriously for this reason. This commit changes the default delay to zero, and updates the test which bake manually so that activation is done in the past (this is only needed for performance...).
-