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

fix(telemetry): timer-poll run.id #10672

Merged
merged 2 commits into from
Dec 11, 2024
Merged

fix(telemetry): timer-poll run.id #10672

merged 2 commits into from
Dec 11, 2024

Conversation

mhofman
Copy link
Member

@mhofman mhofman commented Dec 11, 2024

refs: #10357

Description

I did a bad copy paste in #10357, which causes the run.id of timer-poll triggers to all end up with the value timer-poll-undefined. Use the blockHeight instead.

Security Considerations

None

Scaling Considerations

None

Documentation Considerations

None

Testing Considerations

Not tested

Upgrade Considerations

Would be nice to pick in u18-rc4

@mhofman mhofman added the automerge:squash Automatically squash merge label Dec 11, 2024
@mhofman mhofman requested a review from mujahidkay December 11, 2024 02:10
@mhofman mhofman requested a review from a team as a code owner December 11, 2024 02:10
Copy link

cloudflare-workers-and-pages bot commented Dec 11, 2024

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0a4a720
Status: ✅  Deploy successful!
Preview URL: https://255d2d12.agoric-sdk.pages.dev
Branch Preview URL: https://mhofman-fix-timer-poll.agoric-sdk.pages.dev

View logs

@mergify mergify bot merged commit 3b478fb into master Dec 11, 2024
81 checks passed
@mergify mergify bot deleted the mhofman/fix-timer-poll branch December 11, 2024 07:52
mujahidkay pushed a commit that referenced this pull request Dec 11, 2024
refs: #10357

## Description
I did a bad copy paste in #10357, which causes the `run.id` of `timer-poll` triggers to all end up with the value `timer-poll-undefined`. Use the blockHeight instead.

### Security Considerations
None

### Scaling Considerations
None

### Documentation Considerations
None

### Testing Considerations
Not tested

### Upgrade Considerations
Would be nice to pick in u18-rc4
mujahidkay added a commit that referenced this pull request Dec 13, 2024
### Description

Cherry-picks the following commits from master:
- #10672
(3b478fb)
- #10668
(a74161c)
- #10680 (c883c39,
1581127)
 
 No new upgrade name has been added. 
 
 Done partially via git cherry-pick and via the following rebase-todo:
 ```
# PR #10680 Branch
Record-instances-that-will-be-replaced-so-we-can-manage-them-10680-
label
base-Record-instances-that-will-be-replaced-so-we-can-manage-them-10680-
pick c883c39 feat: record instances that will be replaced so we can
manage them
pick 1581127 refactor: provideRetiredInstances
label
pr-10680--Record-instances-that-will-be-replaced-so-we-can-manage-them-10680-
reset
base-Record-instances-that-will-be-replaced-so-we-can-manage-them-10680-
merge -C d35659b
pr-10680--Record-instances-that-will-be-replaced-so-we-can-manage-them-10680-
# Record instances that will be replaced so we can manage them (#10680)
 ```
mujahidkay added a commit that referenced this pull request Dec 13, 2024
## Description

Created as per instructions in MAINTAINERS.md

## Changes

 - agoric@0.22.0-u18.4
 - @agoric/benchmark@0.1.1-u18.4
 - @agoric/boot@0.2.0-u18.4
 - @agoric/builders@0.2.0-u18.4
 - @agoric/cosmic-swingset@0.42.0-u18.4
 - @agoric/create-dapp@0.1.1-u18.4
 - fast-usdc@0.1.1-u18.4
 - @agoric/inter-protocol@0.17.0-u18.4
 - @agoric/solo@0.11.0-u18.4
 - @agoric/swingset-runner@0.22.3-u18.4
 - @agoric/telemetry@0.6.3-u18.3

## Packages that have NEWS.md updates

```diff
--- a/packages/boot/CHANGELOG.md
+++ b/packages/boot/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.2.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/boot@0.2.0-u18.3...@agoric/boot@0.2.0-u18.4) (2024-12-13)
+
+
+### Features
+
+* record instances that will be replaced so we can manage them ([3b1a35d](3b1a35d))
+
+
+
 ## [0.2.0-u18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/boot@0.2.0-u18.2...@agoric/boot@0.2.0-u18.3) (2024-12-09)
 
 **Note:** Version bump only for package @agoric/boot
--- a/packages/builders/CHANGELOG.md
+++ b/packages/builders/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.2.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/builders@0.2.0-u18.3...@agoric/builders@0.2.0-u18.4) (2024-12-13)
+
+
+### Features
+
+* record instances that will be replaced so we can manage them ([3b1a35d](3b1a35d))
+
+
+
 ## [0.2.0-u18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/builders@0.2.0-u18.2...@agoric/builders@0.2.0-u18.3) (2024-12-09)
 
 **Note:** Version bump only for package @agoric/builders
--- a/packages/inter-protocol/CHANGELOG.md
+++ b/packages/inter-protocol/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.17.0-u18.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.17.0-u18.3...@agoric/inter-protocol@0.17.0-u18.4) (2024-12-13)
+
+
+### Features
+
+* record instances that will be replaced so we can manage them ([3b1a35d](3b1a35d))
+
+
+
 ## [0.17.0-u18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.17.0-u18.2...@agoric/inter-protocol@0.17.0-u18.3) (2024-12-09)
 
 **Note:** Version bump only for package @agoric/inter-protocol
--- a/packages/telemetry/CHANGELOG.md
+++ b/packages/telemetry/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+### [0.6.3-u18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.3-u18.2...@agoric/telemetry@0.6.3-u18.3) (2024-12-13)
+
+
+### Bug Fixes
+
+* **telemetry:** timer-poll run.id ([#10672](#10672)) ([4185e77](4185e77)), closes [#10357](#10357) [#10357](#10357)
+
+
+
 ### [0.6.3-u18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.3-u18.1...@agoric/telemetry@0.6.3-u18.2) (2024-12-09)
 
 
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:squash Automatically squash merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants