guild-operators icon indicating copy to clipboard operation
guild-operators copied to clipboard

Artifacts and scripts created by Guild operators

Results 35 guild-operators issues
Sort by recently updated
recently updated
newest added

## Description - [x] - asset_info: minting_tx_metadata should account for latest mint transaction that has metadata, note that minting table also contains burn represented via negative numbers [cardano-community/koios-artifacts#111] - [...

## Description Adding an endpoint for getting datum information based on its hash. Currently returns only the datum `value` in JSON and `bytes` format. We could add more to it...

DRAFT for use in #1515 --- name: log parsing for chain validation and ledger replay about: logAnalyze,sh provides a manual chain validation and ledger replay log analysis title: '' labels:...

enhancement

## Description Update changelogs and setup-grest reference

1. Includes a syntax fix for #1757 2. Removes unecessary UPDATE_CHECK=N exports in the workflow now that it is a default value in the Dockerfile ENV / Image. 3. Exports...

## Description - Branched from: https://github.com/cardano-community/guild-operators/pull/1743 - Updated CARDANO_NODE_VERSION to 8.9.1 - updated node-deps.json to 8.9.1 - updated blst to latest per release specs - Added Fork/Branch ARG to dockerfile_bin...

**Describe the bug** The checkUpdate function uses dirname and basename, but the scripts (mithril-client and mithril-signer) that are calling it is passing in `cncli.sh`. This was copy/pasted from cncli.sh version...

bug
scripts

**Describe the bug** Mithril versions need to be updated - especially post a release of node release, and can easily be missed given that not everyone would use guild-deploy scripts...

enhancement
scripts

**Describe the bug** The snapshot download used to be called via `mithril-client` using command subcommand structures. The download was **snapshot download**, there was also **snapshot list** and **snapshot show**. All...

bug
documentation
scripts

**Describe the bug** Redirect the output of the sed command back into the script file itself using >>. This can lead to unintended consequences like duplicating or corrupting the file...

docker