-
Notifications
You must be signed in to change notification settings - Fork 10
refactor: naming and removal of configuration variables related to removal or spent utxos as well as oldest_block in /network/status #448
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
Merged
Conversation
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
5b386eb
to
f43d627
Compare
d7a4d4e
to
a5e9119
Compare
ff06699
to
4ff7e15
Compare
13b0caa
to
52682c2
Compare
e4b46fa
to
5ea8522
Compare
…ve_spent_utxos parameter is enabled and renaming and removal of configuration variables related to removal or spent utxos.
5ea8522
to
2197d5f
Compare
|
matiwinnetou
added a commit
that referenced
this pull request
Jun 6, 2025
* feat: ubuntu 24.04 upgrade. (#419) Co-authored-by: Mateusz Czeladka <[email protected]> * chore: spring boot upgrade for yaci-indexer (#425) Co-authored-by: Mateusz Czeladka <[email protected]> * feat: docker compose build from source (#420) * feat: postgres dockerfile * feat: build node from source * feat: build postgres from source * feat: adjust integration tests * feat: sync status in the network service response. (#429) Co-authored-by: Mateusz Czeladka <[email protected]> * chore: 1.2.8 version updated. * fix: postgres container locale (#438) * refactor: streamline spring boot configuration. (#424) Co-authored-by: Mateusz Czeladka <[email protected]> * chore: OpenJDK 24 LTS for api and indexer. (#368) Co-authored-by: Mateusz Czeladka <[email protected]> * fix: postgres missing port and cnode socket path (#442) * chore: cardano-node 10.3.1 (#443) Co-authored-by: Mateusz Czeladka <[email protected]> * fix: preprod config typo fix. * fix: revert back to 10.2.1 * chore: adjusted port for db on pre-prod config. * fix: do not redirect logs to a file but to sysout. (#454) Co-authored-by: Mateusz Czeladka <[email protected]> * chore: path adjusted. * chore: cardano-node: 10.3.1, cabal: 3.12.1.0, ghc: 9.6.7 (#452) Co-authored-by: Mateusz Czeladka <[email protected]> * chore: 1.2.9 bump for develop branch. * feat: oldest_block reported on network status when configuration remove_spent_utxos parameter is enabled and renaming and removal of configuration variables related to removal or spent utxos. (#448) Co-authored-by: Mateusz Czeladka <[email protected]> * chore: removed sanochnet. * fix: cardano node db path / mithril version / tags (#460) * feat: split cardano-node and cardano-submit-api (#464) * feat: rosetta java images dockerhub (#465) * feat: split cardano-node and cardano-submit-api * feat: adjust node / mithril tags * feat: add cardano-rosetta-java-cardano-node image to dockerhub * feat: add mithril / postgres to dockerhub * feat: adjust tags * feat: retry mechanism for node (#468) * feat: retry mechanism for node dependencies - single docker image * feat: retry mechanism for node dependencies - docker compose image * fix: wrong escaping of string text in yaci-indexer configuration, fixes: #472. * fix: single docker build fix related to java-builder (#475) Co-authored-by: Mateusz Czeladka <[email protected]> * feat: postgres source building single docker (#481) * feat: postgres buiding from source - single docker image * feat: add missing jdk to the main image * feat: env --------- Co-authored-by: Mateusz Czeladka <[email protected]> Co-authored-by: VladislavKudrin <[email protected]>
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.
Fixes: #444 and #447