Skip to content

Commit

Permalink
[MIGRATE] Migrate to 0.22.2 Echo
Browse files Browse the repository at this point in the history
  • Loading branch information
doomdabidon committed Oct 29, 2020
1 parent f2f7dec commit 15111e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- stage: build
name: "Build Linux App"
env:
- DOWNLOAD_ECHO_NODE_URL= "https://echo-bin.s3.eu-central-1.amazonaws.com/echo-linux.0.22.2-rc.0.tar"
- DOWNLOAD_ECHO_NODE_URL= "https://echo-bin.s3.eu-central-1.amazonaws.com/echo-linux.0.22.3-rc.1.tar"
- CRYPTO_API_KEY=$CRYPTO_API_KEY
if: tag IS present
script:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
os: osx
name: "Build macOS App"
env:
- DOWNLOAD_ECHO_NODE_URL= "https://echo-bin.s3.eu-central-1.amazonaws.com/echo-macos.0.22.2-rc.0.tar"
- DOWNLOAD_ECHO_NODE_URL= "https://echo-bin.s3.eu-central-1.amazonaws.com/echo-macos.0.22.3-rc.1.tar"
- CRYPTO_API_KEY=$CRYPTO_API_KEY
if: tag IS present
script:
Expand Down
4 changes: 2 additions & 2 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"SOLC_BIN_URL": "https://echoprotocol.github.io/solc-bin/bin/",
"CRYPTO_API_URL": "https://697-crypto-api-api.pixelplex-test.by/api/v1/",
"DOWNLOAD_ECHO_NODE_URLS": {
"MAC": "https://echo-bin.s3.eu-central-1.amazonaws.com/echo-macos.0.22.2-rc.0.tar",
"LINUX": "https://echo-bin.s3.eu-central-1.amazonaws.com/echo-linux.0.22.2-rc.0.tar"
"MAC": "https://echo-bin.s3.eu-central-1.amazonaws.com/echo-macos.0.22.3-rc.1.tar",
"LINUX": "https://echo-bin.s3.eu-central-1.amazonaws.com/echo-linux.0.22.3-rc.1.tar"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"classnames": "^2.2.6",
"config": "^3.2.4",
"crypto-random-string": "^3.0.1",
"echojs-lib": "^1.12.3-rc.0",
"echojs-lib": "^1.12.3-rc.1",
"echojs-ping": "^0.1.5",
"electron-context-menu": "^0.10.0",
"electron-winstaller": "^2.7.0",
Expand Down
11 changes: 0 additions & 11 deletions src/constants/Operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -666,17 +666,6 @@ export default {
asset: null,
},
},
sidechain_btc_block_process: {
value: OPERATIONS_IDS.SIDECHAIN_BTC_BLOCK_PROCESS,
name: 'Process BTC block',
options: {
from: 'committee_member_id',
subject: null,
value: null,
asset: null,
},
signer: 'committee_member_id',
},
block_reward: {
value: OPERATIONS_IDS.BLOCK_REWARD,
name: 'Block reward',
Expand Down

0 comments on commit 15111e9

Please sign in to comment.