chore(release): v0.49.0#242
Conversation
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Deploying blinklabs-docs with
|
| Latest commit: |
b8ad697
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4f8bd9fa.blinklabs-docs.pages.dev |
| Branch Preview URL: | https://sandgarden-2026-05-27-aywegf.blinklabs-docs.pages.dev |
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
| - Version: v0.49.0 - *[View Release Notes](../v0-49-0)* | ||
|
|
||
| - Version: v0.49.0 - *[View Release Notes](../v0-49-0)* | ||
|
|
There was a problem hiding this comment.
Drop lines 14 through 21 since they are only duplicates.
| > 📝 Bark now derives its near tip safety window from the current ledger state. Do not look for or set a manual `barkSecurityWindow` value in this configuration. | ||
|
|
||
| > 💡 To serve Blockfrost compatible HTTP endpoints, switch `storageMode` to an API capable setting and assign a non zero `blockfrostPort`. | ||
| > 💡 To serve Blockfrost compatible HTTP endpoints, set `storageMode: "api"` and assign a non zero `blockfrostPort`. |
| ``` | ||
|
|
||
| > 📝 When Leios mode is enabled, downstream node to client ChainSync consumers receive transaction data merged from ranking blocks and endorser blocks. | ||
|
|
| > 📝 If you skip this step, Dingo will sync from genesis when started, which takes significantly longer. | ||
|
|
||
| > 📝 Dingo now keeps reward state snapshots across restarts and removes them on rollback, so reward and governance history stays safe through restart and rollback events. | ||
|
|
| You should see log output showing the node connecting to peers and syncing the remaining blocks to reach the chain tip. | ||
|
|
||
| > 📝 For stake pool operator governance, Dingo now follows snapshot frozen CIP 1694 reward account delegation when a pool does not submit an explicit SPO vote. An explicit SPO vote still takes precedence. | ||
|
|
| Since the service will run as your user but the config is now in `/etc/dingo/`, we need to make sure the database and socket paths use absolute paths. Run the following to regenerate the config with your `$HOME` expanded: | ||
| Since the service will run as your user but the config is now in `/etc/dingo/`, we need to make sure the database and socket paths use absolute paths. Run the following to regenerate the config with your `$HOME` expanded. Set `utxorpcPort` to a non zero value when the service must expose Dingo's UTxO RPC API for local tools or frontends such as the DingoSwap Preview example: | ||
|
|
||
| Set `utxorpcPort` to a non zero value when the service must expose the Dingo UTxO RPC API for local tools or frontends such as the DingoSwap Preview example. |
| ``` | ||
|
|
||
| > 📝 Operators who want Blockfrost compatible HTTP endpoints must switch to API capable storage and set `blockfrostPort` to a non zero value. | ||
| > 📝 Operators who want Blockfrost compatible HTTP endpoints must switch to `storageMode: "api"` and set `blockfrostPort` to a non zero value. Operators who want UTxO RPC serving must switch to `storageMode: "api"` and set `utxorpcPort` to a non zero value. |
| storageMode: "api" | ||
| utxorpcPort: 9090 | ||
| ``` | ||
|
|
| > 📝 Dingo now keeps reward state snapshots across restarts and removes them on rollback when needed, preserving restart safe and rollback safe historical reward data. | ||
|
|
||
| > 📝 Dingo now keeps reward state snapshots across restarts and removes them during rollback when needed, which preserves restart safe and rollback safe historical reward data for long running services. | ||
|
|
| > 📝 Leios enabled services now deliver merged ranking block and endorser block transaction data to node to client consumers, so downstream NtC clients behind the service can observe the merged view. | ||
|
|
||
| > 📝 When no explicit SPO vote exists, SPO governance auto vote behavior follows snapshot frozen CIP 1694 reward account delegation semantics. An explicit SPO vote still overrides the auto vote result. | ||
|
|
EarnCoinPool
left a comment
There was a problem hiding this comment.
@doc.holiday please review the comments and make the requested changes. Make sure you make all the changes requested.
|
@doc.holiday make these changes #242 (review) |
SummaryUpdated documentation for the Dingo project across multiple areas: Revamped the Quick Start Guide with download and verification steps; expanded configuration notes for dingo.yaml with key parameters; added firewall port guidance using UFW; documented Mithril snapshot bootstrap for faster sync; provided systemd service setup, including moving binaries, absolute paths, and service management commands; updated release notes to include v0.49.0 with features, improvements, and upgrade considerations; enhanced Blockfrost and UTxO RPC guidance in quick start and systemd contexts; added a new Releases overview and a detailed list of changes across guides. Updated pull request: #242 Progress
(this is an automated message from Doc Holiday) |
Signed-off-by: Doc Holiday <doc.holiday@example.com> Signed-off-by: Doc Holiday <doc@doc.holiday>
|
@doc.holiday you missed requested changes. Please review the requested changes and make them. #242 (review) |
SummaryUpdated Dingo documentation. Updated pull request: #242. Scope includes revisions to the Dingo Quick Start Guide and related configuration notes, firewall guidance (UFW), Mithril snapshot bootstrap steps, systemd startup service instructions, release notes indexing and a dedicated v0.49.0 release notes entry, plus related improvements and cleanup across the documentation. Progress
(this is an automated message from Doc Holiday) |
Signed-off-by: Doc Holiday <doc.holiday@example.com> Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc.holiday@example.com> Signed-off-by: Doc Holiday <doc@doc.holiday>
|
|
||
| Thank you for trying! | ||
|
|
||
| --- No newline at end of file |
There was a problem hiding this comment.
Remove this page. This new page is not needed
EarnCoinPool
left a comment
There was a problem hiding this comment.
@doc.holiday read my comments and make the requested changes.
|
@doc.holiday make these changes https://github.com/blinklabs-io/docs/pull/242/files/abe90f62dcbc0d6ec41b417ff73f3b324623532a |
SummaryUpdated documentation for Dingo across Quick Start, configuration notes, firewall guidance, Mithril snapshot bootstrap, systemd startup service instructions, and v0.49.0 release notes. Updated pull request: #242 Progress
(this is an automated message from Doc Holiday) |
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc.holiday@example.com> Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <doc.holiday@example.com> Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <docs@example.com> Signed-off-by: Doc Holiday <doc@doc.holiday>
Signed-off-by: Doc Holiday <docs@example.com> Signed-off-by: Doc Holiday <doc@doc.holiday>
This PR was triggered by the publication: Docs
Dingo documentation
This covers 21 commits.
Interaction Instructions
This PR was generated by Doc Holiday and is ready to be iterated on.
Leave comments on this pull request in plain English to guide Doc Holiday's next steps.
You might ask to:
Examples:
@doc.holiday please edit myfile.md to be terser@doc.holiday please remove the section on Known Problems from myfile.md@doc.holiday write new documentation about quantum compute and how its steam generates a 429@doc.holiday delete this file: release-notes/file.mdThis was opened from: https://github.com/blinklabs-io/dingo/releases/tag/v0.49.0
View this within Doc Holiday: https://app.doc.holiday/work-history?conversationId=cnv-6cdf82a5a5aa2f1d