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

Core db+aristo fixes and tx handling updates #2164

Merged
merged 9 commits into from
May 3, 2024

Conversation

mjfh
Copy link
Contributor

@mjfh mjfh commented May 3, 2024

No description provided.

mjfh added 9 commits May 3, 2024 17:38
why:
  Previously, the naming was hinged on the phrases `fifo`, `filter` etc.
  which reflect the inner workings of cascaded filters. This was
  unfortunate for reading/understanding the source code for actions where
  the focus is the journal as a whole.
why:
  Detect dangling vertex links. These are legit with `snap` sync
  processing but not with regular processing.
why:
  With `snap` sync processing, partial trees are ok and can be amended.
  Not so in regular mode.

  Previously there was only a debug message when a non-legit dangling edge
  was encountered.
why:
  Otherwise vertices from lower layers might also be modified
details:
+ Split `aristo_tx.nim` into sub-modules
+ Split `forkWith()` into `findTx()` + `forkTx()`
+ Removed `forkTop()`, `forkBase()` (now superseded by new `forkTx()`)
@mjfh mjfh merged commit 143f2e9 into master May 3, 2024
25 checks passed
@mjfh mjfh deleted the CoreDb+Aristo-fixes-and-tx-handling-updates branch May 3, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant