Skip to content

Commit

Permalink
add event args, global burn method, balance interface, and clean up t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
joshuahannan committed Jan 9, 2024
1 parent a2802ba commit 22564b4
Show file tree
Hide file tree
Showing 34 changed files with 1,363 additions and 4,095 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.19.x'
go-version: '1.20.x'
- uses: actions/cache@v1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install Flow CLI
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.5.0-stable-cadence.3
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.9.2-stable-cadence.1
- name: Flow CLI Version
run: flow version
- name: Update PATH
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/release.yml

This file was deleted.

271 changes: 0 additions & 271 deletions contracts/ExampleToken-v2.cdc

This file was deleted.

Loading

0 comments on commit 22564b4

Please sign in to comment.