Skip to content

Commit

Permalink
Merge branch 'dev' into add-code-of-conduct-1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
FloppyDisck authored Jan 17, 2022
2 parents 41076db + 29acb70 commit b8316cf
Show file tree
Hide file tree
Showing 157 changed files with 12,415 additions and 4,074 deletions.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- NOTE: Listed items are examples and should be removed when making a PR -->

# Description
<!-- Quick description of what this PR achieves -->

<!-- If it tackles any issue use something like - Fixes # (issue) -->

## Notable changes

<!-- List what the notable changes are -->

- Lowered gas price on contract handle
- Added new contract query

## Next steps

<!-- Following this PR what things need to be done -->

- Documentation should be updated for query
- More tests to calculate gas price
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ contracts/hackatom/hash.txt
__pycache__/
compiled
logs
Cargo.lock
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "contracts/snip20"]
path = contracts/snip20
url = [email protected]:enigmampc/snip20-reference-impl.git
url = https://github.com/scrtlabs/snip20-reference-impl.git
branch = master
Loading

0 comments on commit b8316cf

Please sign in to comment.