-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into add-code-of-conduct-1-1
- Loading branch information
Showing
157 changed files
with
12,415 additions
and
4,074 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ contracts/hackatom/hash.txt | |
__pycache__/ | ||
compiled | ||
logs | ||
Cargo.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.