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

[Persistence] Adds TreeStore logger #852

Merged
merged 1 commit into from
Jun 27, 2023
Merged

[Persistence] Adds TreeStore logger #852

merged 1 commit into from
Jun 27, 2023

Conversation

dylanlott
Copy link
Contributor

@dylanlott dylanlott commented Jun 22, 2023

Description

  • [Persistence] Adds a logger to TreeStore module

Issue

Enabled by changes introduced in #756 and #808

Type of change

Please mark the relevant option(s):

  • New feature, functionality or library
  • Bug fix
  • Code health or cleanup
  • Major breaking change
  • Documentation
  • Other

List of changes

  • Adds a logger to the tree store

Testing

  • make develop_test; if any code changes were made
  • make test_e2e on k8s LocalNet; if any code changes were made
  • e2e-devnet-test passes tests on DevNet; if any code was changed
  • Docker Compose LocalNet; if any major functionality was changed or introduced
  • k8s LocalNet; if any infrastructure or configuration changes were made

Required Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added, or updated, godoc format comments on touched members (see: tip.golang.org/doc/comment)
  • I have tested my changes using the available tooling
  • I have updated the corresponding CHANGELOG

If Applicable Checklist

  • I have updated the corresponding README(s); local and/or global
  • I have added tests that prove my fix is effective or that my feature works
  • I have added, or updated, mermaid.js diagrams in the corresponding README(s)
  • I have added, or updated, documentation and mermaid.js diagrams in shared/docs/* if I updated shared/*README(s)

@reviewpad reviewpad bot added the medium Pull request is medium label Jun 22, 2023
@dylanlott dylanlott changed the title Adds TreeStore logger [WIP] Adds TreeStore logger Jun 22, 2023
@dylanlott dylanlott changed the base branch from main to tree-store-module June 22, 2023 20:09
@reviewpad reviewpad bot added small Pull request is small and removed medium Pull request is medium labels Jun 22, 2023
@dylanlott dylanlott self-assigned this Jun 22, 2023
@reviewpad reviewpad bot added large Pull request is large and removed small Pull request is small labels Jun 27, 2023
@dylanlott dylanlott changed the base branch from tree-store-module to main June 27, 2023 00:46
@reviewpad reviewpad bot added small Pull request is small and removed large Pull request is large labels Jun 27, 2023
@dylanlott dylanlott changed the title [WIP] Adds TreeStore logger [Persistence] Adds TreeStore logger Jun 27, 2023
@dylanlott dylanlott marked this pull request as ready for review June 27, 2023 00:47
@dylanlott dylanlott added the e2e-devnet-test Runs E2E tests on devnet label Jun 27, 2023
@dylanlott dylanlott requested review from Olshansk and h5law June 27, 2023 00:52
@dylanlott dylanlott merged commit 95cee08 into main Jun 27, 2023
5 of 7 checks passed
@dylanlott dylanlott deleted the tree-store-logger branch June 27, 2023 01:45
bryanchriswhite added a commit that referenced this pull request Jun 28, 2023
* pokt/main:
  [IBC] Create initial IBC module (#842)
  [Persistence] Adds TreeStore logger (#852)
  [Persistence] Change root hash calculation to use an SMT (#843)
bryanchriswhite added a commit that referenced this pull request Jun 28, 2023
* refactor/unicast-router:
  fix: return error
  chore: cleanup unused garbage
  chore: add missing godoc comments
  chore: add submodule TECHDEBT comments
  chore: comment cleanup
  chore: cleanup unused test utils
  [IBC] Create initial IBC module (#842)
  [Persistence] Adds TreeStore logger (#852)
  [Persistence] Change root hash calculation to use an SMT (#843)
bryanchriswhite added a commit that referenced this pull request Jun 29, 2023
* feat/integrate-bg-router: (21 commits)
  chore: improve comment'
  wip: docs: architecture diagrams
  chore: add TECHDEBT comment
  Update E2E_FEATURE_LIST.md
  Update vault_test.go (#862)
  chore: return early
  chore: improve debug logging
  chore: improve comments
  chore: improve variable naming
  fix: `p2pModule#Send()` routing logic
  fix: interim background router bootstrapping
  chore: router logging improvements
  fix: return error
  chore: cleanup unused garbage
  chore: add missing godoc comments
  chore: add submodule TECHDEBT comments
  chore: comment cleanup
  chore: cleanup unused test utils
  [IBC] Create initial IBC module (#842)
  [Persistence] Adds TreeStore logger (#852)
  ...
bryanchriswhite added a commit that referenced this pull request Jun 29, 2023
…duce-submodule

* 'feat/integrate-bg-router' (early part): (21 commits)
  test: fix raintree message target test
  [P2P] refactor: unicast router (#844)
  chore: add TECHDEBT comment
  Update E2E_FEATURE_LIST.md
  Update vault_test.go (#862)
  chore: return early
  chore: improve debug logging
  chore: improve comments
  chore: improve variable naming
  fix: `p2pModule#Send()` routing logic
  fix: interim background router bootstrapping
  chore: router logging improvements
  fix: return error
  chore: cleanup unused garbage
  chore: add missing godoc comments
  chore: add submodule TECHDEBT comments
  chore: comment cleanup
  chore: cleanup unused test utils
  [IBC] Create initial IBC module (#842)
  [Persistence] Adds TreeStore logger (#852)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e-devnet-test Runs E2E tests on devnet small Pull request is small waiting-for-review
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants