Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,3 @@ jobs:

echo "Building fixture contracts"
deno task build

echo "Verifying no new files were created (bytecode should be committed)"
if [ -n "$(git status --porcelain)" ]; then
echo "Error: Build created new or modified files. All bytecode should be committed."
git status
exit 1
fi
echo "Success: All contract bytecode is up to date"
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

codegen/abi/*
codegen/pvm/*
codegen/evm/*
*.sha256.txt

node_modules
dist
dist-ssr
Expand All @@ -24,3 +29,4 @@ src/samples
*.njsproj
*.sln
*.sw?

6 changes: 0 additions & 6 deletions .prettierrc.json

This file was deleted.

106 changes: 0 additions & 106 deletions abi/Errors.json

This file was deleted.

106 changes: 0 additions & 106 deletions abi/Errors.ts

This file was deleted.

34 changes: 0 additions & 34 deletions abi/EventExample.json

This file was deleted.

34 changes: 0 additions & 34 deletions abi/EventExample.ts

This file was deleted.

40 changes: 0 additions & 40 deletions abi/Flipper.json

This file was deleted.

Loading