You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1912: Add shelley package to nightly windows tests r=rvl a=rvl
### Overview
- Github actions steps need to be coded in yaml.
- Shelley tests were not in the list of steps.
- Fix local cluster setup for windows.
1973: do not migrate hardfork column as non-null r=KtorZ a=KtorZ
# Issue Number
<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->
N/A
# Overview
<!-- Detail in a few bullet points the work accomplished in this PR -->
- [ ] I have adjusted the migration of the hardfork countdown column.
# Comments
<!-- Additional comments or screenshots to attach if any -->
```
'hardfork_epoch'. Adding this field with a default value of NULL.
SQLite3 returned ErrorError while attempting to perform prepare "ALTER TABLE protocol_parameters ADD COLUMN hardfork_epoch INTEGER NOT NULL DEFAULT NULL ;": Cannot add a NOT NULL column with default value NULL
```
<!--
Don't forget to:
✓ Self-review your changes to make sure nothing unexpected slipped through
✓ Assign yourself to the PR
✓ Assign one or several reviewer(s)
✓ Once created, link this PR to its corresponding ticket
✓ Assign the PR to a corresponding milestone
✓ Acknowledge any changes required to the Wiki
-->
1976: use dummy time interpreter in database benchmarks. r=KtorZ a=KtorZ
# Issue Number
<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->
N/A
# Overview
<!-- Detail in a few bullet points the work accomplished in this PR -->
- [ ] I have used dummy time interpreter in database benchmarks.
# Comments
<!-- Additional comments or screenshots to attach if any -->
Database benchmarks are now running fine for me locally.
<!--
Don't forget to:
✓ Self-review your changes to make sure nothing unexpected slipped through
✓ Assign yourself to the PR
✓ Assign one or several reviewer(s)
✓ Once created, link this PR to its corresponding ticket
✓ Assign the PR to a corresponding milestone
✓ Acknowledge any changes required to the Wiki
-->
Co-authored-by: Rodney Lorrimar <rodney.lorrimar@iohk.io>
Co-authored-by: KtorZ <matthias.benkort@gmail.com>
0 commit comments