feat(monitoring): added monitoring to cbdc - #52
Merged
RafaelAPB merged 2 commits intoAug 27, 2026
Conversation
Contributor
|
@JJSantos22 could you please fix the DCO and assure that the pipeline passes? |
JJSantos22
force-pushed
the
changed-to-besu-to-besu
branch
from
August 26, 2026 21:41
41641ab to
87e94d9
Compare
Contributor
Author
Done |
JJSantos22
force-pushed
the
changed-to-besu-to-besu
branch
from
August 26, 2026 21:59
87e94d9 to
9105592
Compare
Contributor
|
@JJSantos22 thank you! Could you please check the build? It is failing |
Contributor
Author
@RafaelAPB It is failing because it is missing the generated files (those that are not possible to commit according to the commit script). I have the files ready, however I require some guidance regarding what to do in these cases |
Contributor
|
@JJSantos22 you're right. I've update the husky pre commit hooks. Please try again. |
fix: fixed cacti errors Signed-off-by: Jorge Santos <jorge.m.santos@tecnico.ulisboa.pt>
Signed-off-by: Jorge Santos <jorge.m.santos@tecnico.ulisboa.pt>
JJSantos22
force-pushed
the
changed-to-besu-to-besu
branch
from
August 27, 2026 13:29
9105592 to
01e5e59
Compare
Comment on lines
+34
to
+40
| import { | ||
| BASE_PATH, | ||
| COLLECTION_FORMATS, | ||
| BaseAPI, | ||
| RequiredError, | ||
| operationServerMap, | ||
| } from "./base"; |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the CBDC bridging demo to use a Besu-to-Besu setup and adds monitoring support.
Main changes
BESU_AandBESU_B.The result is a CBDC demo that supports SATP transfers between two Besu networks with integrated observability.