Skip to content

Commit

Permalink
Merge branch 'release/v6.1' into 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin committed Oct 23, 2024
2 parents 8acb950 + c43d4b5 commit 7bfe557
Show file tree
Hide file tree
Showing 264 changed files with 1,911 additions and 1,547 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/mobilecoin-dev-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ jobs:
- mobilecoind
- watcher
- fog-report
- fog-view
- fog-view-service
- fog-view-fsg
- fog-ledger
steps:
- name: Checkout
Expand Down
16 changes: 14 additions & 2 deletions .github/workflows/mobilecoin-dispatch-dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ on:
default: none
options:
- none
- v5.0.3-dev
- v5.1.1-dev
- v5.1.1-dev.alpha.5946
- v5.2.3-dev.alpha.6224
- v6.0.2-dev.alpha.795965
minimum_block:
description: "Minimum block to wait for"
type: choice
Expand All @@ -42,6 +41,17 @@ on:
- '500'
- '5946'
- '6224'
- '795965'
shard_size:
description: "Shard Size"
type: string
required: true
default: '20000'
shard_exceed_block_height_by:
description: "Exceed Block Height By"
type: string
required: true
default: '5000'
ingest_color:
description: "Fog Ingest blue/green"
type: choice
Expand Down Expand Up @@ -102,4 +112,6 @@ jobs:
namespace: ${{ inputs.namespace }}
version: ${{ inputs.version }}
minimum_block: ${{ inputs.minimum_block }}
shard_size: ${{ inputs.shard_size }}
shard_exceed_block_height_by: ${{ inputs.shard_exceed_block_height_by }}
secrets: inherit
321 changes: 0 additions & 321 deletions .github/workflows/mobilecoin-dispatch-dev-mainnet-fog.yaml

This file was deleted.

Loading

0 comments on commit 7bfe557

Please sign in to comment.