diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.todo similarity index 100% rename from .github/workflows/preview.yml rename to .github/workflows/preview.todo diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a6a17620..08dad00f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,12 +5,12 @@ on: branches: ["*"] # note: not testing on PR, since we are already previews for PRs # which have the same effect - # pull_request: - # types: - # - opened - # - synchronize - # branches: - # - "main**" + pull_request: + types: + - opened + - reopened + - synchronize + - closed jobs: test-deploy: diff --git a/docs/validators/governance-tx.md b/docs/validators/governance-tx.md new file mode 100644 index 00000000..d0e66080 --- /dev/null +++ b/docs/validators/governance-tx.md @@ -0,0 +1,108 @@ +--- +sidebar_position: 8 +sidebar_label: 'Governance Transactions' +description: 'Updating system state under consensus' +--- + +# Create a Upgrade Script + +Sometimes we would like to adjust parameters of the network and not upgrade the underlying frameworks. For this we need to prepare and write an upgrade script. + +Note: this requires you have the `libra` cli tool built locally. + +## Create Template Script + +`libra move framework governance --script-dir