This file contains hidden or 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
| diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md | |
| deleted file mode 100644 | |
| index 28c181499..000000000 | |
| --- a/.github/ISSUE_TEMPLATE.md | |
| +++ /dev/null | |
| @@ -1,37 +0,0 @@ | |
| -<!--- Remove sections that do not apply --> | |
| - | |
| -This issue tracker is only for technical issues related to bitcoin-core. | |
| - |
This file contains hidden or 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
| a16034039f07572a64bc9704c23abb1fff9d70ad | |
| #!/bin/sh | |
| git rev-parse HEAD | |
| echo "" | |
| cat secptests.sh | |
| echo "" | |
| cat /proc/cpuinfo |grep "model name" |uniq -c | |
| echo "" |
This file contains hidden or 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
| #!/usr/bin/python3 | |
| import os | |
| import sys | |
| USAGE = """ | |
| $ ./walk.py <repo> <outputdir> | |
| """ | |
| if len(sys.argv) != 3: | |
| print(USAGE) |
This file contains hidden or 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
| Date: Sun, 11 Sep 2016 22:46:24 +0000 (UTC) | |
| From: <isle2983@yahoo.com> | |
| Reply-To: <isle2983@yahoo.com> | |
| To: "chohag@jtan.com" <chohag@jtan.com> | |
| Message-ID: <1829176187.664404.1473633984642@mail.yahoo.com> | |
| Subject: ACK for bitcoin PR 8702? | |
| MIME-Version: 1.0 | |
| Content-Type: multipart/alternative; | |
| boundary="----=_Part_664403_2009425098.1473633984638" | |
| References: <1829176187.664404.1473633984642.ref@mail.yahoo.com> |
This file contains hidden or 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
| Date: Sun, 11 Sep 2016 22:54:57 +0000 (UTC) | |
| From: <isle2983@yahoo.com> | |
| Reply-To: <isle2983@yahoo.com> | |
| To: "phil.kaufmann@t-online.de" <phil.kaufmann@t-online.de> | |
| Message-ID: <219493860.662019.1473634497724@mail.yahoo.com> | |
| Subject: ACK on bitcoin PR 8702? | |
| MIME-Version: 1.0 | |
| Content-Type: multipart/alternative; | |
| boundary="----=_Part_662018_1704767156.1473634497714" | |
| References: <219493860.662019.1473634497724.ref@mail.yahoo.com> |