Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add weekly report 2018-12-20 #145

Merged
merged 1 commit into from
Dec 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions weekly-reports/2018-12-20/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Summary

Pointer addresses were added to the latex spec, along with general polishing of the document. More instances of STS semantics were added to the Haskell model, and now only the epoch boundary transitions remain.

# PRs and issues completed

| Issue/PR | Summary | Epic | Contributors | Created | Finished | Comments|
|----------|---------|------|--------------|---------|----------|---------|
| [68](https://github.com/input-output-hk/fm-ledger-rules/issues/68) | Build instance of STS semantics for executable spec / generators | | [mgudemann](https://github.com/mgudemann) | 2018-11-09 | 2018-12-20 | |
| [117](https://github.com/input-output-hk/fm-ledger-rules/issues/117) | Add pointer/base address structure (LaTeX) | | [polinavino](https://github.com/polinavino) | 2018-12-10 | 2018-12-20 | |
| [122](https://github.com/input-output-hk/fm-ledger-rules/issues/122) | review first draft of delegation spec | | [JaredCorduan](https://github.com/JaredCorduan) | 2018-12-12 | 2018-12-20 | |
| [126](https://github.com/input-output-hk/fm-ledger-rules/issues/126) | add fees and deposits to UTxOState | | [JaredCorduan](https://github.com/JaredCorduan) | 2018-12-13 | 2018-12-20 | |
| [135](https://github.com/input-output-hk/fm-ledger-rules/issues/135) | swap created and destroyed names in haskell model | | [JaredCorduan](https://github.com/JaredCorduan) | 2018-12-17 | 2018-12-20 | |

# Lessons learned from last week

- Better communication in team about existing issues

# Things to try next week

- Think about merging `fm-ledger-rules` into `cardano-chain`