-
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.
* [ANCHOR-193] Fix the bug where the result of deposit information not saved in database in SEP31 (#788)
- Loading branch information
Showing
6 changed files
with
88 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="v1.2 - Business Server" type="Application" factoryName="Application"> | ||
<envs> | ||
<env name="secret.sep10.jwt_secret" value="jwt_secret" /> | ||
<env name="secret.sep10.signing_seed" value="SAKXNWVTRVR4SJSHZUDB2CLJXEQHRT62MYQWA2HBB7YBOTCFJJJ55BZF" /> | ||
</envs> | ||
<option name="MAIN_CLASS_NAME" value="org.stellar.anchor.platform.ServiceRunner" /> | ||
<module name="java-stellar-anchor-sdk.service-runner.main" /> | ||
<option name="PROGRAM_PARAMETERS" value="--anchor-reference-server" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="org.stellar.anchor.platform.PaymentBeans" /> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension"> | ||
<option name="credential" /> | ||
<option name="region" /> | ||
<option name="useCurrentConnection" value="false" /> | ||
</extension> | ||
<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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="v1.2 - Observer" type="Application" factoryName="Application" activateToolWindowBeforeRun="false"> | ||
<envs> | ||
<env name="secret.sep10.jwt_secret" value="jwt_secret" /> | ||
<env name="secret.sep10.signing_seed" value="SAKXNWVTRVR4SJSHZUDB2CLJXEQHRT62MYQWA2HBB7YBOTCFJJJ55BZF" /> | ||
<env name="POSTGRES_USERNAME" value="postgres" /> | ||
<env name="POSTGRES_PASSWORD" value="password" /> | ||
</envs> | ||
<option name="MAIN_CLASS_NAME" value="org.stellar.anchor.platform.ServiceRunner" /> | ||
<module name="java-stellar-anchor-sdk.service-runner.main" /> | ||
<option name="PROGRAM_PARAMETERS" value="--stellar-observer" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="org.stellar.anchor.platform.PaymentBeans" /> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension"> | ||
<option name="credential" /> | ||
<option name="region" /> | ||
<option name="useCurrentConnection" value="false" /> | ||
</extension> | ||
<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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="v1.2 - Platform Server" type="Application" factoryName="Application"> | ||
<envs> | ||
<env name="secret.sep10.jwt_secret" value="jwt_secret" /> | ||
<env name="secret.sep10.signing_seed" value="SAKXNWVTRVR4SJSHZUDB2CLJXEQHRT62MYQWA2HBB7YBOTCFJJJ55BZF" /> | ||
</envs> | ||
<option name="MAIN_CLASS_NAME" value="org.stellar.anchor.platform.ServiceRunner" /> | ||
<module name="java-stellar-anchor-sdk.service-runner.main" /> | ||
<option name="PROGRAM_PARAMETERS" value=" --sep-server" /> | ||
<shortenClasspath name="ARGS_FILE" /> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="org.stellar.anchor.platform.PaymentBeans" /> | ||
<option name="ENABLED" value="true" /> | ||
</pattern> | ||
</extension> | ||
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension"> | ||
<option name="credential" /> | ||
<option name="region" /> | ||
<option name="useCurrentConnection" value="false" /> | ||
</extension> | ||
<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