Skip to content

Commit

Permalink
PSG-14 - laliga to cadence 1.0 (#65)
Browse files Browse the repository at this point in the history
* upgrade contract, transactions, scripts and tests

* add test workflow

* trigger test

* check go version

* trigger test

* trigger test

* fix typo in makefile

* address PR comments

* add mint and operate entitlements

* update flow.json
  • Loading branch information
Deewai authored Aug 2, 2024
1 parent 5eb0498 commit 8e3a2bf
Show file tree
Hide file tree
Showing 52 changed files with 4,335 additions and 2,753 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/laliga-nft-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Laliga Test

on:
push:
paths:
- "laliga/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: cd laliga && make test
237 changes: 0 additions & 237 deletions laliga/contracts/FungibleToken.cdc

This file was deleted.

Loading

0 comments on commit 8e3a2bf

Please sign in to comment.