Skip to content

Commit

Permalink
SSL migration (#143)
Browse files Browse the repository at this point in the history
* Update coins to SSL config

* Rename references to SSL coin config

* Prefer SSL, but fall back to TCP if not available.

`coins_config_ssl` delists coins without SSL support whereas `coins_config_tcp` favours SSL but falls back to TCP if not available.

* Sync latest TCP file from coins repo

* bump target SDK 

https://developer.android.com/google/play/requirements/target-sdk

Signed-off-by: Kadan Stadelmann <ca333@users.noreply.github.com>

* Bump app build

Signed-off-by: Charl (Nitride) <77973576+CharlVS@users.noreply.github.com>

---------

Signed-off-by: Kadan Stadelmann <ca333@users.noreply.github.com>
Signed-off-by: Charl (Nitride) <77973576+CharlVS@users.noreply.github.com>
Co-authored-by: CharlVS <77973576+CharlVS@users.noreply.github.com>
  • Loading branch information
ca333 and CharlVS authored May 13, 2024
1 parent 6df3044 commit 69d98b2
Show file tree
Hide file tree
Showing 8 changed files with 265 additions and 7,903 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
defaultConfig {
applicationId "com.komodoplatform.atomicdex"
minSdkVersion 28
targetSdkVersion 31
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
buildConfigField "Long", "BUILD_TIME", "" + System.currentTimeMillis() + "L"
Expand Down
Binary file removed assets/coin-icons/aibc.png
Binary file not shown.
19 changes: 19 additions & 0 deletions assets/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3812,6 +3812,25 @@
},
"derivation_path": "m/44'/714'"
},
{
"coin": "DPC",
"name": "dualpowecoin",
"fname": "Dualpowcoin",
"rpcport": 42002,
"pubtype": 55,
"p2shtype": 28,
"wiftype": 128,
"segwit": true,
"bech32_hrp": "dpc",
"txfee": 10000,
"mm2": 1,
"wallet_only": false,
"required_confirmations": 6,
"avg_blocktime": 300,
"protocol": {
"type": "UTXO"
}
},
{
"coin": "DIAC",
"name": "diabasecore",
Expand Down
Loading

0 comments on commit 69d98b2

Please sign in to comment.