Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

[DEVOPS-1112] Staging application version #3936

Merged
merged 4 commits into from
Dec 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions lib/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14955,7 +14955,7 @@ testnet_wallet_linux64: &testnet_wallet_linux64

##############################################################################
## ##
## Staging config ##
## Mainnet dryrun config sample ##
## ##
##############################################################################

Expand All @@ -14968,22 +14968,36 @@ mainnet_dryrun_full: &mainnet_dryrun_full
file: mainnet-genesis-dryrun-with-stakeholders.json
hash: c6a004d3d178f600cd8caa10abbebe1549bef878f0665aea2903472d5abf7323
requiresNetworkMagic: RequiresNoMagic
update: &staging_wallet_update

mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 17
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
bvMinor: 2
bvAlt: 0

mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
<<: *mainnet_dryrun_full

mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 17
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 2
bvAlt: 0

mainnet_dryrun_wallet_linux64: &mainnet_dryrun_wallet_linux64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 17
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 2
bvAlt: 0

##############################################################################
## ##
Expand Down