Skip to content
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

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft

GraalVM implementation #305

wants to merge 39 commits into from

Conversation

satran004
Copy link
Member

No description provided.

@satran004 satran004 marked this pull request as draft July 4, 2024 11:23
@github-advanced-security
Copy link

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

Revoke and change this password, as it is compromised. See more on SonarCloud
satran004 and others added 9 commits November 11, 2024 23:39
* 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
@satran004 satran004 changed the base branch from main to develop_0.1.x November 26, 2024 04:43
@satran004 satran004 changed the base branch from develop_0.1.x to main November 26, 2024 04:45
satran004 and others added 3 commits November 26, 2024 13:07
…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.
Copy link

sonarcloud bot commented Nov 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant