-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description This merges `develop` into `sep-6`. The RPC API and Custody service changes make up the bulk of the commits. ### Context Catch up `sep-6` branch to `develop` ### Testing - `./gradlew test` ### Known limitations N/A
- Loading branch information
Showing
391 changed files
with
37,544 additions
and
2,009 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 |
---|---|---|
@@ -1,20 +1,17 @@ | ||
<!-- If you're making a doc PR or something tiny where the below is irrelevant, delete this | ||
template and use a short description, but in your description aim to include both what the | ||
change is, and why it is being made, with enough context for anyone to understand. --> | ||
|
||
### Description | ||
|
||
<!-- Short statement about what is changing. --> | ||
- TODO: describe what this change does | ||
|
||
### Context | ||
|
||
<!-- Why this change is being made. Include any context required to understand the why. --> | ||
- TODO: describe why this change was made | ||
|
||
### Testing | ||
<!-- How was this change tested? --> | ||
<!-- Default to `./gradlew test` but if there are other steps required to test, include them here. --> | ||
`./gradlew test` | ||
|
||
- `./gradlew test` | ||
- TODO: replace with any additional test steps | ||
|
||
### Known limitations | ||
|
||
<!-- Any known limitations or edge cases. If no known limitations, put NA here.--> | ||
TODO: describe any limitations or replace with N/A | ||
|
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
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
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,10 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Run - Custody Server - no Docker" type="JetRunConfigurationType"> | ||
<option name="MAIN_CLASS_NAME" value="org.stellar.anchor.platform.run_profiles.RunCustodyServer" /> | ||
<module name="java-stellar-anchor-sdk.service-runner.main" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
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
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,34 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Test - End2End Test - no fullstack" type="JUnit" factoryName="JUnit"> | ||
<module name="java-stellar-anchor-sdk.integration-tests.test" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="org.stellar.anchor.platform.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<extension name="net.ashald.envfile"> | ||
<option name="IS_ENABLED" value="false" /> | ||
<option name="IS_SUBST" value="false" /> | ||
<option name="IS_PATH_MACRO_SUPPORTED" value="false" /> | ||
<option name="IS_IGNORE_MISSING_FILES" value="false" /> | ||
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" /> | ||
<ENTRIES> | ||
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" /> | ||
</ENTRIES> | ||
</extension> | ||
<option name="PACKAGE_NAME" value="org.stellar.anchor.platform" /> | ||
<option name="MAIN_CLASS_NAME" value="org.stellar.anchor.platform.AnchorPlatformApiRpcEnd2EndTest" /> | ||
<option name="METHOD_NAME" value="" /> | ||
<option name="TEST_OBJECT" value="class" /> | ||
<envs> | ||
<env name="TEST_PROFILE_NAME" value="default-rpc" /> | ||
<env name="run_all_servers" value="false" /> | ||
<env name="run_docker" value="false" /> | ||
</envs> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
34 changes: 34 additions & 0 deletions
34
.run/Test - End2End with RPC Test - with fullstack.run.xml
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,34 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Test - End2End Test - with fullstack" type="JUnit" factoryName="JUnit"> | ||
<module name="java-stellar-anchor-sdk.integration-tests.test" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="org.stellar.anchor.platform.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<extension name="net.ashald.envfile"> | ||
<option name="IS_ENABLED" value="false" /> | ||
<option name="IS_SUBST" value="false" /> | ||
<option name="IS_PATH_MACRO_SUPPORTED" value="false" /> | ||
<option name="IS_IGNORE_MISSING_FILES" value="false" /> | ||
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" /> | ||
<ENTRIES> | ||
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" /> | ||
</ENTRIES> | ||
</extension> | ||
<option name="PACKAGE_NAME" value="org.stellar.anchor.platform" /> | ||
<option name="MAIN_CLASS_NAME" value="org.stellar.anchor.platform.AnchorPlatformApiRpcEnd2EndTest" /> | ||
<option name="METHOD_NAME" value="" /> | ||
<option name="TEST_OBJECT" value="class" /> | ||
<envs> | ||
<env name="TEST_PROFILE_NAME" value="default-rpc" /> | ||
<env name="run_all_servers" value="true" /> | ||
<env name="run_docker" value="true" /> | ||
</envs> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
38 changes: 38 additions & 0 deletions
38
.run/Test - Fireblocks End2End Test - no fullstack.run.xml
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,38 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Test - Fireblocks End2End Test - no fullstack" type="JUnit" factoryName="JUnit"> | ||
<module name="java-stellar-anchor-sdk.integration-tests.test" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="org.stellar.anchor.platform.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<extension name="net.ashald.envfile"> | ||
<option name="IS_ENABLED" value="false" /> | ||
<option name="IS_SUBST" value="false" /> | ||
<option name="IS_PATH_MACRO_SUPPORTED" value="false" /> | ||
<option name="IS_IGNORE_MISSING_FILES" value="false" /> | ||
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" /> | ||
<ENTRIES> | ||
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" /> | ||
</ENTRIES> | ||
</extension> | ||
<option name="PACKAGE_NAME" value="org.stellar.anchor.platform" /> | ||
<option name="MAIN_CLASS_NAME" value="org.stellar.anchor.platform.AnchorPlatformCustodyEnd2EndTest" /> | ||
<option name="METHOD_NAME" value="" /> | ||
<option name="TEST_OBJECT" value="class" /> | ||
<envs> | ||
<env name="TEST_PROFILE_NAME" value="default-custody" /> | ||
<env name="run_all_servers" value="false" /> | ||
<env name="run_docker" value="false" /> | ||
<env name="CUSTODY_TYPE" value="fireblocks" /> | ||
<env name="CUSTODY_FIREBLOCKS_VAULT_ACCOUNT_ID" value="stub" /> | ||
<env name="SECRET_CUSTODY_FIREBLOCKS_API_KEY" value="stub" /> | ||
<env name="SECRET_CUSTODY_FIREBLOCKS_SECRET_KEY" value="stub" /> | ||
</envs> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
38 changes: 38 additions & 0 deletions
38
.run/Test - Fireblocks End2End Test - with fullstack.run.xml
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,38 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Test - Fireblocks End2End Test - with fullstack" type="JUnit" factoryName="JUnit"> | ||
<module name="java-stellar-anchor-sdk.integration-tests.test" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="org.stellar.anchor.platform.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<extension name="net.ashald.envfile"> | ||
<option name="IS_ENABLED" value="false" /> | ||
<option name="IS_SUBST" value="false" /> | ||
<option name="IS_PATH_MACRO_SUPPORTED" value="false" /> | ||
<option name="IS_IGNORE_MISSING_FILES" value="false" /> | ||
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" /> | ||
<ENTRIES> | ||
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" /> | ||
</ENTRIES> | ||
</extension> | ||
<option name="PACKAGE_NAME" value="org.stellar.anchor.platform" /> | ||
<option name="MAIN_CLASS_NAME" value="org.stellar.anchor.platform.AnchorPlatformCustodyEnd2EndTest" /> | ||
<option name="METHOD_NAME" value="" /> | ||
<option name="TEST_OBJECT" value="class" /> | ||
<envs> | ||
<env name="TEST_PROFILE_NAME" value="default-custody" /> | ||
<env name="run_all_servers" value="true" /> | ||
<env name="run_docker" value="true" /> | ||
<env name="CUSTODY_TYPE" value="fireblocks" /> | ||
<env name="CUSTODY_FIREBLOCKS_VAULT_ACCOUNT_ID" value="stub" /> | ||
<env name="SECRET_CUSTODY_FIREBLOCKS_API_KEY" value="stub" /> | ||
<env name="SECRET_CUSTODY_FIREBLOCKS_SECRET_KEY" value="stub" /> | ||
</envs> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
38 changes: 38 additions & 0 deletions
38
.run/Test - Fireblocks End2End with RPC Test - no fullstack.run.xml
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,38 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Test - Fireblocks End2End Test - no fullstack" type="JUnit" factoryName="JUnit"> | ||
<module name="java-stellar-anchor-sdk.integration-tests.test" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="org.stellar.anchor.platform.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<extension name="net.ashald.envfile"> | ||
<option name="IS_ENABLED" value="false" /> | ||
<option name="IS_SUBST" value="false" /> | ||
<option name="IS_PATH_MACRO_SUPPORTED" value="false" /> | ||
<option name="IS_IGNORE_MISSING_FILES" value="false" /> | ||
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" /> | ||
<ENTRIES> | ||
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" /> | ||
</ENTRIES> | ||
</extension> | ||
<option name="PACKAGE_NAME" value="org.stellar.anchor.platform" /> | ||
<option name="MAIN_CLASS_NAME" value="org.stellar.anchor.platform.AnchorPlatformCustodyApiRpcEnd2EndTest" /> | ||
<option name="METHOD_NAME" value="" /> | ||
<option name="TEST_OBJECT" value="class" /> | ||
<envs> | ||
<env name="TEST_PROFILE_NAME" value="default-custody-rpc" /> | ||
<env name="run_all_servers" value="false" /> | ||
<env name="run_docker" value="false" /> | ||
<env name="CUSTODY_TYPE" value="fireblocks" /> | ||
<env name="CUSTODY_FIREBLOCKS_VAULT_ACCOUNT_ID" value="stub" /> | ||
<env name="SECRET_CUSTODY_FIREBLOCKS_API_KEY" value="stub" /> | ||
<env name="SECRET_CUSTODY_FIREBLOCKS_SECRET_KEY" value="stub" /> | ||
</envs> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
38 changes: 38 additions & 0 deletions
38
.run/Test - Fireblocks End2End with RPC Test - with fullstack.run.xml
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,38 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Test - Fireblocks End2End Test - with fullstack" type="JUnit" factoryName="JUnit"> | ||
<module name="java-stellar-anchor-sdk.integration-tests.test" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="org.stellar.anchor.platform.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<extension name="net.ashald.envfile"> | ||
<option name="IS_ENABLED" value="false" /> | ||
<option name="IS_SUBST" value="false" /> | ||
<option name="IS_PATH_MACRO_SUPPORTED" value="false" /> | ||
<option name="IS_IGNORE_MISSING_FILES" value="false" /> | ||
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" /> | ||
<ENTRIES> | ||
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" /> | ||
</ENTRIES> | ||
</extension> | ||
<option name="PACKAGE_NAME" value="org.stellar.anchor.platform" /> | ||
<option name="MAIN_CLASS_NAME" value="org.stellar.anchor.platform.AnchorPlatformCustodyApiRpcEnd2EndTest" /> | ||
<option name="METHOD_NAME" value="" /> | ||
<option name="TEST_OBJECT" value="class" /> | ||
<envs> | ||
<env name="TEST_PROFILE_NAME" value="default-custody-rpc" /> | ||
<env name="run_all_servers" value="true" /> | ||
<env name="run_docker" value="true" /> | ||
<env name="CUSTODY_TYPE" value="fireblocks" /> | ||
<env name="CUSTODY_FIREBLOCKS_VAULT_ACCOUNT_ID" value="stub" /> | ||
<env name="SECRET_CUSTODY_FIREBLOCKS_API_KEY" value="stub" /> | ||
<env name="SECRET_CUSTODY_FIREBLOCKS_SECRET_KEY" value="stub" /> | ||
</envs> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
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
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
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
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
Oops, something went wrong.