From 2ad1184c407f15bbe5bd7815d75f52f60daa8a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=92=E1=85=A1=E1=86=AB=E1=84=8B=E1=85=AF=E1=86=AB?= =?UTF-8?q?=E1=84=8C=E1=85=AE=E1=86=AB?= Date: Tue, 9 May 2023 16:14:06 +0900 Subject: [PATCH] .github/workflows,FEEDELEGATION.md: Deleted ci.yml and fixed typos --- .github/workflows/ci.yml | 58 ---------------------------------------- FEEDELEGATION.md | 2 +- 2 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 9c7375cc86e5..000000000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,58 +0,0 @@ -name: feat-vrf-ci - -on: - workflow_dispatch: - -jobs: - build_test: - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.ref }} - - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: 1.19 - - - name: Build Go-WEMIX - run: make gwemix.tar.gz - - name: Check Build - run: ls -al build/gwemix.tar.gz - - lint_test: - strategy: - fail-fast: false - matrix: - version: [1.17, 1.18, 1.19] - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.ref }} - - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: ${{ matrix.version }} - - - name: Check Lint - run: make lint - - unit_test: - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.ref }} - - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: 1.19 - - - name: Check golang Test Cases - run: | - unset ANDROID_HOME - make test-short diff --git a/FEEDELEGATION.md b/FEEDELEGATION.md index 88a61ec0f262..012c7a787b2f 100644 --- a/FEEDELEGATION.md +++ b/FEEDELEGATION.md @@ -194,7 +194,7 @@ func (tx *FeeDelegateDynamicFeeTx) setSignatureValues(chainID, v, r, s *big.Int) } ``` -### 7.Add Fee Delegation Signier +### 7.Add Fee Delegation Signer * Include core/types/transaction_signing.go