-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cac2b3
commit 7a54ea0
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: SRE Team Update | ||
slug: 2024-02-02-sre | ||
authors: johnalotoski | ||
tags: [sre] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level summary | ||
|
||
The SRE team continues work on cardano environment improvements and general | ||
environment maintenance. | ||
|
||
Some notable recent changes, updates or improvements include: | ||
* Cardano explorer is being sunset and will soon be replaced by a new [Cardano | ||
Foundation explorer](https://beta.explorer.cardano.org/) | ||
* IOG mainnet pools are now participating in propagation time reporting using | ||
Cardano Foundation's [blockperf | ||
tool](https://github.com/cardano-foundation/blockperf) | ||
* Cardano-parts node nixosConfigurations, node entrypoint and process-compose | ||
node jobs now utilize [mithril](https://github.com/input-output-hk/mithril) | ||
client automatically on preview and preprod networks for faster | ||
synchronization of first start up. Mainnet mithril client use as well as | ||
signer modules will be available soon. | ||
|
||
## Lower level summary | ||
|
||
### Cardano-mainnet | ||
* Adds a blockperf reporting module to the bootstrap nodes and block producer | ||
relays: | ||
[cardano-mainnet-pull-7](https://github.com/input-output-hk/cardano-mainnet/pull/7) | ||
|
||
### Cardano-parts | ||
* Adds a block performance module which utilizes cardano-foundation's blockperf | ||
for aggregate block propagation reporting: | ||
[cardano-parts-pull-29](https://github.com/input-output-hk/cardano-parts/pull/29) | ||
* Adds a mithril client for nixosConfigurations, process-compose cardano-node | ||
processes and cardano-node entrypoint: | ||
[cardano-parts-pull-30](https://github.com/input-output-hk/cardano-parts/pull/30) | ||
|
||
### Iohk-nix | ||
* Adds required mithril client environment information for preview, preprod, | ||
mainnet: | ||
[iohk-nix-pull-570](https://github.com/input-output-hk/iohk-nix/pull/570) | ||
|
||
### Cardano-world | ||
* Add the sunset banner to explorer: | ||
[cardano-world-commit](https://github.com/IntersectMBO/cardano-world/commit/b010f5f5b1ba92091145dc638e1a37f1612b3fa7) | ||
|
||
## Upstream Contributions | ||
|
||
### Blockperf | ||
* Add a nix flake with blockperf package and ci action: | ||
[blockperf-pull-22](https://github.com/cardano-foundation/blockperf/pull/22) |