Skip to content

Commit

Permalink
Update to latest clvm_tools_rs and add test case (#94)
Browse files Browse the repository at this point in the history
* Update to latest clvm_tools_rs and add test case

* Use single quotes as in the other test cases

* Move to more appropriate place in the test suite
  • Loading branch information
prozacchiwawa authored Oct 31, 2022
1 parent c796b45 commit 1751246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

dependencies = [
"clvm>=0.9.2",
"clvm_tools_rs>=0.1.19"
"clvm_tools_rs>=0.1.25"
]

dev_dependencies = [
Expand Down
2 changes: 2 additions & 0 deletions tests/cmd/sha256-5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
run '(sha256 0x2ae27f44c228eeb9b16eb3f878c51e5bc468009eea79fce976e9d0a25b0e2b85 0xaa0dc6276e519a604dd0a750b8efb53c5d65b55f189cc0ca29d498d45b69a216 10000000000)'
0x43ab980558015de0d255b7eadf763feb9de22233bcdfde22b1c2823dfa2a53b5

0 comments on commit 1751246

Please sign in to comment.