From de35b83b2c99bbc12b509a7a6f5a75e557969acb Mon Sep 17 00:00:00 2001 From: russdirks <7891737+turboboost55@users.noreply.github.com> Date: Fri, 17 Mar 2023 07:16:57 -0700 Subject: [PATCH 1/5] some small changes --- LICENSE | 2 +- README.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index db87e50..49a08fe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ This is free and unencumbered software released into the public domain. -Anyone is free to copy, modify, publish, use, compile, sell, or +Everyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. diff --git a/README.md b/README.md index cbcd25c..f5c703b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 0xBTC-Stats Simple web site to show stats about the 0xBTC ERC-20 token ([link](https://0x1d00ffff.github.io/0xBTC-Stats/)) +Pull request text. #### TODO @@ -43,10 +44,7 @@ Simple web site to show stats about the 0xBTC ERC-20 token ([link](https://0x1d0 #### BUGS - - ~~On first page load, the last hashrate point may not display. Refreshing the - page causes the value to display. Need more testing to find source.~~ - - ~~When loading graphs, occasionally the last epoch value loaded is 0, which - causes hashrate to be a very large negative number.~~ + - just a few #### Misc notes From 9050037fa4a6aac7f4725fa82663c2cccde74ad2 Mon Sep 17 00:00:00 2001 From: RDirks Date: Fri, 17 Mar 2023 11:53:51 -0700 Subject: [PATCH 2/5] owner-commit: request from owner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5c703b..8251567 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 0xBTC-Stats Simple web site to show stats about the 0xBTC ERC-20 token ([link](https://0x1d00ffff.github.io/0xBTC-Stats/)) -Pull request text. +Pull request text. (please add more detail) #### TODO From 49e407896c0da5191574e8b0d6fb3e20febdfcd2 Mon Sep 17 00:00:00 2001 From: RDirks Date: Fri, 17 Mar 2023 12:00:45 -0700 Subject: [PATCH 3/5] owner-commit: fix it --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 49a08fe..e262d39 100644 --- a/LICENSE +++ b/LICENSE @@ -21,6 +21,6 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -For more information, please refer to +For more information, please refer to -This license needs more legalese. \ No newline at end of file +This license needs more legalese. From e8867c1172ed77d113f3340ef1cc946a803d070b Mon Sep 17 00:00:00 2001 From: russdirks <7891737+turboboost55@users.noreply.github.com> Date: Sat, 18 Mar 2023 17:33:55 -0700 Subject: [PATCH 4/5] pr-submitter: still not done --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8251567..1a1cbd4 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Pull request text. (please add more detail) - just a few #### Misc notes + - todo: add some misc notes ### 0xBitcoin contract storage locations From 10e1534a1b7d4a74b25d8a9771024889fc3a2576 Mon Sep 17 00:00:00 2001 From: RDirks Date: Sat, 18 Mar 2023 17:38:42 -0700 Subject: [PATCH 5/5] owner: you need more decimals! --- 0xbitcoin.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0xbitcoin.sol b/0xbitcoin.sol index 6a1c00b..8325da8 100644 --- a/0xbitcoin.sol +++ b/0xbitcoin.sol @@ -7,7 +7,7 @@ pragma solidity ^0.4.22; // Symbol : 0xBTC // Name : 0xBitcoin Token // Total supply: 21,000,000.00 -// Decimals : 8 +// Decimals : 88888 // // ----------------------------------------------------------------------------