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

05365 Debuggable State Reference Counts #6142

Merged
merged 48 commits into from Apr 28, 2023
Merged

Conversation

cody-littley
Copy link
Contributor

@cody-littley cody-littley commented Apr 18, 2023

Closes #5365

Breaking changes:

  • removed setting signedStateSentinelEnabled
  • Platform.getLatestImmutableState() and Platform. getLatestSignedState() now require a string description of why the state is being gotten

Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
@cody-littley cody-littley added this to the v0.39 milestone Apr 18, 2023
@cody-littley cody-littley self-assigned this Apr 18, 2023
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
@github-actions
Copy link

github-actions bot commented Apr 18, 2023

Node: Unit Test Results

  1 337 files    1 337 suites   1h 12m 12s ⏱️
97 407 tests 97 399 ✔️ 8 💤 0
99 039 runs  99 031 ✔️ 8 💤 0

Results for commit 11460f3.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

❗ No coverage uploaded for pull request base (develop@6609451). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head b8c6c53 differs from pull request most recent head 11460f3. Consider uploading reports for the commit 11460f3 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #6142   +/-   ##
==========================================
  Coverage           ?   91.11%           
  Complexity         ?    17053           
==========================================
  Files              ?     1294           
  Lines              ?    48967           
  Branches           ?     4910           
==========================================
  Hits               ?    44614           
  Misses             ?     3422           
  Partials           ?      931           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

github-actions bot commented Apr 18, 2023

Node: E2E Test Results

    1 files      1 suites   17m 7s ⏱️
309 tests 309 ✔️ 0 💤 0
327 runs  327 ✔️ 0 💤 0

Results for commit 11460f3.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Apr 18, 2023

Node: Integration Test Results

    3 files      3 suites   14m 43s ⏱️
151 tests 151 ✔️ 0 💤 0
152 runs  152 ✔️ 0 💤 0

Results for commit 11460f3.

♻️ This comment has been updated with latest results.

Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
@poulok poulok changed the title 05365 ref count debug 2 05365 Debuggable State Reference Counts Apr 27, 2023
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
Signed-off-by: Cody Littley <cody@swirldslabs.com>
poulok
poulok previously approved these changes Apr 28, 2023
Signed-off-by: Cody Littley <cody@swirldslabs.com>
@cody-littley cody-littley dismissed stale reviews from hendrikebbers and poulok via cde623b April 28, 2023 15:13
Signed-off-by: Cody Littley <cody@swirldslabs.com>
@sonarcloud
Copy link

sonarcloud bot commented Apr 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Apr 28, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

51.3% 51.3% Coverage
0.0% 0.0% Duplication

@cody-littley cody-littley merged commit d7896bc into develop Apr 28, 2023
16 of 18 checks passed
@cody-littley cody-littley deleted the 05365-ref-count-debug-2 branch April 28, 2023 16:07
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.

Debuggable State Reference Counts
5 participants