-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
GraalVM implementation #305
base: main
Are you sure you want to change the base?
Conversation
…vent listener in processor instead of storage impl. This is required for native image.
…vent listener in processor instead of storage impl. This is required for native image.
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
#spring.datasource.url=jdbc:h2:mem:mydb | ||
spring.datasource.url=jdbc:h2:file:~/.storedb | ||
spring.datasource.username=sa | ||
spring.datasource.password=password |
Check failure
Code scanning / SonarCloud
Credentials should not be hard-coded High
Refactored `EpochStoreConfiguration` by eliminating unused imports and services to improve code clarity and maintainability. Renamed `handleCommitEvent` to `handleCommit` in `RocksDBUtxoStorageTest` for method name consistency.
* Enable MUSL support in GraalVM build * Update native-image properties for static Musl build * Update CI workflow and native-image properties * Add x86-64 architecture flag to native image properties * Add x86-64 architecture flag to native image properties * Update version extraction for platform compatibility * Fix profile suffix setting for Windows runners * Disable dynamic version retrieval for Windows in CI * Disable dynamic version retrieval for Windows in CI * Disable dynamic version retrieval for Windows in CI * Disable dynamic version retrieval for Windows in CI * Remove duplicate Gradle version parameter * Remove duplicate Gradle version parameter * Add native-image properties for Windows CI Updated the GitHub Actions workflow to copy Windows-specific native-image properties. Modified existing native-image properties to include additional flags and created a new properties file for Windows with specific initialization options. These changes ensure compatibility and proper initialization for different environments. * Update workflow to focus on Windows platform * Refactor version extraction for consistency * Refactor profile suffix setting in workflow * Refactor profile suffix setting in workflow * Refactor profile suffix setting in workflow * Refactor profile suffix setting in workflow * Refactor profile suffix setting in workflow * Refactor profile suffix setting in workflow * Refactor profile suffix setting in workflow * Refactor profile suffix setting in workflow * Refactor profile suffix setting in workflow * Update GraalVM version in CI workflow * Refactor CI workflow to separate musl builds. * Add new build jobs and update version * Update native-image properties for static linking * Downgrade GraalVM version and update native image args * Downgrade GraalVM version and update native image args
…int refactoring (#408) * fix: #399 Add serializer to convert amount from BigIn to String (#404) * Blockfrost Block by number/hash api Response Format Mismatch (#405) * fix: #402 Add next block info and confirmations to BlockDto Enhanced the BlockDto by adding next block hash and confirmation count. Adjusted the BlockController to populate these new fields. Included new API tests to verify the additional fields in the response. * Bump yaci version * fix: #399 Refactor 'amount' handling and add API test for UTxOs (#406) Refactor the 'amount' field to use the new 'Amount' class instead of 'Amt' across the transaction domain and service layers. Added a new API test to verify the UTXOs retrieval by transaction hash. * feat: #400 Add asset transaction support and enhance indexing scripts (db specific), refactor existing asset apis Implemented `findTransactionsByAsset` in `UtxoStorageReaderImpl`. Added H2 and PostgreSQL specific indexing script executions in `DBIndexService`. Introduced `AssetTransaction` domain class with necessary test cases and API updates, including deprecation warnings for old endpoints.
Quality Gate passedIssues Measures |
No description provided.