Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
267,403
8,388,517,449
IssuesEvent
2018-10-09 06:42:09
redhat-developer/odo
https://api.github.com/repos/redhat-developer/odo
closed
Add component/application/service autocompletion
kind/enhancement priority/low
### Description When using the commands pointing to a particular component or application, like `ocdev application delete <application_name>`, it would be handy to provide autocompletion. This way the developer can: - get the list of all applications / components, in case he does not have them in mind - fasten the interaction with the commands
1.0
Add component/application/service autocompletion - ### Description When using the commands pointing to a particular component or application, like `ocdev application delete <application_name>`, it would be handy to provide autocompletion. This way the developer can: - get the list of all applications / components, in case he does not have them in mind - fasten the interaction with the commands
priority
add component application service autocompletion description when using the commands pointing to a particular component or application like ocdev application delete it would be handy to provide autocompletion this way the developer can get the list of all applications components in case he does not have them in mind fasten the interaction with the commands
1
647,696
21,134,492,733
IssuesEvent
2022-04-06 04:28:37
nightisyang/basic-poker
https://api.github.com/repos/nightisyang/basic-poker
closed
include drop down box in turbo button to select for condition
low priority
instead of modifying code each time, change condition using a drop down list. remember to change condition for resetGame() as well
1.0
include drop down box in turbo button to select for condition - instead of modifying code each time, change condition using a drop down list. remember to change condition for resetGame() as well
priority
include drop down box in turbo button to select for condition instead of modifying code each time change condition using a drop down list remember to change condition for resetgame as well
1
770,572
27,045,820,096
IssuesEvent
2023-02-13 09:42:06
abel-gerard/Minesweeper
https://api.github.com/repos/abel-gerard/Minesweeper
opened
Misalignments with __str__ of Game class in lib/game.py
good first issue low priority
When an index representing the plot position has more than one digit, the __str__ starts to appear misaligned. A way to fix this would initially be to stack up the digits of a same index for the first row. Then, for both the first row and column, each index must take the same "space" (e.g. 9 will look like " 9" if the top index is 10 -"10"- for example).
1.0
Misalignments with __str__ of Game class in lib/game.py - When an index representing the plot position has more than one digit, the __str__ starts to appear misaligned. A way to fix this would initially be to stack up the digits of a same index for the first row. Then, for both the first row and column, each index must take the same "space" (e.g. 9 will look like " 9" if the top index is 10 -"10"- for example).
priority
misalignments with str of game class in lib game py when an index representing the plot position has more than one digit the str starts to appear misaligned a way to fix this would initially be to stack up the digits of a same index for the first row then for both the first row and column each index must take the same space e g will look like if the top index is for example
1
288,509
8,847,992,092
IssuesEvent
2019-01-08 04:39:28
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
USER ISSUE: flooding works strangely in the case of trees
Low Priority
**Version:** 0.7.7.2 beta ![20181025192409_1](https://user-images.githubusercontent.com/4980243/47515497-b7c51380-d88b-11e8-8175-3fd165443f7e.jpg) ![20181025192401_1](https://user-images.githubusercontent.com/4980243/47515498-b7c51380-d88b-11e8-9be8-6ce651b0d943.jpg)
1.0
USER ISSUE: flooding works strangely in the case of trees - **Version:** 0.7.7.2 beta ![20181025192409_1](https://user-images.githubusercontent.com/4980243/47515497-b7c51380-d88b-11e8-8175-3fd165443f7e.jpg) ![20181025192401_1](https://user-images.githubusercontent.com/4980243/47515498-b7c51380-d88b-11e8-9be8-6ce651b0d943.jpg)
priority
user issue flooding works strangely in the case of trees version beta
1
748,614
26,129,202,758
IssuesEvent
2022-12-29 00:36:24
cwinters8/gomap
https://api.github.com/repos/cwinters8/gomap
closed
deprecate unnecessary testing utils
low priority cleanup
[`utils.Failf`](https://github.com/cwinters8/gomap/blob/4c8170245ed3f4c254ac068d6733cf670c2c6c04/utils/testing.go#L14-L17) and [`utils.Checkf`](https://github.com/cwinters8/gomap/blob/4c8170245ed3f4c254ac068d6733cf670c2c6c04/utils/testing.go#L22-L26) are no longer needed, so they should be replaced and removed. Replace uses of `utils.Failf` with `t.Fatalf`. Replace uses of `utils.Checkf` by using a "table driven" (struct driven?) approach. For each test case, append a [`utils.Case`](https://github.com/cwinters8/gomap/blob/4c8170245ed3f4c254ac068d6733cf670c2c6c04/utils/testing.go#L35-L39) to a slice of cases, then iterate over the slice to test each case.
1.0
deprecate unnecessary testing utils - [`utils.Failf`](https://github.com/cwinters8/gomap/blob/4c8170245ed3f4c254ac068d6733cf670c2c6c04/utils/testing.go#L14-L17) and [`utils.Checkf`](https://github.com/cwinters8/gomap/blob/4c8170245ed3f4c254ac068d6733cf670c2c6c04/utils/testing.go#L22-L26) are no longer needed, so they should be replaced and removed. Replace uses of `utils.Failf` with `t.Fatalf`. Replace uses of `utils.Checkf` by using a "table driven" (struct driven?) approach. For each test case, append a [`utils.Case`](https://github.com/cwinters8/gomap/blob/4c8170245ed3f4c254ac068d6733cf670c2c6c04/utils/testing.go#L35-L39) to a slice of cases, then iterate over the slice to test each case.
priority
deprecate unnecessary testing utils and are no longer needed so they should be replaced and removed replace uses of utils failf with t fatalf replace uses of utils checkf by using a table driven struct driven approach for each test case append a to a slice of cases then iterate over the slice to test each case
1
609,941
18,890,870,722
IssuesEvent
2021-11-15 13:05:47
isl-org/Open3D
https://api.github.com/repos/isl-org/Open3D
closed
Pass intensity to PCD / PLY from numpy array
question low priority feature request
I have intensity values with LIDAR information and I'd like to pass it into the PCD variable. I'm looking at the following code example, but I'm not sure how to expand this to include intensity. Previously I wrote out csv's to .xyzrgb files to pass intensity, but I'm benefiting from the binary vs ascii format. # Pass xyz to Open3D.PointCloud and visualize pcd = PointCloud() pcd.points = Vector3dVector(xyz) write_point_cloud("../../TestData/sync.ply", pcd)
1.0
Pass intensity to PCD / PLY from numpy array - I have intensity values with LIDAR information and I'd like to pass it into the PCD variable. I'm looking at the following code example, but I'm not sure how to expand this to include intensity. Previously I wrote out csv's to .xyzrgb files to pass intensity, but I'm benefiting from the binary vs ascii format. # Pass xyz to Open3D.PointCloud and visualize pcd = PointCloud() pcd.points = Vector3dVector(xyz) write_point_cloud("../../TestData/sync.ply", pcd)
priority
pass intensity to pcd ply from numpy array i have intensity values with lidar information and i d like to pass it into the pcd variable i m looking at the following code example but i m not sure how to expand this to include intensity previously i wrote out csv s to xyzrgb files to pass intensity but i m benefiting from the binary vs ascii format pass xyz to pointcloud and visualize pcd pointcloud pcd points xyz write point cloud testdata sync ply pcd
1
617,415
19,350,088,419
IssuesEvent
2021-12-15 14:51:36
motor-admin/motor-admin
https://api.github.com/repos/motor-admin/motor-admin
closed
Problem with '_' underscore in postgres connection url
bug wontfix low priority
``` /__enclose_io_memfs__/lib/ruby/2.7.0/uri/generic.rb:208:in `initialize': the scheme postgresql does not accept registry part: postgres:postgres@postgres_f:5432 (or bad hostname?) (URI::InvalidURIError) ``` When using a `-` instead of a `_`its working. ``` motoradmin: restart: always depends_on: - 'postgres_f' image: 'motoradmin/motoradmin:latest' ports: - '3210:3000' volumes: - '/srv/docker/volumes/motoradmin:/app' environment: BASE_PATH: /motor/ DATABASE_URL: "postgresql://postgres:postgres@postgres_f:5432/motoradmin" postgres_f: restart: always image: 'postgres:13.4' ports: - '5432:5432' environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: motoradmin ``` I was searching some time for this issue :D
1.0
Problem with '_' underscore in postgres connection url - ``` /__enclose_io_memfs__/lib/ruby/2.7.0/uri/generic.rb:208:in `initialize': the scheme postgresql does not accept registry part: postgres:postgres@postgres_f:5432 (or bad hostname?) (URI::InvalidURIError) ``` When using a `-` instead of a `_`its working. ``` motoradmin: restart: always depends_on: - 'postgres_f' image: 'motoradmin/motoradmin:latest' ports: - '3210:3000' volumes: - '/srv/docker/volumes/motoradmin:/app' environment: BASE_PATH: /motor/ DATABASE_URL: "postgresql://postgres:postgres@postgres_f:5432/motoradmin" postgres_f: restart: always image: 'postgres:13.4' ports: - '5432:5432' environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: motoradmin ``` I was searching some time for this issue :D
priority
problem with underscore in postgres connection url enclose io memfs lib ruby uri generic rb in initialize the scheme postgresql does not accept registry part postgres postgres postgres f or bad hostname uri invalidurierror when using a instead of a its working motoradmin restart always depends on postgres f image motoradmin motoradmin latest ports volumes srv docker volumes motoradmin app environment base path motor database url postgresql postgres postgres postgres f motoradmin postgres f restart always image postgres ports environment postgres user postgres postgres password postgres postgres db motoradmin i was searching some time for this issue d
1
653,223
21,576,575,197
IssuesEvent
2022-05-02 14:19:11
ita-social-projects/TeachUA
https://api.github.com/repos/ita-social-projects/TeachUA
opened
[Завдання] The incorrect pop-up error message is displayed on 'Додайте завдання' page after entering russian specific characters in 'Заголовок' field
bug UI Priority: Low
**Environment:** Windows 10 Enterprise, version 20H2, OS build 19042.1586, Google Chrome Version 100.0.4896.75 (Official Build) (64-bit) **Reproducible:** always **Build found:** last commit **Preconditions** 1. Log in as an administrator on https://speak-ukrainian.org.ua/dev/ **Steps to reproduce** 1. Click on the drop-down menu (In the upper right corner) 2. Click on the 'Адміністрування' menu item and select the 'Завдання' menu item 3. Click on 'Додати завдання' 4. Choose the valid date in 'Дата початку' field 5. Enter valid data into ‘Назва’ 6. Enter russian specific characters in 'Заголовок' field 7. Enter valid data into 'Опис' fields 8. Choose the challenge in the dropdown list on the 'Челендж' field 9. Click on 'Зберегти' button 10. Pay attention to the pop-up message **Actual result** 'headerText can't contain russian letters' is displayed on 'Додайте завдання' page after entering russian specific characters in 'Заголовок' field ![Рос літери в Заголовку](https://user-images.githubusercontent.com/101584182/166249695-7c269fb8-2a3c-460b-a9f6-8b46c0843ff6.png) **Expected result** 'Поле "Заголовок" може містити тільки українські та англійські літери, цифри та спеціальні символи' is displayed on 'Додайте завдання' page after entering russian specific characters in 'Заголовок' field **User story and test case links** E.g.: "User story #1335
1.0
[Завдання] The incorrect pop-up error message is displayed on 'Додайте завдання' page after entering russian specific characters in 'Заголовок' field - **Environment:** Windows 10 Enterprise, version 20H2, OS build 19042.1586, Google Chrome Version 100.0.4896.75 (Official Build) (64-bit) **Reproducible:** always **Build found:** last commit **Preconditions** 1. Log in as an administrator on https://speak-ukrainian.org.ua/dev/ **Steps to reproduce** 1. Click on the drop-down menu (In the upper right corner) 2. Click on the 'Адміністрування' menu item and select the 'Завдання' menu item 3. Click on 'Додати завдання' 4. Choose the valid date in 'Дата початку' field 5. Enter valid data into ‘Назва’ 6. Enter russian specific characters in 'Заголовок' field 7. Enter valid data into 'Опис' fields 8. Choose the challenge in the dropdown list on the 'Челендж' field 9. Click on 'Зберегти' button 10. Pay attention to the pop-up message **Actual result** 'headerText can't contain russian letters' is displayed on 'Додайте завдання' page after entering russian specific characters in 'Заголовок' field ![Рос літери в Заголовку](https://user-images.githubusercontent.com/101584182/166249695-7c269fb8-2a3c-460b-a9f6-8b46c0843ff6.png) **Expected result** 'Поле "Заголовок" може містити тільки українські та англійські літери, цифри та спеціальні символи' is displayed on 'Додайте завдання' page after entering russian specific characters in 'Заголовок' field **User story and test case links** E.g.: "User story #1335
priority
the incorrect pop up error message is displayed on додайте завдання page after entering russian specific characters in заголовок field environment windows enterprise version os build google chrome version official build bit reproducible always build found last commit preconditions log in as an administrator on steps to reproduce click on the drop down menu in the upper right corner click on the адміністрування menu item and select the завдання menu item click on додати завдання choose the valid date in дата початку field enter valid data into ‘назва’ enter russian specific characters in заголовок field enter valid data into опис fields choose the challenge in the dropdown list on the челендж field click on зберегти button pay attention to the pop up message actual result headertext can t contain russian letters is displayed on додайте завдання page after entering russian specific characters in заголовок field expected result поле заголовок може містити тільки українські та англійські літери цифри та спеціальні символи is displayed on додайте завдання page after entering russian specific characters in заголовок field user story and test case links e g user story
1
201,683
7,035,096,333
IssuesEvent
2017-12-27 21:06:17
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[studio] Add new Studio Id field in the database
priority: low task
Please add a new column to the `_meta` table indicating the ID of this Studio. This is a UUID that identifies this Studio database. It's created once and will only be created again if the database is dropped. Please add an internal service call to retrieve this ID.
1.0
[studio] Add new Studio Id field in the database - Please add a new column to the `_meta` table indicating the ID of this Studio. This is a UUID that identifies this Studio database. It's created once and will only be created again if the database is dropped. Please add an internal service call to retrieve this ID.
priority
add new studio id field in the database please add a new column to the meta table indicating the id of this studio this is a uuid that identifies this studio database it s created once and will only be created again if the database is dropped please add an internal service call to retrieve this id
1
461,841
13,237,043,685
IssuesEvent
2020-08-18 20:53:54
Sequel-Ace/Sequel-Ace
https://api.github.com/repos/Sequel-Ace/Sequel-Ace
opened
⌘→ and ⌘← in the filter input do not moves cursor to the very beginning/end of the text input
PR Welcome bug low priority
<!-- Please search existing issues to avoid creating duplicates. --> - Sequel Ace Version: 2.1.5, 2.1.6rc1 - macOS Version: 10.15.6 - MySQL Version: any **Description** Periodically, I am paste a lot of text into the filter field instead of a single word, and often this text contains needed word at the very end or in the middle of it. Then I moving cursor with the keyboard left to the needed position and want to press `⇧⌘←` selecting all previous text to remove it. But instead of selecting all text up to the very beginning cursor moves only to the beginning of the *visible* text. **Steps To Reproduce** 1. Paste a long text into the filter input field 2. Press ⌘→ **Expected Behaviour** Caret must move to the beginning or end of all text, not the beginning or end of the visible part. **Is Issue Present in [Latest Beta](https://github.com/Sequel-Ace/Sequel-Ace/releases)?** Yes <img width="921" alt="Screenshot 2020-08-18 at 23 51 51" src="https://user-images.githubusercontent.com/1531639/90564301-d48fb100-e1ad-11ea-91fb-add657e80d0f.png"> Text pasted is `first first first first first first first first first first first first first first first first first first first first first second second second second`. To move caret to the end of text I need to press `⌘→`, `→`, and then `⌘→` again. <img width="925" alt="Screenshot 2020-08-18 at 23 53 04" src="https://user-images.githubusercontent.com/1531639/90564423-0bfe5d80-e1ae-11ea-9dcc-3ff5e7efdc12.png">
1.0
⌘→ and ⌘← in the filter input do not moves cursor to the very beginning/end of the text input - <!-- Please search existing issues to avoid creating duplicates. --> - Sequel Ace Version: 2.1.5, 2.1.6rc1 - macOS Version: 10.15.6 - MySQL Version: any **Description** Periodically, I am paste a lot of text into the filter field instead of a single word, and often this text contains needed word at the very end or in the middle of it. Then I moving cursor with the keyboard left to the needed position and want to press `⇧⌘←` selecting all previous text to remove it. But instead of selecting all text up to the very beginning cursor moves only to the beginning of the *visible* text. **Steps To Reproduce** 1. Paste a long text into the filter input field 2. Press ⌘→ **Expected Behaviour** Caret must move to the beginning or end of all text, not the beginning or end of the visible part. **Is Issue Present in [Latest Beta](https://github.com/Sequel-Ace/Sequel-Ace/releases)?** Yes <img width="921" alt="Screenshot 2020-08-18 at 23 51 51" src="https://user-images.githubusercontent.com/1531639/90564301-d48fb100-e1ad-11ea-91fb-add657e80d0f.png"> Text pasted is `first first first first first first first first first first first first first first first first first first first first first second second second second`. To move caret to the end of text I need to press `⌘→`, `→`, and then `⌘→` again. <img width="925" alt="Screenshot 2020-08-18 at 23 53 04" src="https://user-images.githubusercontent.com/1531639/90564423-0bfe5d80-e1ae-11ea-9dcc-3ff5e7efdc12.png">
priority
⌘→ and ⌘← in the filter input do not moves cursor to the very beginning end of the text input sequel ace version macos version mysql version any description periodically i am paste a lot of text into the filter field instead of a single word and often this text contains needed word at the very end or in the middle of it then i moving cursor with the keyboard left to the needed position and want to press ⇧⌘← selecting all previous text to remove it but instead of selecting all text up to the very beginning cursor moves only to the beginning of the visible text steps to reproduce paste a long text into the filter input field press ⌘→ expected behaviour caret must move to the beginning or end of all text not the beginning or end of the visible part is issue present in yes img width alt screenshot at src text pasted is first first first first first first first first first first first first first first first first first first first first first second second second second to move caret to the end of text i need to press ⌘→ → and then ⌘→ again img width alt screenshot at src
1
591,668
17,858,373,081
IssuesEvent
2021-09-05 13:33:59
francheska-vicente/cssweng
https://api.github.com/repos/francheska-vicente/cssweng
closed
Cancelled reservation should redirect to cancelled reservation's start date
bug priority: low issue: back-end severity: low
### Summary: Deleting a reservation on a future date would redirect the user to the current date instead of the reservation's start date ### Steps to Reproduce: 1. Create a reservation that would start on a future date 2. Delete the reservation ### Visual Proof: ![image](https://user-images.githubusercontent.com/75743382/131791148-6b013ebe-6f4a-4222-a300-1fca5ea3881a.png) (Redirected to Sept. 2 instead of Sept. 16) ### Expected Results: - Redirected to Sept 16 Main Reservation Page ### Actual Results: - Redirected to Sept 2 Main Reservation Page | Additional Information | | | ----------- | ----------- | | Platform | V8 engine (Google) | | Operating System | Windows 10 |
1.0
Cancelled reservation should redirect to cancelled reservation's start date - ### Summary: Deleting a reservation on a future date would redirect the user to the current date instead of the reservation's start date ### Steps to Reproduce: 1. Create a reservation that would start on a future date 2. Delete the reservation ### Visual Proof: ![image](https://user-images.githubusercontent.com/75743382/131791148-6b013ebe-6f4a-4222-a300-1fca5ea3881a.png) (Redirected to Sept. 2 instead of Sept. 16) ### Expected Results: - Redirected to Sept 16 Main Reservation Page ### Actual Results: - Redirected to Sept 2 Main Reservation Page | Additional Information | | | ----------- | ----------- | | Platform | V8 engine (Google) | | Operating System | Windows 10 |
priority
cancelled reservation should redirect to cancelled reservation s start date summary deleting a reservation on a future date would redirect the user to the current date instead of the reservation s start date steps to reproduce create a reservation that would start on a future date delete the reservation visual proof redirected to sept instead of sept expected results redirected to sept main reservation page actual results redirected to sept main reservation page additional information platform engine google operating system windows
1
28,262
2,700,751,437
IssuesEvent
2015-04-04 14:41:21
cs2103jan2015-f10-3c/main
https://api.github.com/repos/cs2103jan2015-f10-3c/main
closed
Multiple User Accounts
priority.low type.story
Would it be a problem if there's more than one user? or is there going to be another option to switch to another user and how bout the security to ensure other user cannot log in on other user's account. or we can create the programme exclusively for one user. *point for discussion -Angie
1.0
Multiple User Accounts - Would it be a problem if there's more than one user? or is there going to be another option to switch to another user and how bout the security to ensure other user cannot log in on other user's account. or we can create the programme exclusively for one user. *point for discussion -Angie
priority
multiple user accounts would it be a problem if there s more than one user or is there going to be another option to switch to another user and how bout the security to ensure other user cannot log in on other user s account or we can create the programme exclusively for one user point for discussion angie
1
87,708
3,757,186,190
IssuesEvent
2016-03-13 20:47:36
svof/svof
https://api.github.com/repos/svof/svof
opened
Add battlefury continuation
enhancement low priority medium difficulty up for grabs
reported by Aerek > Will not use Battlefury Continuation to cure paralysis in case of locks > - Lacks Continuation curing scenarios.
1.0
Add battlefury continuation - reported by Aerek > Will not use Battlefury Continuation to cure paralysis in case of locks > - Lacks Continuation curing scenarios.
priority
add battlefury continuation reported by aerek will not use battlefury continuation to cure paralysis in case of locks lacks continuation curing scenarios
1
539,056
15,782,769,379
IssuesEvent
2021-04-01 13:12:47
python-discord/quackstack
https://api.github.com/repos/python-discord/quackstack
opened
Set up a PyPI-friendly package to execute the CLI commands.
area: back-end priority: low type: feature
Combine the powers of #6 and #5, and create a Python package that can be installed with pip and used to create duckies. The ultimate goal is that we want to be able to do `pip install quackstack` and then just run `quackstack` from the terminal to create a ducky. `quackstack --help` should tell us what arguments we can pass in, and we should be able to pass in seeds, choose between duck or man-duck, and whatever else we can do with the API and the CLI.
1.0
Set up a PyPI-friendly package to execute the CLI commands. - Combine the powers of #6 and #5, and create a Python package that can be installed with pip and used to create duckies. The ultimate goal is that we want to be able to do `pip install quackstack` and then just run `quackstack` from the terminal to create a ducky. `quackstack --help` should tell us what arguments we can pass in, and we should be able to pass in seeds, choose between duck or man-duck, and whatever else we can do with the API and the CLI.
priority
set up a pypi friendly package to execute the cli commands combine the powers of and and create a python package that can be installed with pip and used to create duckies the ultimate goal is that we want to be able to do pip install quackstack and then just run quackstack from the terminal to create a ducky quackstack help should tell us what arguments we can pass in and we should be able to pass in seeds choose between duck or man duck and whatever else we can do with the api and the cli
1
554,720
16,436,686,923
IssuesEvent
2021-05-20 10:01:01
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID: 235955] Logically dead code in subsys/bluetooth/audio/vcs.c
Coverity area: Bluetooth bug priority: low
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/0622bde3bf22926544c1aaef4c01dfa23d79f26e/subsys/bluetooth/audio/vcs.c Category: Control flow issues Function: `bt_vcs_flags_get` Component: Bluetooth CID: [235955](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=235955) Details: https://github.com/zephyrproject-rtos/zephyr/blob/0622bde3bf22926544c1aaef4c01dfa23d79f26e/subsys/bluetooth/audio/vcs.c#L507 Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v29271/p12996. Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
1.0
[Coverity CID: 235955] Logically dead code in subsys/bluetooth/audio/vcs.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/0622bde3bf22926544c1aaef4c01dfa23d79f26e/subsys/bluetooth/audio/vcs.c Category: Control flow issues Function: `bt_vcs_flags_get` Component: Bluetooth CID: [235955](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=235955) Details: https://github.com/zephyrproject-rtos/zephyr/blob/0622bde3bf22926544c1aaef4c01dfa23d79f26e/subsys/bluetooth/audio/vcs.c#L507 Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v29271/p12996. Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
priority
logically dead code in subsys bluetooth audio vcs c static code scan issues found in file category control flow issues function bt vcs flags get component bluetooth cid details please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file
1
474,870
13,683,657,993
IssuesEvent
2020-09-30 02:31:33
kubeapps/kubeapps
https://api.github.com/repos/kubeapps/kubeapps
closed
Improve Kubeapps frontend proxying of k8s API
kind/feature priority/low security
Certain functionality of the Kubeapps dashboard such as listing namespaces, validating login tokens and checking progress of helm deployments, currently use the Kubernetes API directly. This was done by adding a proxy rule to the frontend nginx config which [proxies requests for `/api/kube` through to `https://kubernetes.default/`](https://github.com/kubeapps/kubeapps/blob/master/chart/kubeapps/templates/kubeapps-frontend-config.yaml#L34), exposing the complete k8s API on the same network used by the frontend (still subject to the configured RBAC rules). Though many k8s providers configure public access to the k8s API by default, Kubeapps should document that the k8s API is also exposed through the frontend to avoid possible misunderstandings from users. In the future it may be worth replacing this proxy rule with a small backend API service limited to the Kubeapps context with its focused requirements (checking a deployment progress, obtaining a list of namespaces etc.)
1.0
Improve Kubeapps frontend proxying of k8s API - Certain functionality of the Kubeapps dashboard such as listing namespaces, validating login tokens and checking progress of helm deployments, currently use the Kubernetes API directly. This was done by adding a proxy rule to the frontend nginx config which [proxies requests for `/api/kube` through to `https://kubernetes.default/`](https://github.com/kubeapps/kubeapps/blob/master/chart/kubeapps/templates/kubeapps-frontend-config.yaml#L34), exposing the complete k8s API on the same network used by the frontend (still subject to the configured RBAC rules). Though many k8s providers configure public access to the k8s API by default, Kubeapps should document that the k8s API is also exposed through the frontend to avoid possible misunderstandings from users. In the future it may be worth replacing this proxy rule with a small backend API service limited to the Kubeapps context with its focused requirements (checking a deployment progress, obtaining a list of namespaces etc.)
priority
improve kubeapps frontend proxying of api certain functionality of the kubeapps dashboard such as listing namespaces validating login tokens and checking progress of helm deployments currently use the kubernetes api directly this was done by adding a proxy rule to the frontend nginx config which exposing the complete api on the same network used by the frontend still subject to the configured rbac rules though many providers configure public access to the api by default kubeapps should document that the api is also exposed through the frontend to avoid possible misunderstandings from users in the future it may be worth replacing this proxy rule with a small backend api service limited to the kubeapps context with its focused requirements checking a deployment progress obtaining a list of namespaces etc
1
279,726
8,672,231,649
IssuesEvent
2018-11-29 21:30:38
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
Update place icons
Contacts Priority: 3 - Low Type: Improvement
I've updated the place icons that are embedded in our app. The visual changes are quite minor and thus this is low priority (this was part of a larger project of trying to standardize our icon library). These five icons are embedded in our app and will need to be changed in the code. The latest icon files are here: https://github.com/medic/medic-projects/tree/master/icon-library/people_and_places
1.0
Update place icons - I've updated the place icons that are embedded in our app. The visual changes are quite minor and thus this is low priority (this was part of a larger project of trying to standardize our icon library). These five icons are embedded in our app and will need to be changed in the code. The latest icon files are here: https://github.com/medic/medic-projects/tree/master/icon-library/people_and_places
priority
update place icons i ve updated the place icons that are embedded in our app the visual changes are quite minor and thus this is low priority this was part of a larger project of trying to standardize our icon library these five icons are embedded in our app and will need to be changed in the code the latest icon files are here
1
221,378
7,382,340,098
IssuesEvent
2018-03-15 04:10:24
knowmetools/km-api
https://api.github.com/repos/knowmetools/km-api
closed
The docs don't include the required 'text' parameter when creating a journal entry
Priority: Low Status: Available Type: Bug
### Bug Report #### Expected Behavior The documentation should specify that a `text` parameter must be provided to create a new journal entry. #### Actual Behavior The documentation uses the wrong serializer, so it doesn't include the required `text` parameter.
1.0
The docs don't include the required 'text' parameter when creating a journal entry - ### Bug Report #### Expected Behavior The documentation should specify that a `text` parameter must be provided to create a new journal entry. #### Actual Behavior The documentation uses the wrong serializer, so it doesn't include the required `text` parameter.
priority
the docs don t include the required text parameter when creating a journal entry bug report expected behavior the documentation should specify that a text parameter must be provided to create a new journal entry actual behavior the documentation uses the wrong serializer so it doesn t include the required text parameter
1
463,224
13,261,879,399
IssuesEvent
2020-08-20 20:42:05
gigantum/gigantum-client
https://api.github.com/repos/gigantum/gigantum-client
closed
Notification about empty uploads are repeated many times
enhancement priority:low team:frontend ux
**Describe the bug** During QA of 5.32, I see "All provided file types are not allowed or the provided directory is empty. Verify selection and try again." prints multiple times - even with a single file. Also, this message could be spiffed up with a colon: "The following files are not allowed empty folder becomes The following files are not allowed: empty folder" I'm not sure if this is driven by the front-end or back-end. **To Reproduce** Steps to reproduce the behavior: 1. Upload an empty folder or forbidden file 2. Maybe do that a couple times 3. See lots of notifications **Expected behavior** We should show a notification once for a given thing that happened **Environment (please complete the following information):** - OS: Windows / WSL2 - Browser: Firefox - Gigantum Client Version 1.3.2
1.0
Notification about empty uploads are repeated many times - **Describe the bug** During QA of 5.32, I see "All provided file types are not allowed or the provided directory is empty. Verify selection and try again." prints multiple times - even with a single file. Also, this message could be spiffed up with a colon: "The following files are not allowed empty folder becomes The following files are not allowed: empty folder" I'm not sure if this is driven by the front-end or back-end. **To Reproduce** Steps to reproduce the behavior: 1. Upload an empty folder or forbidden file 2. Maybe do that a couple times 3. See lots of notifications **Expected behavior** We should show a notification once for a given thing that happened **Environment (please complete the following information):** - OS: Windows / WSL2 - Browser: Firefox - Gigantum Client Version 1.3.2
priority
notification about empty uploads are repeated many times describe the bug during qa of i see all provided file types are not allowed or the provided directory is empty verify selection and try again prints multiple times even with a single file also this message could be spiffed up with a colon the following files are not allowed empty folder becomes the following files are not allowed empty folder i m not sure if this is driven by the front end or back end to reproduce steps to reproduce the behavior upload an empty folder or forbidden file maybe do that a couple times see lots of notifications expected behavior we should show a notification once for a given thing that happened environment please complete the following information os windows browser firefox gigantum client version
1
677,552
23,165,625,700
IssuesEvent
2022-07-30 00:16:56
apache/incubator-devlake
https://api.github.com/repos/apache/incubator-devlake
closed
config-ui use pagination feature from pipelines api instead of client side pagination
type/refactor priority/low Stale
## Description The total records of `pipeline` grows as time pass by, it will eventually make client side pagination become very laggy at some point. ## Describe the solution you'd like config-ui can pass `page` and `page_size` as querystring to `/pipelines` for server-side pagination ![image](https://user-images.githubusercontent.com/61080/160409438-68bd7790-f456-47ec-9178-ad6c483ed41d.png) ## Has the Feature been Requested Before? No
1.0
config-ui use pagination feature from pipelines api instead of client side pagination - ## Description The total records of `pipeline` grows as time pass by, it will eventually make client side pagination become very laggy at some point. ## Describe the solution you'd like config-ui can pass `page` and `page_size` as querystring to `/pipelines` for server-side pagination ![image](https://user-images.githubusercontent.com/61080/160409438-68bd7790-f456-47ec-9178-ad6c483ed41d.png) ## Has the Feature been Requested Before? No
priority
config ui use pagination feature from pipelines api instead of client side pagination description the total records of pipeline grows as time pass by it will eventually make client side pagination become very laggy at some point describe the solution you d like config ui can pass page and page size as querystring to pipelines for server side pagination has the feature been requested before no
1
325,075
9,916,467,573
IssuesEvent
2019-06-28 20:02:03
alan-turing-institute/distr6
https://api.github.com/repos/alan-turing-institute/distr6
opened
PosNaturals vs PosIntegers Consistency
low priority
Currently we have a mishmash of Naturals, Integers, PosNaturals and PosIntegers as the supports of discrete distribution. It would be nice to pick one to be consistent, anyone have a preference?
1.0
PosNaturals vs PosIntegers Consistency - Currently we have a mishmash of Naturals, Integers, PosNaturals and PosIntegers as the supports of discrete distribution. It would be nice to pick one to be consistent, anyone have a preference?
priority
posnaturals vs posintegers consistency currently we have a mishmash of naturals integers posnaturals and posintegers as the supports of discrete distribution it would be nice to pick one to be consistent anyone have a preference
1
198,352
6,972,565,800
IssuesEvent
2017-12-11 17:25:07
ORNL-AMO/AMO-Tools-Desktop
https://api.github.com/repos/ORNL-AMO/AMO-Tools-Desktop
closed
PHAST Min/Max
low priority needs verification phast v0.2.4-beta
Help text has mins & maxs for most fields, they should be enforced Examples: Charge Material: Average Specific heat... Flue Gas: Excess Air
1.0
PHAST Min/Max - Help text has mins & maxs for most fields, they should be enforced Examples: Charge Material: Average Specific heat... Flue Gas: Excess Air
priority
phast min max help text has mins maxs for most fields they should be enforced examples charge material average specific heat flue gas excess air
1
762,627
26,725,732,798
IssuesEvent
2023-01-29 17:38:47
autolab/Autolab
https://api.github.com/repos/autolab/Autolab
opened
Chomp newlines for semantic feedback
Type: Enhancement Priority: Low
`parseScore` and `parseFeedback` in assessments_controller do not strip newlines, unlike `saveAutograde` in `assessment_autograde_core`. This might cause issues with semantic feedback, and there is some duplication w.r.t. `parseAutoresult`.
1.0
Chomp newlines for semantic feedback - `parseScore` and `parseFeedback` in assessments_controller do not strip newlines, unlike `saveAutograde` in `assessment_autograde_core`. This might cause issues with semantic feedback, and there is some duplication w.r.t. `parseAutoresult`.
priority
chomp newlines for semantic feedback parsescore and parsefeedback in assessments controller do not strip newlines unlike saveautograde in assessment autograde core this might cause issues with semantic feedback and there is some duplication w r t parseautoresult
1
299,980
9,206,028,664
IssuesEvent
2019-03-08 12:28:48
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
SPIT fails to load shapefile when no fields detected
Category: C++ Plugins Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **Mike Taves** (Mike Taves) Original Redmine Issue: 1330, https://issues.qgis.org/issues/1330 Original Assignee: nobody - --- SPIT throws an error "No fields detected" when a Shapefile with no attributes is loaded. This file (see attached) was generated from [[AutoCAD]] Map 3D 2008, and can be viewed in QGIS (v. 0.11) and ESRI software. Attributes are not required for Shapefiles, nor for [[PostGIS]]. --- - [poly.zip](https://issues.qgis.org/attachments/download/2153/poly.zip) (Mike Taves)
1.0
SPIT fails to load shapefile when no fields detected - --- Author Name: **Mike Taves** (Mike Taves) Original Redmine Issue: 1330, https://issues.qgis.org/issues/1330 Original Assignee: nobody - --- SPIT throws an error "No fields detected" when a Shapefile with no attributes is loaded. This file (see attached) was generated from [[AutoCAD]] Map 3D 2008, and can be viewed in QGIS (v. 0.11) and ESRI software. Attributes are not required for Shapefiles, nor for [[PostGIS]]. --- - [poly.zip](https://issues.qgis.org/attachments/download/2153/poly.zip) (Mike Taves)
priority
spit fails to load shapefile when no fields detected author name mike taves mike taves original redmine issue original assignee nobody spit throws an error no fields detected when a shapefile with no attributes is loaded this file see attached was generated from map and can be viewed in qgis v and esri software attributes are not required for shapefiles nor for mike taves
1
500,002
14,484,180,098
IssuesEvent
2020-12-10 16:01:44
ansible/awx
https://api.github.com/repos/ansible/awx
opened
[ui_next] Users/n/Tokens view allows a user to filter tokens by description. Tokens don't have descriptions
component:ui_next priority:low type:bug
##### ISSUE TYPE - Bug Report ##### SUMMARY Users/n/Tokens view allows a user to filter tokens by description. Tokens don't have descriptions ##### ENVIRONMENT * AWX version: 12/10 ##### STEPS TO REPRODUCE 1. Navigate to your user's token tab. 2. Note the options to search/filter by Name and Description ##### EXPECTED RESULTS Cannot search/filter by Description
1.0
[ui_next] Users/n/Tokens view allows a user to filter tokens by description. Tokens don't have descriptions - ##### ISSUE TYPE - Bug Report ##### SUMMARY Users/n/Tokens view allows a user to filter tokens by description. Tokens don't have descriptions ##### ENVIRONMENT * AWX version: 12/10 ##### STEPS TO REPRODUCE 1. Navigate to your user's token tab. 2. Note the options to search/filter by Name and Description ##### EXPECTED RESULTS Cannot search/filter by Description
priority
users n tokens view allows a user to filter tokens by description tokens don t have descriptions issue type bug report summary users n tokens view allows a user to filter tokens by description tokens don t have descriptions environment awx version steps to reproduce navigate to your user s token tab note the options to search filter by name and description expected results cannot search filter by description
1
272,517
8,514,444,086
IssuesEvent
2018-10-31 18:35:04
Ali229/Postit
https://api.github.com/repos/Ali229/Postit
closed
Loading animation doesn't work on Microsoft Edge
Low-priority browser-related bug
![image](https://user-images.githubusercontent.com/42593012/46635249-b5d82200-cb21-11e8-9bb9-9915b369d20c.png) When visiting any page on Microsoft Edge, the loading animation does not work. It sits still in the position shown in the picture above. Only effects Microsoft Edge.
1.0
Loading animation doesn't work on Microsoft Edge - ![image](https://user-images.githubusercontent.com/42593012/46635249-b5d82200-cb21-11e8-9bb9-9915b369d20c.png) When visiting any page on Microsoft Edge, the loading animation does not work. It sits still in the position shown in the picture above. Only effects Microsoft Edge.
priority
loading animation doesn t work on microsoft edge when visiting any page on microsoft edge the loading animation does not work it sits still in the position shown in the picture above only effects microsoft edge
1
225,941
7,496,549,374
IssuesEvent
2018-04-08 10:36:07
HenriDellal/emerald
https://api.github.com/repos/HenriDellal/emerald
closed
"Quit hidden apps" button doesn't hide on return
bug priority/low
#### How to reproduce Open an app from hidden category and press Home button after that. The launcher will show category that is not hidden with the quit button.
1.0
"Quit hidden apps" button doesn't hide on return - #### How to reproduce Open an app from hidden category and press Home button after that. The launcher will show category that is not hidden with the quit button.
priority
quit hidden apps button doesn t hide on return how to reproduce open an app from hidden category and press home button after that the launcher will show category that is not hidden with the quit button
1
186,780
6,742,663,592
IssuesEvent
2017-10-20 08:45:48
CS2103AUG2017-F09-B2/main
https://api.github.com/repos/CS2103AUG2017-F09-B2/main
opened
List of common statutes/laws in Singapore.
priority.LOW type.NewFeature
Currently, there is no list of common laws that Tourists should know and follow. The list will allow Tourist Book users to have a quick understanding of the laws of Singapore.
1.0
List of common statutes/laws in Singapore. - Currently, there is no list of common laws that Tourists should know and follow. The list will allow Tourist Book users to have a quick understanding of the laws of Singapore.
priority
list of common statutes laws in singapore currently there is no list of common laws that tourists should know and follow the list will allow tourist book users to have a quick understanding of the laws of singapore
1
461,870
13,237,479,685
IssuesEvent
2020-08-18 21:46:31
Railcraft/Railcraft
https://api.github.com/repos/Railcraft/Railcraft
closed
Cart detectors incorrectly detecting max speed locomotive
bug cannot reproduce low priority
**Description of the Bug** Cart detector will detect a locomotive travelling at max speed when there is an entire block separating it and the locomotive. Importantly, a locking track may exist there. **To Reproduce** 1. Place segment of normal tracks 2. (Optional) Place locking track (set to any mode) 3. Place Cart Detector (Any) underneath the rail immediately following the locking track 4. Place steam locomotive on track, fill completely with water and coal blocks 5. Turn locomotive to full speed towards locking track 6. Cart detector will emit redstone even though locking track prevents the locomotive from being adjacent **Expected behavior** Cart detector should not emit a redstone signal as the locomotive is never adjacent to it. **Screenshots & Video** ![image](https://user-images.githubusercontent.com/64187936/80067409-1ce0ee80-8581-11ea-91b0-bbc8a27da8c4.png) ![image](https://user-images.githubusercontent.com/64187936/80067028-70067180-8580-11ea-9377-92c70076849d.png) **Logs & Environment** Environment: Forge version: forge-1.12.2-14.23.5.2847 downloaded from curseforge with SHA-1: 8398503A59F4EBE1EA878498ADF2B32CB9B470C1 Railcraft version: v12.0.0 downloaded from curseforge with SHA-1: EA2085A509B816BB9A3CDD79F2F44175B588737A Minecraft version: v1.12.2 (singleplayer creative) Operating System: Windows Other mods installed: none Logs: Uploaded in 2 parts since text size exceeded 512M: https://pastebin.com/evnkjnbM https://pastebin.com/hXgyAAhX **Additional context** Sometimes on your first placement, this will not occur. However, this reliably occurs every time after the first occurrence, which is within 1-3 attempts at replicating. This issue does not in fact depend on locking tracks, but can ruin a token based system relying on them.
1.0
Cart detectors incorrectly detecting max speed locomotive - **Description of the Bug** Cart detector will detect a locomotive travelling at max speed when there is an entire block separating it and the locomotive. Importantly, a locking track may exist there. **To Reproduce** 1. Place segment of normal tracks 2. (Optional) Place locking track (set to any mode) 3. Place Cart Detector (Any) underneath the rail immediately following the locking track 4. Place steam locomotive on track, fill completely with water and coal blocks 5. Turn locomotive to full speed towards locking track 6. Cart detector will emit redstone even though locking track prevents the locomotive from being adjacent **Expected behavior** Cart detector should not emit a redstone signal as the locomotive is never adjacent to it. **Screenshots & Video** ![image](https://user-images.githubusercontent.com/64187936/80067409-1ce0ee80-8581-11ea-91b0-bbc8a27da8c4.png) ![image](https://user-images.githubusercontent.com/64187936/80067028-70067180-8580-11ea-9377-92c70076849d.png) **Logs & Environment** Environment: Forge version: forge-1.12.2-14.23.5.2847 downloaded from curseforge with SHA-1: 8398503A59F4EBE1EA878498ADF2B32CB9B470C1 Railcraft version: v12.0.0 downloaded from curseforge with SHA-1: EA2085A509B816BB9A3CDD79F2F44175B588737A Minecraft version: v1.12.2 (singleplayer creative) Operating System: Windows Other mods installed: none Logs: Uploaded in 2 parts since text size exceeded 512M: https://pastebin.com/evnkjnbM https://pastebin.com/hXgyAAhX **Additional context** Sometimes on your first placement, this will not occur. However, this reliably occurs every time after the first occurrence, which is within 1-3 attempts at replicating. This issue does not in fact depend on locking tracks, but can ruin a token based system relying on them.
priority
cart detectors incorrectly detecting max speed locomotive description of the bug cart detector will detect a locomotive travelling at max speed when there is an entire block separating it and the locomotive importantly a locking track may exist there to reproduce place segment of normal tracks optional place locking track set to any mode place cart detector any underneath the rail immediately following the locking track place steam locomotive on track fill completely with water and coal blocks turn locomotive to full speed towards locking track cart detector will emit redstone even though locking track prevents the locomotive from being adjacent expected behavior cart detector should not emit a redstone signal as the locomotive is never adjacent to it screenshots video logs environment environment forge version forge downloaded from curseforge with sha railcraft version downloaded from curseforge with sha minecraft version singleplayer creative operating system windows other mods installed none logs uploaded in parts since text size exceeded additional context sometimes on your first placement this will not occur however this reliably occurs every time after the first occurrence which is within attempts at replicating this issue does not in fact depend on locking tracks but can ruin a token based system relying on them
1
794,463
28,037,181,395
IssuesEvent
2023-03-28 15:48:25
DDMAL/CantusDB
https://api.github.com/repos/DDMAL/CantusDB
closed
Article List page missing `<title>` tags
priority: low
See http://206.12.93.196/articles/: the title displayed at the top of the tab is `http://206.12.93.196/articles/`. On cantusdatabase.com, the title of the corresponding page is "What's New".
1.0
Article List page missing `<title>` tags - See http://206.12.93.196/articles/: the title displayed at the top of the tab is `http://206.12.93.196/articles/`. On cantusdatabase.com, the title of the corresponding page is "What's New".
priority
article list page missing tags see the title displayed at the top of the tab is on cantusdatabase com the title of the corresponding page is what s new
1
761,503
26,683,901,586
IssuesEvent
2023-01-26 20:06:06
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
Move accessibility note into screen reader tag
priority: low module: client target: accessibilty
<!--PLEASE DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS. This issue tracker is only for bbb development related issues.--> Currently we display the somewhat confusing "accessible" word beside the link to download an annotated presentation ![Screenshot from 2023-01-24 16-36-49](https://user-images.githubusercontent.com/6312397/214426435-8edc691d-bdc7-455b-a6c7-0537fea4cbb4.png) "may be not accessible" here seems to imply not having access to the resource in the link. However, the intention is to warn screen reader users that the content they will download is likely not well formatted for use with screen reader (i.e. "Accessibility") I checked with @KDSBrowne and from first glance it would be acceptable to move this screen-reader intended string to an `aria-label` or something similar / tooltip. **BBB version:** BigBlueButton 2.6.0-beta.7
1.0
Move accessibility note into screen reader tag - <!--PLEASE DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS. This issue tracker is only for bbb development related issues.--> Currently we display the somewhat confusing "accessible" word beside the link to download an annotated presentation ![Screenshot from 2023-01-24 16-36-49](https://user-images.githubusercontent.com/6312397/214426435-8edc691d-bdc7-455b-a6c7-0537fea4cbb4.png) "may be not accessible" here seems to imply not having access to the resource in the link. However, the intention is to warn screen reader users that the content they will download is likely not well formatted for use with screen reader (i.e. "Accessibility") I checked with @KDSBrowne and from first glance it would be acceptable to move this screen-reader intended string to an `aria-label` or something similar / tooltip. **BBB version:** BigBlueButton 2.6.0-beta.7
priority
move accessibility note into screen reader tag please do not file issues for general support questions this issue tracker is only for bbb development related issues currently we display the somewhat confusing accessible word beside the link to download an annotated presentation may be not accessible here seems to imply not having access to the resource in the link however the intention is to warn screen reader users that the content they will download is likely not well formatted for use with screen reader i e accessibility i checked with kdsbrowne and from first glance it would be acceptable to move this screen reader intended string to an aria label or something similar tooltip bbb version bigbluebutton beta
1
214,621
7,274,936,502
IssuesEvent
2018-02-21 11:46:38
FezVrasta/popper.js
https://api.github.com/repos/FezVrasta/popper.js
closed
Incorrect offset container used when first child of common parent is a hidden input
# BUG DIFFICULTY: low PRIORITY: low TARGETS: core
### CodePen demo https://codepen.io/anon/pen/BYyjNM ### Steps to reproduce the problem 1. Include a hidden input as the first child of the offset container of the elements. ### What is the expected behavior? The "reference" and "popper" elements are aligned. ### What went wrong? A hidden input's `offsetParent` is null, causing incorrect offset container to be chosen for the offsets calculations. ### Any other comments? [This is the place](https://github.com/FezVrasta/popper.js/blob/150ef056629b171b96e5f2bcf6316d25ff0a146f/packages/popper/src/utils/isOffsetContainer.js#L9) where element's first child is arbitrarily chosen for a test if the element is an offset container. I think, it needs to use a child which is actually rendered.
1.0
Incorrect offset container used when first child of common parent is a hidden input - ### CodePen demo https://codepen.io/anon/pen/BYyjNM ### Steps to reproduce the problem 1. Include a hidden input as the first child of the offset container of the elements. ### What is the expected behavior? The "reference" and "popper" elements are aligned. ### What went wrong? A hidden input's `offsetParent` is null, causing incorrect offset container to be chosen for the offsets calculations. ### Any other comments? [This is the place](https://github.com/FezVrasta/popper.js/blob/150ef056629b171b96e5f2bcf6316d25ff0a146f/packages/popper/src/utils/isOffsetContainer.js#L9) where element's first child is arbitrarily chosen for a test if the element is an offset container. I think, it needs to use a child which is actually rendered.
priority
incorrect offset container used when first child of common parent is a hidden input codepen demo steps to reproduce the problem include a hidden input as the first child of the offset container of the elements what is the expected behavior the reference and popper elements are aligned what went wrong a hidden input s offsetparent is null causing incorrect offset container to be chosen for the offsets calculations any other comments where element s first child is arbitrarily chosen for a test if the element is an offset container i think it needs to use a child which is actually rendered
1
89,587
3,797,216,707
IssuesEvent
2016-03-23 06:17:58
cs2103jan2016-w14-4j/main
https://api.github.com/repos/cs2103jan2016-w14-4j/main
closed
Select a default date/time for "deadline" tasks
priority.low type.enhancement
e.g. 7 days from date of entry, this can be customized by advanced users
1.0
Select a default date/time for "deadline" tasks - e.g. 7 days from date of entry, this can be customized by advanced users
priority
select a default date time for deadline tasks e g days from date of entry this can be customized by advanced users
1
542,607
15,863,350,640
IssuesEvent
2021-04-08 12:43:51
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
[py2py3] make pylint --py3k happy with test/python/WMCore_t/Database_t/DBCore_t.py
High Priority Low effort New Feature Python3
**Impact of the new feature** This should involve only the unit test `test/python/WMCore_t/Database_t/DBCore_t.py`. **Is your feature request related to a problem? Please describe.** `pylint --py3k` complains with warnming `W1655` about `dict.keys()[0]` bekayse `.keys()` is not used in a for loop. **Describe the solution you'd like** Later during the modernization campaign, we decided to use `next(iter(dict))` instead of `dict.keys()[0]`. We should be consistent and do the same here **Describe alternatives you've considered** We can be less consistent and live with the pylint warning, however this is super likely to fail in py3 with ```plaintext Python 3.9.2 (default, Feb 28 2021, 17:03:44) >>> myd = {"hello":1, "world":2} >>> myd.keys()[0] Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'dict_keys' object is not subscriptable ``` **Additional context** Fix modernization slice #10262
1.0
[py2py3] make pylint --py3k happy with test/python/WMCore_t/Database_t/DBCore_t.py - **Impact of the new feature** This should involve only the unit test `test/python/WMCore_t/Database_t/DBCore_t.py`. **Is your feature request related to a problem? Please describe.** `pylint --py3k` complains with warnming `W1655` about `dict.keys()[0]` bekayse `.keys()` is not used in a for loop. **Describe the solution you'd like** Later during the modernization campaign, we decided to use `next(iter(dict))` instead of `dict.keys()[0]`. We should be consistent and do the same here **Describe alternatives you've considered** We can be less consistent and live with the pylint warning, however this is super likely to fail in py3 with ```plaintext Python 3.9.2 (default, Feb 28 2021, 17:03:44) >>> myd = {"hello":1, "world":2} >>> myd.keys()[0] Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'dict_keys' object is not subscriptable ``` **Additional context** Fix modernization slice #10262
priority
make pylint happy with test python wmcore t database t dbcore t py impact of the new feature this should involve only the unit test test python wmcore t database t dbcore t py is your feature request related to a problem please describe pylint complains with warnming about dict keys bekayse keys is not used in a for loop describe the solution you d like later during the modernization campaign we decided to use next iter dict instead of dict keys we should be consistent and do the same here describe alternatives you ve considered we can be less consistent and live with the pylint warning however this is super likely to fail in with plaintext python default feb myd hello world myd keys traceback most recent call last file line in typeerror dict keys object is not subscriptable additional context fix modernization slice
1
663,570
22,197,617,598
IssuesEvent
2022-06-07 08:23:35
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
closed
AutoComplete in FilterCell shouldn't clone Grid's datasource with the filters
Bug SEV: Low C: Grid jQuery1 Priority 1 FP: In Development
### Bug report When the Filterable mode is set to Row and the grid has filters set initially, the data sources of the AutoComplete widgets inside the FilterCell clone the filters. When the filter is cleared from the grid, the cloned filter remains in the data source of the AutoComplete and there is no way to see the full data set. ### Reproduction of the problem 1. Create a grid with Filterable.Row 1. Set an initial Filter to the Freight column 1. Type some value in the ShipName filter row. 1. Some of the options are missing 1. The AutoCompete inside the FilterCell remains with the filtered data source. https://dojo.telerik.com/@AleksandarEvangelatov/AliMIboB ### Expected/desired behavior The data source of the AutoComplete should be cloning the grid's data source without the filters. ### Environment * **Kendo UI version:** 2021.1.330 * **Browser:** [all ]
1.0
AutoComplete in FilterCell shouldn't clone Grid's datasource with the filters - ### Bug report When the Filterable mode is set to Row and the grid has filters set initially, the data sources of the AutoComplete widgets inside the FilterCell clone the filters. When the filter is cleared from the grid, the cloned filter remains in the data source of the AutoComplete and there is no way to see the full data set. ### Reproduction of the problem 1. Create a grid with Filterable.Row 1. Set an initial Filter to the Freight column 1. Type some value in the ShipName filter row. 1. Some of the options are missing 1. The AutoCompete inside the FilterCell remains with the filtered data source. https://dojo.telerik.com/@AleksandarEvangelatov/AliMIboB ### Expected/desired behavior The data source of the AutoComplete should be cloning the grid's data source without the filters. ### Environment * **Kendo UI version:** 2021.1.330 * **Browser:** [all ]
priority
autocomplete in filtercell shouldn t clone grid s datasource with the filters bug report when the filterable mode is set to row and the grid has filters set initially the data sources of the autocomplete widgets inside the filtercell clone the filters when the filter is cleared from the grid the cloned filter remains in the data source of the autocomplete and there is no way to see the full data set reproduction of the problem create a grid with filterable row set an initial filter to the freight column type some value in the shipname filter row some of the options are missing the autocompete inside the filtercell remains with the filtered data source expected desired behavior the data source of the autocomplete should be cloning the grid s data source without the filters environment kendo ui version browser
1
259,111
8,183,705,640
IssuesEvent
2018-08-29 09:50:51
stratisproject/StratisBitcoinFullNode
https://api.github.com/repos/stratisproject/StratisBitcoinFullNode
closed
Min fee estimation for a wallet is too high
Size M: 3-5 days improvement low priority sp3 wallet
Wallet min fee estimation is ~60 times bigger than actual. With empty blocks the min fee to get into the block is: `tx serialized size / 100000000` (`PowBlockAssembler.cs:499`) So for a tx that is 229 bytes fee is 0.00000229 and the wallet estimation algho says its 0.00013800
1.0
Min fee estimation for a wallet is too high - Wallet min fee estimation is ~60 times bigger than actual. With empty blocks the min fee to get into the block is: `tx serialized size / 100000000` (`PowBlockAssembler.cs:499`) So for a tx that is 229 bytes fee is 0.00000229 and the wallet estimation algho says its 0.00013800
priority
min fee estimation for a wallet is too high wallet min fee estimation is times bigger than actual with empty blocks the min fee to get into the block is tx serialized size powblockassembler cs so for a tx that is bytes fee is and the wallet estimation algho says its
1
198,465
6,973,346,533
IssuesEvent
2017-12-11 20:09:02
jsonwebtoken/jsonwebtoken.github.io
https://api.github.com/repos/jsonwebtoken/jsonwebtoken.github.io
closed
Auto generate/parse BEGIN/END CERTIFICATE for RS256 signature verification
enhancement low-priority
For usability purposes `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----` should not be required for RSA256 signature verification. The public key can be parsed and if the strings are not found they can be appended.
1.0
Auto generate/parse BEGIN/END CERTIFICATE for RS256 signature verification - For usability purposes `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----` should not be required for RSA256 signature verification. The public key can be parsed and if the strings are not found they can be appended.
priority
auto generate parse begin end certificate for signature verification for usability purposes begin certificate and end certificate should not be required for signature verification the public key can be parsed and if the strings are not found they can be appended
1
144,509
5,541,769,636
IssuesEvent
2017-03-22 13:40:58
knipferrc/plate
https://api.github.com/repos/knipferrc/plate
closed
Move local state to redux
Priority: Low Type: Cleanup
Now that we have this "modules" folder structure we can move the local state into redux and pass them as props from the container.
1.0
Move local state to redux - Now that we have this "modules" folder structure we can move the local state into redux and pass them as props from the container.
priority
move local state to redux now that we have this modules folder structure we can move the local state into redux and pass them as props from the container
1
321,610
9,806,430,684
IssuesEvent
2019-06-12 11:23:37
Luca1152/gravity-box
https://api.github.com/repos/Luca1152/gravity-box
opened
Skip levels
Priority: Low Status: Available Type: Enhancement
## Description The player should be allowed to skip levels by watching an ad. However, he should be able to skip levels only once every hour, or something like that, as to not abuse it.
1.0
Skip levels - ## Description The player should be allowed to skip levels by watching an ad. However, he should be able to skip levels only once every hour, or something like that, as to not abuse it.
priority
skip levels description the player should be allowed to skip levels by watching an ad however he should be able to skip levels only once every hour or something like that as to not abuse it
1
180,155
6,646,853,762
IssuesEvent
2017-09-28 00:06:27
widforss/pathfinding-hike
https://api.github.com/repos/widforss/pathfinding-hike
opened
Shortcuts should not go to already connected
enhancement low priority
In a reasonable world there would be a shortcut from the lower road up. However, the LINESTRING is too short and the shortcut goes to the right and is removed in the import process. ![screenshot from 2017-09-28 02-03-59](https://user-images.githubusercontent.com/12639272/30943467-74ca1b2c-a3f1-11e7-8839-604ffa90d9e7.png)
1.0
Shortcuts should not go to already connected - In a reasonable world there would be a shortcut from the lower road up. However, the LINESTRING is too short and the shortcut goes to the right and is removed in the import process. ![screenshot from 2017-09-28 02-03-59](https://user-images.githubusercontent.com/12639272/30943467-74ca1b2c-a3f1-11e7-8839-604ffa90d9e7.png)
priority
shortcuts should not go to already connected in a reasonable world there would be a shortcut from the lower road up however the linestring is too short and the shortcut goes to the right and is removed in the import process
1
759,028
26,577,825,980
IssuesEvent
2023-01-22 02:40:41
open-goal/jak-project
https://api.github.com/repos/open-goal/jak-project
closed
Arrays of `type`s are not supported by the compiler
low-priority compiler
`target-h` ```asm L1: .type array L2: .word 0x5 .word 0x5 .type type .type pilot-info .type mech-info .type turret-info .type indax-info .type tube-info ```
1.0
Arrays of `type`s are not supported by the compiler - `target-h` ```asm L1: .type array L2: .word 0x5 .word 0x5 .type type .type pilot-info .type mech-info .type turret-info .type indax-info .type tube-info ```
priority
arrays of type s are not supported by the compiler target h asm type array word word type type type pilot info type mech info type turret info type indax info type tube info
1
251,591
8,017,601,696
IssuesEvent
2018-07-25 16:23:34
Qiskit/qiskit-vscode
https://api.github.com/repos/Qiskit/qiskit-vscode
closed
Automatic release when master branch is tagged
priority: low type: enhancement
### What is the expected enhancement? To keep things simple and fast a release should be automatically created by the Travis CI process. The package is already built to upload to VS Code Marketplace, so it can be used to generate the release too. It is not possible to automate the notes about the release (with the current system) though, so they must be added after the process is complete.
1.0
Automatic release when master branch is tagged - ### What is the expected enhancement? To keep things simple and fast a release should be automatically created by the Travis CI process. The package is already built to upload to VS Code Marketplace, so it can be used to generate the release too. It is not possible to automate the notes about the release (with the current system) though, so they must be added after the process is complete.
priority
automatic release when master branch is tagged what is the expected enhancement to keep things simple and fast a release should be automatically created by the travis ci process the package is already built to upload to vs code marketplace so it can be used to generate the release too it is not possible to automate the notes about the release with the current system though so they must be added after the process is complete
1
493,049
14,225,289,722
IssuesEvent
2020-11-17 21:00:34
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
MBP composite COM methods claim to check composite_mass but don't
component: multibody plant priority: low team: dynamics type: bug
All the MBP CenterOfMass methods have this documentation: ```c++ /// @throws std::runtime_error if `MultibodyPlant` has no body except /// `world_body()`. /// @throws std::runtime_error unless `composite_mass > 0`. Vector3<T> CalcCenterOfMassPosition() ``` I can see that `CalcCenterOfMassPosition()` actually does perform the composite_mass check. However, `CalcJacobianCenterOfMassTranslationalVelocity()` and `CalcBiasCenterOfMassTranslationalAcceleration()` don't appear to do so. Please audit to make sure all the COM methods actually perform the checks they claim and add unit tests as needed.
1.0
MBP composite COM methods claim to check composite_mass but don't - All the MBP CenterOfMass methods have this documentation: ```c++ /// @throws std::runtime_error if `MultibodyPlant` has no body except /// `world_body()`. /// @throws std::runtime_error unless `composite_mass > 0`. Vector3<T> CalcCenterOfMassPosition() ``` I can see that `CalcCenterOfMassPosition()` actually does perform the composite_mass check. However, `CalcJacobianCenterOfMassTranslationalVelocity()` and `CalcBiasCenterOfMassTranslationalAcceleration()` don't appear to do so. Please audit to make sure all the COM methods actually perform the checks they claim and add unit tests as needed.
priority
mbp composite com methods claim to check composite mass but don t all the mbp centerofmass methods have this documentation c throws std runtime error if multibodyplant has no body except world body throws std runtime error unless composite mass calccenterofmassposition i can see that calccenterofmassposition actually does perform the composite mass check however calcjacobiancenterofmasstranslationalvelocity and calcbiascenterofmasstranslationalacceleration don t appear to do so please audit to make sure all the com methods actually perform the checks they claim and add unit tests as needed
1
401,817
11,798,270,178
IssuesEvent
2020-03-18 14:08:31
ntop/ntopng
https://api.github.com/repos/ntop/ntopng
closed
Active menu entry is not selected
in progress low-priority bug user interface
Normally active menu entries have a blue background which indicates that the entry is currently selected. Since the migration to bootstrap 4, this is broken as the all entries have a white background. The `active` css class must be moved from the outer `<li>` element to the inner `<a>` element to fix this. ![2020-03-11_17-55](https://user-images.githubusercontent.com/5488003/76442643-25a6a800-63b9-11ea-934a-a8eaeb352822.png) This happens at least in the following pages: - Active flows - Active hosts - Active MAC addresses Please `grep` all the code to fix all the broken pages.
1.0
Active menu entry is not selected - Normally active menu entries have a blue background which indicates that the entry is currently selected. Since the migration to bootstrap 4, this is broken as the all entries have a white background. The `active` css class must be moved from the outer `<li>` element to the inner `<a>` element to fix this. ![2020-03-11_17-55](https://user-images.githubusercontent.com/5488003/76442643-25a6a800-63b9-11ea-934a-a8eaeb352822.png) This happens at least in the following pages: - Active flows - Active hosts - Active MAC addresses Please `grep` all the code to fix all the broken pages.
priority
active menu entry is not selected normally active menu entries have a blue background which indicates that the entry is currently selected since the migration to bootstrap this is broken as the all entries have a white background the active css class must be moved from the outer element to the inner element to fix this this happens at least in the following pages active flows active hosts active mac addresses please grep all the code to fix all the broken pages
1
154,074
5,908,579,874
IssuesEvent
2017-05-19 20:49:10
DDMAL/Neon.js
https://api.github.com/repos/DDMAL/Neon.js
opened
Code for Episemas not optimized
Low Priority
The code for rendering ornaments in liberneumes.js needs to be refactored into functions so that its easier to add ornaments in the future.
1.0
Code for Episemas not optimized - The code for rendering ornaments in liberneumes.js needs to be refactored into functions so that its easier to add ornaments in the future.
priority
code for episemas not optimized the code for rendering ornaments in liberneumes js needs to be refactored into functions so that its easier to add ornaments in the future
1
120,066
4,779,797,167
IssuesEvent
2016-10-28 00:04:32
maclyn/curveball
https://api.github.com/repos/maclyn/curveball
closed
Trim strings early on low-res screens
low-priority-compatibility
Doesn't look nice on 480x800 (can solve with `outRect.width`).
1.0
Trim strings early on low-res screens - Doesn't look nice on 480x800 (can solve with `outRect.width`).
priority
trim strings early on low res screens doesn t look nice on can solve with outrect width
1
98,125
4,018,014,122
IssuesEvent
2016-05-16 08:27:27
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
[MASTER] Whispers dont have the correct verb.
bug priority: low
Instead of being [PERSON] quietly says, [TEXT], it's just [PERSON] quietly, [TEXT]. dont ban me raptor
1.0
[MASTER] Whispers dont have the correct verb. - Instead of being [PERSON] quietly says, [TEXT], it's just [PERSON] quietly, [TEXT]. dont ban me raptor
priority
whispers dont have the correct verb instead of being quietly says it s just quietly dont ban me raptor
1
774,095
27,183,204,136
IssuesEvent
2023-02-18 22:20:49
patzly/grocy-android
https://api.github.com/repos/patzly/grocy-android
closed
Historical Analytics
new feature low priority
It would be a nice feature to see a graph it chart of which items get consumed the most/how fast.
1.0
Historical Analytics - It would be a nice feature to see a graph it chart of which items get consumed the most/how fast.
priority
historical analytics it would be a nice feature to see a graph it chart of which items get consumed the most how fast
1
681,192
23,300,093,633
IssuesEvent
2022-08-07 07:21:33
Ankit-Gupta18/Edit-Request-Wizard
https://api.github.com/repos/Ankit-Gupta18/Edit-Request-Wizard
opened
Upgrade node.js version
low priority
Currently, the main webservice runs on node v12, and the check-service-up script runs as a cronjob on the Grid Engine which provides node v10 (deprecated), causing the entire codebase to rely on outdated and unmaintained versions of libraries and preventing use of more modern syntax. - Upgrade webservice to node16 - this is now officially offered (https://lists.wikimedia.org/hyperkitty/list/cloud-announce@lists.wikimedia.org/thread/WNTXLPUFXDA262I5EXLSOBVMQLPQA4WF/) - Update all dependencies which were downgraded for v10 compatibility - Migrate the cronjob from the Grid Engine (the standard crontab) to Kubernetes ([toolforge-jobs framework](https://wikitech.wikimedia.org/wiki/Help:Toolforge/Jobs_framework))
1.0
Upgrade node.js version - Currently, the main webservice runs on node v12, and the check-service-up script runs as a cronjob on the Grid Engine which provides node v10 (deprecated), causing the entire codebase to rely on outdated and unmaintained versions of libraries and preventing use of more modern syntax. - Upgrade webservice to node16 - this is now officially offered (https://lists.wikimedia.org/hyperkitty/list/cloud-announce@lists.wikimedia.org/thread/WNTXLPUFXDA262I5EXLSOBVMQLPQA4WF/) - Update all dependencies which were downgraded for v10 compatibility - Migrate the cronjob from the Grid Engine (the standard crontab) to Kubernetes ([toolforge-jobs framework](https://wikitech.wikimedia.org/wiki/Help:Toolforge/Jobs_framework))
priority
upgrade node js version currently the main webservice runs on node and the check service up script runs as a cronjob on the grid engine which provides node deprecated causing the entire codebase to rely on outdated and unmaintained versions of libraries and preventing use of more modern syntax upgrade webservice to this is now officially offered update all dependencies which were downgraded for compatibility migrate the cronjob from the grid engine the standard crontab to kubernetes
1
759,145
26,581,275,731
IssuesEvent
2023-01-22 13:39:53
hengband/hengband
https://api.github.com/repos/hengband/hengband
closed
航海士『ナミ』のスペックを30F前後相当に引き上げる
enhancement Priority:LOW
当時、原作初期すら意識せず、ただの高級品ドロップコソ泥キャラとして雑に入れただけっぽいという話も風説程度Discordで確認したので、原作意識して強化する。同枠自体はチャー研や鼠小僧で増えているので、問題ないと思う。なんなら馬鹿馬鹿から汚くないネタ枠を移植する。 長寿漫画らしく、100巻近く現在に至っては巨大サンダー・ボールくらいは落とせるようだがひとまず中盤を意識して30F程度を提案。
1.0
航海士『ナミ』のスペックを30F前後相当に引き上げる - 当時、原作初期すら意識せず、ただの高級品ドロップコソ泥キャラとして雑に入れただけっぽいという話も風説程度Discordで確認したので、原作意識して強化する。同枠自体はチャー研や鼠小僧で増えているので、問題ないと思う。なんなら馬鹿馬鹿から汚くないネタ枠を移植する。 長寿漫画らしく、100巻近く現在に至っては巨大サンダー・ボールくらいは落とせるようだがひとまず中盤を意識して30F程度を提案。
priority
航海士『ナミ』 当時、原作初期すら意識せず、ただの高級品ドロップコソ泥キャラとして雑に入れただけっぽいという話も風説程度discordで確認したので、原作意識して強化する。同枠自体はチャー研や鼠小僧で増えているので、問題ないと思う。なんなら馬鹿馬鹿から汚くないネタ枠を移植する。 長寿漫画らしく、 ・ 。
1
219,414
7,342,097,994
IssuesEvent
2018-03-07 06:07:20
smrealms/smr
https://api.github.com/repos/smrealms/smr
closed
Recieve Newsletter yes/no oprion to player pref and admin tools
Low Priority enhancement
Add buttos under player preferences to recieve .newsletter. Add same to admin edit account tools
1.0
Recieve Newsletter yes/no oprion to player pref and admin tools - Add buttos under player preferences to recieve .newsletter. Add same to admin edit account tools
priority
recieve newsletter yes no oprion to player pref and admin tools add buttos under player preferences to recieve newsletter add same to admin edit account tools
1
243,852
7,867,926,051
IssuesEvent
2018-06-23 15:04:48
RumiaGIT/RumiaBot
https://api.github.com/repos/RumiaGIT/RumiaBot
closed
Create advertisement notification whitelist commands
Priority: Low Type: Enchancement
Create commands to accompany the advertisement notification whitelist that allow for insertion and deletion of server ids. In addition, create new, proper error messages for these commands.
1.0
Create advertisement notification whitelist commands - Create commands to accompany the advertisement notification whitelist that allow for insertion and deletion of server ids. In addition, create new, proper error messages for these commands.
priority
create advertisement notification whitelist commands create commands to accompany the advertisement notification whitelist that allow for insertion and deletion of server ids in addition create new proper error messages for these commands
1
206,464
7,112,547,984
IssuesEvent
2018-01-17 17:21:58
marklogic-community/data-explorer
https://api.github.com/repos/marklogic-community/data-explorer
opened
FERR-92 - Provide clear messages on query/view definition
Component - UI JIRA Migration Priority - Low Type - Task
**Original Reporter:** @markschiffner **Created:** 15/Jan/18 8:09 AM # Description Add messages on the screen(s) to create query and view of the difference: - Query: Choose elements you would like to query against - View: Choose elements you would like to see in output
1.0
FERR-92 - Provide clear messages on query/view definition - **Original Reporter:** @markschiffner **Created:** 15/Jan/18 8:09 AM # Description Add messages on the screen(s) to create query and view of the difference: - Query: Choose elements you would like to query against - View: Choose elements you would like to see in output
priority
ferr provide clear messages on query view definition original reporter markschiffner created jan am description add messages on the screen s to create query and view of the difference query choose elements you would like to query against view choose elements you would like to see in output
1
129,882
5,105,189,749
IssuesEvent
2017-01-05 05:55:05
HuskieRobotics/roborioExpansion
https://api.github.com/repos/HuskieRobotics/roborioExpansion
closed
Don't clear entire buffer before each read
low-priority Propeller FW
```bytefill(@serialBuffer, 0, 256)``` This really just isn't needed, we can just add a null byte after our last read byte, and everything should stay functional. This will speed up those routines considerably.
1.0
Don't clear entire buffer before each read - ```bytefill(@serialBuffer, 0, 256)``` This really just isn't needed, we can just add a null byte after our last read byte, and everything should stay functional. This will speed up those routines considerably.
priority
don t clear entire buffer before each read bytefill serialbuffer this really just isn t needed we can just add a null byte after our last read byte and everything should stay functional this will speed up those routines considerably
1
486,663
14,012,340,921
IssuesEvent
2020-10-29 08:54:04
SUSE/doc-cap
https://api.github.com/repos/SUSE/doc-cap
closed
[doc] 4.10.1 Configuration
bug low priority
4.10.1 Configuration: https://documentation.suse.com/suse-cap/2.1/single-html/cap-guides/#id-1.3.4.4.13.4 >Warning: us-east-1 as Only Valid Region This does not appear to be true; other regions are working as well.
1.0
[doc] 4.10.1 Configuration - 4.10.1 Configuration: https://documentation.suse.com/suse-cap/2.1/single-html/cap-guides/#id-1.3.4.4.13.4 >Warning: us-east-1 as Only Valid Region This does not appear to be true; other regions are working as well.
priority
configuration configuration warning us east as only valid region this does not appear to be true other regions are working as well
1
791,495
27,865,401,427
IssuesEvent
2023-03-21 09:55:14
scaleway/scaleway-cli
https://api.github.com/repos/scaleway/scaleway-cli
opened
If no id is present during a get operation, have a way to fetch all the resources and ask the user which one they want
enhancement ux priority:lowest workflow
### Description Let's suppose a user does this: `scw instance server get` This should give an error because no id is present, but instead, we should perform in the background a list on the given zone, and offer a multi-choice prompt with the id and the name of the available servers. Once a server is selected, the get happens normally. This could help ensure that even with a missing id, the user still finds the server they are looking for. ### How I imagine scw could expose this functionality <!-- e.g. `scw namespace resource verb --some-flags` -->
1.0
If no id is present during a get operation, have a way to fetch all the resources and ask the user which one they want - ### Description Let's suppose a user does this: `scw instance server get` This should give an error because no id is present, but instead, we should perform in the background a list on the given zone, and offer a multi-choice prompt with the id and the name of the available servers. Once a server is selected, the get happens normally. This could help ensure that even with a missing id, the user still finds the server they are looking for. ### How I imagine scw could expose this functionality <!-- e.g. `scw namespace resource verb --some-flags` -->
priority
if no id is present during a get operation have a way to fetch all the resources and ask the user which one they want description let s suppose a user does this scw instance server get this should give an error because no id is present but instead we should perform in the background a list on the given zone and offer a multi choice prompt with the id and the name of the available servers once a server is selected the get happens normally this could help ensure that even with a missing id the user still finds the server they are looking for how i imagine scw could expose this functionality
1
148,715
5,694,656,066
IssuesEvent
2017-04-15 15:19:25
raspibo/eventman
https://api.github.com/repos/raspibo/eventman
closed
times not saved if not edited individually
bug priority: low
Begin and end times are not stored, if "save" is not clicked for each one.
1.0
times not saved if not edited individually - Begin and end times are not stored, if "save" is not clicked for each one.
priority
times not saved if not edited individually begin and end times are not stored if save is not clicked for each one
1
709,946
24,397,826,358
IssuesEvent
2022-10-04 21:03:42
NCAR/wrfcloud
https://api.github.com/repos/NCAR/wrfcloud
opened
Make YAML files use a consistent suffix
priority: low type: enhancement alert: NEED MORE DEFINITION
## Describe the Enhancement ## Currently our yaml files use a mix of `.yml` and `.yaml` suffixes. We should make this consistent. ### Time Estimate ### 2 hours ### Sub-Issues ### Consider breaking the enhancement down into sub-issues. - [ ] Decide on `.yaml` or `.yml` - [ ] Change relevant filenames and logic referencing those names ### Relevant Deadlines ### NONE ## Define the Metadata ## ### Assignee ### - [ ] Select **engineer(s)** or **no engineer** required - [ ] Select **scientist(s)** or **no scientist** required ### Labels ### - [ ] Select **component(s)** - [ ] Select **priority** ### Projects and Milestone ### - [ ] Select **Project** - [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas** ## Enhancement Checklist ## - [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**. - [ ] Fork this repository or create a branch of **develop**. Branch name: `feature_<Issue Number>/<Description>` - [ ] Complete the development and test your changes. - [ ] Add/update log messages for easier debugging. - [ ] Add/update tests. - [ ] Add/update documentation. - [ ] Push local changes to GitHub. - [ ] Submit a pull request to merge into **develop**. Pull request: `feature <Issue Number> <Description>` - [ ] Define the pull request metadata, as permissions allow. Select: **Reviewer(s)**, **Project**, and **Development** issue Select: **Milestone** as the next official version - [ ] Iterate until the reviewer(s) accept and merge your changes. - [ ] Delete your fork or branch. - [ ] Close this issue.
1.0
Make YAML files use a consistent suffix - ## Describe the Enhancement ## Currently our yaml files use a mix of `.yml` and `.yaml` suffixes. We should make this consistent. ### Time Estimate ### 2 hours ### Sub-Issues ### Consider breaking the enhancement down into sub-issues. - [ ] Decide on `.yaml` or `.yml` - [ ] Change relevant filenames and logic referencing those names ### Relevant Deadlines ### NONE ## Define the Metadata ## ### Assignee ### - [ ] Select **engineer(s)** or **no engineer** required - [ ] Select **scientist(s)** or **no scientist** required ### Labels ### - [ ] Select **component(s)** - [ ] Select **priority** ### Projects and Milestone ### - [ ] Select **Project** - [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas** ## Enhancement Checklist ## - [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**. - [ ] Fork this repository or create a branch of **develop**. Branch name: `feature_<Issue Number>/<Description>` - [ ] Complete the development and test your changes. - [ ] Add/update log messages for easier debugging. - [ ] Add/update tests. - [ ] Add/update documentation. - [ ] Push local changes to GitHub. - [ ] Submit a pull request to merge into **develop**. Pull request: `feature <Issue Number> <Description>` - [ ] Define the pull request metadata, as permissions allow. Select: **Reviewer(s)**, **Project**, and **Development** issue Select: **Milestone** as the next official version - [ ] Iterate until the reviewer(s) accept and merge your changes. - [ ] Delete your fork or branch. - [ ] Close this issue.
priority
make yaml files use a consistent suffix describe the enhancement currently our yaml files use a mix of yml and yaml suffixes we should make this consistent time estimate hours sub issues consider breaking the enhancement down into sub issues decide on yaml or yml change relevant filenames and logic referencing those names relevant deadlines none define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority projects and milestone select project select milestone as the next official version or backlog of development ideas enhancement checklist complete the issue definition above including the time estimate and funding source fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s project and development issue select milestone as the next official version iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue
1
328,962
10,010,531,916
IssuesEvent
2019-07-15 08:17:14
cortex-lab/Rigbox
https://api.github.com/repos/cortex-lab/Rigbox
closed
Reading and writing over multiple repositories
enhancement priority: low question
Currently the user can define only one path for each repository. **Problem**: When migrating to a new repository or splitting experiments over multiple repositories causes issues for analysis and loading previous parameters. **Solution**: Allow each repo field to be an array, perhaps with a flag to indicate whether the repos distribute data (i.e. during migrations), duplicate data (i.e. local vs main) or act as fallbacks (i.e. during server failures #155). ``` p.mainRepository = ["\\server1\Data"; "\\server2\Data"]; ``` We already have local vs master built in to the dat package, perhaps that should be expanded to include other options: ``` >> numel(dat.expFilePath(ref, 'parameters')) ans = 3 >> filePath = dat.expFilePath(ref, 'parameters', 'fallback') filePath = \\server2\Data ``` See also: https://github.com/cortex-lab/Rigbox/blob/c98a2477e37fd68a62f3a98988b93d6ba1e61640/%2Bdat/reposPath.m#L1-L4 Things to consider: * Searching multiple repositories may be slower as it will requires access to multiple locations then perhaps a collation step. Affect on performance would be minimal though. * How would the package deal with duplicates and conflicting data? How does the user prioritize the repositories?
1.0
Reading and writing over multiple repositories - Currently the user can define only one path for each repository. **Problem**: When migrating to a new repository or splitting experiments over multiple repositories causes issues for analysis and loading previous parameters. **Solution**: Allow each repo field to be an array, perhaps with a flag to indicate whether the repos distribute data (i.e. during migrations), duplicate data (i.e. local vs main) or act as fallbacks (i.e. during server failures #155). ``` p.mainRepository = ["\\server1\Data"; "\\server2\Data"]; ``` We already have local vs master built in to the dat package, perhaps that should be expanded to include other options: ``` >> numel(dat.expFilePath(ref, 'parameters')) ans = 3 >> filePath = dat.expFilePath(ref, 'parameters', 'fallback') filePath = \\server2\Data ``` See also: https://github.com/cortex-lab/Rigbox/blob/c98a2477e37fd68a62f3a98988b93d6ba1e61640/%2Bdat/reposPath.m#L1-L4 Things to consider: * Searching multiple repositories may be slower as it will requires access to multiple locations then perhaps a collation step. Affect on performance would be minimal though. * How would the package deal with duplicates and conflicting data? How does the user prioritize the repositories?
priority
reading and writing over multiple repositories currently the user can define only one path for each repository problem when migrating to a new repository or splitting experiments over multiple repositories causes issues for analysis and loading previous parameters solution allow each repo field to be an array perhaps with a flag to indicate whether the repos distribute data i e during migrations duplicate data i e local vs main or act as fallbacks i e during server failures p mainrepository we already have local vs master built in to the dat package perhaps that should be expanded to include other options numel dat expfilepath ref parameters ans filepath dat expfilepath ref parameters fallback filepath data see also things to consider searching multiple repositories may be slower as it will requires access to multiple locations then perhaps a collation step affect on performance would be minimal though how would the package deal with duplicates and conflicting data how does the user prioritize the repositories
1
178,889
6,619,835,094
IssuesEvent
2017-09-21 13:42:11
inf3rno/capability
https://api.github.com/repos/inf3rno/capability
opened
A different API might be better
feature priority:low
The current API relies on strings, which can be mistypes and can't be auto completed properly with jsdoc3. I need to rething the API. I remember chosing this solution because I don't have to care about reserved words this way. It is necessary to check whether this is justified or I could use an object+method based API, which I can document with jsdoc3.
1.0
A different API might be better - The current API relies on strings, which can be mistypes and can't be auto completed properly with jsdoc3. I need to rething the API. I remember chosing this solution because I don't have to care about reserved words this way. It is necessary to check whether this is justified or I could use an object+method based API, which I can document with jsdoc3.
priority
a different api might be better the current api relies on strings which can be mistypes and can t be auto completed properly with i need to rething the api i remember chosing this solution because i don t have to care about reserved words this way it is necessary to check whether this is justified or i could use an object method based api which i can document with
1
336,967
10,208,410,861
IssuesEvent
2019-08-14 10:02:37
MDAnalysis/mdanalysis
https://api.github.com/repos/MDAnalysis/mdanalysis
closed
IO error when loading a pdb string
Priority-Low
**Expected behavior** I'm trying to load a pdb string ```python from six import StringIO import MDAnalysis as mda pdb = ''' ATOM 1 N LEU 1 32.310 13.778 14.372 1.00 0.00 SYST N 0 ATOM 2 OW SOL 2 3.024 4.456 4.147 1.00 0.00 SYST H 0''' u = mda.Universe(StringIO(pdb), format="pdb") ``` I would expect this code to not trigger any error/. **Actual behavior** ``` Exception ignored in: <bound method ReaderBase.__del__ of <PDBReader None with 1 frames of 2 atoms>> Traceback (most recent call last): File "~//Documents/GitHub/mdanalysis/package/MDAnalysis/coordinates/base.py", line 2083, in __del__ File "~//Documents/GitHub/mdanalysis/package/MDAnalysis/coordinates/PDB.py", line 415, in close File "~/Documents/GitHub/mdanalysis/package/MDAnalysis/lib/util.py", line 720, in close File "~Documents/GitHub/mdanalysis/package/MDAnalysis/lib/util.py", line 662, in reset ValueError: I/O operation on closed file ``` **Currently version of MDAnalysis** The mda version is the one which I pulled from develop this Monday py version is py36 system is osx
1.0
IO error when loading a pdb string - **Expected behavior** I'm trying to load a pdb string ```python from six import StringIO import MDAnalysis as mda pdb = ''' ATOM 1 N LEU 1 32.310 13.778 14.372 1.00 0.00 SYST N 0 ATOM 2 OW SOL 2 3.024 4.456 4.147 1.00 0.00 SYST H 0''' u = mda.Universe(StringIO(pdb), format="pdb") ``` I would expect this code to not trigger any error/. **Actual behavior** ``` Exception ignored in: <bound method ReaderBase.__del__ of <PDBReader None with 1 frames of 2 atoms>> Traceback (most recent call last): File "~//Documents/GitHub/mdanalysis/package/MDAnalysis/coordinates/base.py", line 2083, in __del__ File "~//Documents/GitHub/mdanalysis/package/MDAnalysis/coordinates/PDB.py", line 415, in close File "~/Documents/GitHub/mdanalysis/package/MDAnalysis/lib/util.py", line 720, in close File "~Documents/GitHub/mdanalysis/package/MDAnalysis/lib/util.py", line 662, in reset ValueError: I/O operation on closed file ``` **Currently version of MDAnalysis** The mda version is the one which I pulled from develop this Monday py version is py36 system is osx
priority
io error when loading a pdb string expected behavior i m trying to load a pdb string python from six import stringio import mdanalysis as mda pdb atom n leu syst n atom ow sol syst h u mda universe stringio pdb format pdb i would expect this code to not trigger any error actual behavior exception ignored in traceback most recent call last file documents github mdanalysis package mdanalysis coordinates base py line in del file documents github mdanalysis package mdanalysis coordinates pdb py line in close file documents github mdanalysis package mdanalysis lib util py line in close file documents github mdanalysis package mdanalysis lib util py line in reset valueerror i o operation on closed file currently version of mdanalysis the mda version is the one which i pulled from develop this monday py version is system is osx
1
792,960
27,978,250,824
IssuesEvent
2023-03-25 21:13:33
AlexPerathoner/SlimHUD
https://api.github.com/repos/AlexPerathoner/SlimHUD
closed
Create proper documentation in wiki
enhancement priority:low
Add pages in Wiki with infos useful for contributors / me: - [ ] general functioning of the systems: classes, observers, controllers... - [x] GH actions: how to create releases, beta releases, how they work, what they do
1.0
Create proper documentation in wiki - Add pages in Wiki with infos useful for contributors / me: - [ ] general functioning of the systems: classes, observers, controllers... - [x] GH actions: how to create releases, beta releases, how they work, what they do
priority
create proper documentation in wiki add pages in wiki with infos useful for contributors me general functioning of the systems classes observers controllers gh actions how to create releases beta releases how they work what they do
1
684,056
23,405,201,272
IssuesEvent
2022-08-12 12:08:50
Australian-Genomics/CTRL
https://api.github.com/repos/Australian-Genomics/CTRL
opened
Re-enable Cucumber scenario: `User to send message successfully`
priority: low difficulty: medium
As part of the resolution to https://github.com/Australian-Genomics/CTRL/issues/18, the [`User to send message successfully` scenario](https://github.com/Australian-Genomics/CTRL/blob/6190fab2d63c44ff19e06a168fa271e59473448d/features/dashboard/contact_us.feature#L59-L69) was disabled in the interests of time. This ticket is to re-enable the test.
1.0
Re-enable Cucumber scenario: `User to send message successfully` - As part of the resolution to https://github.com/Australian-Genomics/CTRL/issues/18, the [`User to send message successfully` scenario](https://github.com/Australian-Genomics/CTRL/blob/6190fab2d63c44ff19e06a168fa271e59473448d/features/dashboard/contact_us.feature#L59-L69) was disabled in the interests of time. This ticket is to re-enable the test.
priority
re enable cucumber scenario user to send message successfully as part of the resolution to the was disabled in the interests of time this ticket is to re enable the test
1
441,757
12,731,796,374
IssuesEvent
2020-06-25 09:22:51
BlockResearchGroup/compas-RV2
https://api.github.com/repos/BlockResearchGroup/compas-RV2
closed
throw explicit error messages (print)
Enhancement Priority: Low
when some of the helper functions are not usable/applicable (i.e. corner selection or continuous edges do not (at least not yet) work for non-quad meshes)
1.0
throw explicit error messages (print) - when some of the helper functions are not usable/applicable (i.e. corner selection or continuous edges do not (at least not yet) work for non-quad meshes)
priority
throw explicit error messages print when some of the helper functions are not usable applicable i e corner selection or continuous edges do not at least not yet work for non quad meshes
1
242,222
7,839,537,746
IssuesEvent
2018-06-18 13:58:23
ekumenlabs/ekumenlabs.github.io
https://api.github.com/repos/ekumenlabs/ekumenlabs.github.io
closed
Responsive view of Team not working properly
Bug Priority: Low
Team rendering view isn't responding well smaller viewports. ![image](https://user-images.githubusercontent.com/10169300/41418379-f1ef8fec-6fc5-11e8-8b1f-840bd7b2e9ab.png)
1.0
Responsive view of Team not working properly - Team rendering view isn't responding well smaller viewports. ![image](https://user-images.githubusercontent.com/10169300/41418379-f1ef8fec-6fc5-11e8-8b1f-840bd7b2e9ab.png)
priority
responsive view of team not working properly team rendering view isn t responding well smaller viewports
1
346,580
10,416,649,579
IssuesEvent
2019-09-14 15:18:37
EasyX-Community/EasyNOMP-old
https://api.github.com/repos/EasyX-Community/EasyNOMP-old
reopened
x16r Bitcash does not work, invalid block hex
bug low priority
Bitcash does not work, invalid block hex: > [2019-08-09T13:38:12.623Z] [info] [pexacoin] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T13:38:16.912Z] [info] [bitcash] [Pool [:1]] : No new blocks for 55 seconds - updating transactions & rebroadcasting work > [2019-08-09T13:38:16.914Z] [info] [bitcash] [Pool [:1]] : DIFFICULTY>UPDATE> diff: 68.30709562 miner: b2UJNn4fzckYSseYUEBhxgk7yXHw7d8W8f5jDqRRi2iE9YwRtF4y worker: TREX3 > [2019-08-09T13:38:26.417Z] [silly] [bitcash] [Pool [:1]] : mining.submit message from miner > [2019-08-09T13:38:26.417Z] [silly] [bitcash] [Pool [:1]] : mining.submit event, params = {"name":"b2UJNn4fzckYSseYUEBhxgk7yXHw7d8W8f5jDqRRi2iE9YwRtF4y.TREX1","jobId":"127","extraNonce2":"b7050000","nTime":"5d4d7748","nonce":"45aa260b"} > [2019-08-09T13:38:26.417Z] [silly] [bitcash] [Pool [:1]] : Trying to process share in jobmanager > [2019-08-09T13:38:26.418Z] [silly] [bitcash] [Pool [:1]] : extraNonce2.length / 2 !== _this.extraNonce2Size > [2019-08-09T13:38:26.418Z] [silly] [bitcash] [Pool [:1]] : typeof job === 'undefined' || job.jobId != jobId > [2019-08-09T13:38:26.419Z] [silly] [bitcash] [Pool [:1]] : nTime.length !== 8 > [2019-08-09T13:38:26.419Z] [silly] [bitcash] [Pool [:1]] : nTime, 16 > [2019-08-09T13:38:26.419Z] [silly] [bitcash] [Pool [:1]] : nonce.length !== 8 > [2019-08-09T13:38:26.420Z] [silly] [bitcash] [Pool [:1]] : !job.registerSubmit(extraNonce1, extraNonce2, nTime, nonce) > [2019-08-09T13:38:26.420Z] [silly] [bitcash] [Pool [:1]] : extraNonce1Buffer = 60000001 > [2019-08-09T13:38:26.420Z] [silly] [bitcash] [Pool [:1]] : extraNonce2Buffer = b7050000 > [2019-08-09T13:38:26.421Z] [silly] [bitcash] [Pool [:1]] : coinbaseBuffer = 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bbe7070448774d5d0860000001b70500000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9eda9505f236fb6e0f2a882fd1f2e02d171e092f5bae4a952ffebd63fa1020f1d4df1655d81040000002676a9140255686b7df81a21db148393668482b85f3393b882a835d7ee3893c7d78479cec488ac00000000 > [2019-08-09T13:38:26.421Z] [silly] [bitcash] [Pool [:1]] : coinbaseHash = 8eefc292afcb2c4a56bc2a07171466bb37400b74e1a908982f405395927da238 > [2019-08-09T13:38:26.422Z] [silly] [bitcash] [Pool [:1]] : merkleRoot = a5204537237f8b90fc72d6337ccbf6aa5fee431ac8a3f22c5377592ef5a4a7a2 > [2019-08-09T13:38:26.422Z] [silly] [bitcash] [Pool [:1]] : headerBuffer = 0c000020d79b0c99e53bd8e4e342003115f8252d98a98ec68fa432780ff3160000000000a2a7a4f52e5977532cf2a3c81a43ee5faaf6cb7c33d672fc908b7f23374520a548774d5de4321f1b0b26aa45 > [2019-08-09T13:38:26.422Z] [silly] [bitcash] [Pool [:1]] : headerHash = 56b94d3aeb654c59768fb43bb2ae9b820539a4c7893661773c89f9a100000000 > [2019-08-09T13:38:26.423Z] [silly] [bitcash] [Pool [:1]] : headerBigNum = a1f9893c77613689c7a43905829baeb23bb48f76594c65eb3a4db956 > [2019-08-09T13:38:26.423Z] [silly] [bitcash] [Pool [:1]] : shareDiff = 404.6000989371007 > [2019-08-09T13:38:26.423Z] [silly] [bitcash] [Pool [:1]] : blockDiffAdjusted = 537743.905814528 > [2019-08-09T13:38:26.424Z] [silly] [bitcash] [Pool [:1]] : blockHexInvalid = 0c000020d79b0c99e53bd8e4e342003115f8252d98a98ec68fa432780ff3160000000000a2a7a4f52e5977532cf2a3c81a43ee5faaf6cb7c33d672fc908b7f23374520a548774d5de4321f1b0b26aa451601000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bbe7070448774d5d0860000001b70500000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9eda9505f236fb6e0f2a882fd1f2e02d171e092f5bae4a952ffebd63fa1020f1d4df1655d81040000002676a9140255686b7df81a21db148393668482b85f3393b882a835d7ee3893c7d78479cec488ac0000000006000000040001fdb07a2189dadf4980971f65663ca160a80f1ab1ff698aded4250a00d1ccb20000000049483045022100e267be8850fba1c57304b10053f8d0964cd8d7001e66dbab39a114971db29dd7022020bbfcca2eb41513320526e0aac2e51162ebb73e7aaa216c5a88963ebc5f716701feffffff00bef8bbd2c9308d24f9a21515df91b9662402f2bc8a1b7d9af23d16b526c9bb9a00000000484730440220736ed96fac7f74ee32afc8496e8632d55b0a36a063408198e4403a14b704876502200d574da9ba52bc5321bd1a47914008e25641fd3f9524b8f443ac007050adfc7401feffffff001fc6da825e84e317e3961bec343285901dbd9f5e4688d330a574163a6de0e0c800000000494830450221008e6270a2f192aae876fd21fb0da993cddc90b466e5e48c273ecd2cee5f1cf7450220775a09c667b09b4fb4a6ca4e6463659c3a583b21c10b23e6112a2d4258fd6f0e01feffffff003020b441531328c3c9ef10672d3cf2171ecfd9f859dcb49780c51251ceed171600000000484730440220394a57e18c825e05e0d31094a3571e35fe979e1c0f3a6954270f312f34958d5102202804b842a0d4e7019e6bec460276a2f5500674ba0f9643eb0db08da21e46f13201feffffff020a0f67d3060000002321020314a5962d0159bb2a2c0842142b02a09b7de063a70e8c31efa07178b9806396ac002103a87189da4e48b001e6e39b1dfe8015a3b600dcf1fe56d03de9558267ea8595e0d1542440380a2ab63ae6fc7385644705254907ef74260212a3cc2546805c8ecb0048da0a0f67d306000000004ec918010000000023210313e4bbf30209803f54ad78159110033b24475e9749f907870bbfe3c8f0a5cfe8ac0021029c80920e8842c0b0f13c9ee8f390792ee4c6064d7171be8248b7c37f5c3a83dd2f0f1e219da3819ac09cbf4021f0ff5fe358b5e952f6908c5895c14075bfe3780014844ec918010000000000bae70700060000000100e08e5175114aad98e5e2222fc5cd1a6cad32c5797e25971d331558614b6174e200000000484730440220377938512ffbe4c5c70520bd15647ed904a08feffea178fc10c7b2bb11d7388802207202373fd726a71eac12916bde55efab893c063666a0c6b08d6e65c5c25daf4901feffffff024674200700000000232103b2d4c66d2faded618401af79ddc7bd568553ad6ea81154f7314189d49946f881ac00210320a2fa5f9668710ccc1c908d3a20d659862abcef4c2c14e9ce68a6ff5df7bbaba6d44a5f73a44708d1efb18b6d294fdc81e923717480916c4fb0e6f13ebb24b3006806467420070000000000c3f4387a04000000232103a97517a40626df65fdb7b883d6dce64deb94f639a6f5912b1d83c025157d4a91ac002102aa7be8416b701a5fff57c2d9914fb320243b0791675f7c14ea3c41f3d00569ed98fd5c314590372b52efc1a2308bb9e45b933db31d24bf5c22469b82304d5eb5001484c3f4387a0400000000bae70700060000000100a4fd5fa15e3fcacd274fa2e4c0d27dab38b8b241709114c09e42d505f4a34b5c0000000048473044022055bb349b46648b35a15b3fdf7f745285a37af48778ca4698981d8b81babd387602206bb059cdc4024263399886204f7cd2b64d8769544ea79170367d1fb0ad30aa7f01feffffff02cc473a5700000000232103ca2e6b2cb00673232ce4fb58ca235eadfe652d0c717290e35d70f0fdef40a8f3ac002102176490cf2bbc3462bfa58009663eeac02d2e6f9caba030ca56a1f1584298bc68e4d8cafca3bc62d877beead92f71d8f0d1d833d82eace792da6b52ff5c4ea1a20026a3cc473a5700000000002e6c28050400000023210307d6b633da837bc8f463354fa7a7aba59d93b799ff00901172aa2128bde7a56cac0021025275f2f7e159cf854ceec7b5e50240d043b2e18aea3366d40858a00a7819f905a71f3306ca59349de3bff796489d7743bffe35e20c0473d665eb2e9744e7f9c40014842e6c28050400000000bae70700060000000100be7e49d895da8206691be92d7dd2f3fc8c0444dedc3bd469e56ff85754aa84f30000000048473044022010ec7d418d2a30c4eb7bd74a41a58c778bf64024e3a0c483d2d347202704598402204043b62765543f3aa20f1094c64a461a5a9cf48661d58caf7542bd976b39dd6901feffffff02cad784cd0100000023210277f81df6b963c6ce7bf4204bb554d92605faf8a3c447ae5a93e2cfd51d56d21aac0021038a19304d5dd0a3d63946c38f81436be95bbc81269ea245b05ee9d4d9e00267ebd7769fd1638457d836f3bdc7f407d8874f68e10ceaf6664ad5abc8d27936d037007030cad784cd0100000000d15e70fe000000002321030979d85bf9a3d77e1e7d8bc8ae41e09b393e83616e244100fa87703d7b8a2ed5ac0021038f5d71e7a6c9cd3acfd94e68de71a6a3885e7ab6e4f4affec967d0c714370b8cf7e9968dba9cd7936abeb369bb379400fbe9c4bbc9fa3a6d3aec85712a020f02001484d15e70fe0000000000bae70700060000000100f21b0bc8be7e8c193284653fa73b5a579c84beb4e054eb8ffe185dff65ae694a00000000484730440220296eb0cf297c48aa3de197c72fbde5833626410483d9f7dff11b8a87bb55440b02201d906d69210f85e56dc6f20466fbd9b7ec867848fbce0662f25fd4362fd26beb01feffffff02ae3fd42900000000232102da347940b32e720a65bd3631e1623dfe7971a6bbb4800e1827c78c10dbe335bdac0021036161b0363bd3011f0a3d2675bb6103167cf5b4e6f37e38303529a81157f46353a0d9d5192884d2a202f47e7e66d978fbe03e5c26f9d73982b9ab08393633b888009b09ae3fd42900000000005b298557040000002321028d4199819bc355ee4cc7852e1237416febb8aa418bb34f8e59ca36826292103aac00210221ac68ea3b5327f094ee1c67baa7def9c641701d96fb93d6a927589e82582a2c637ac7a0ec4042ca925b19ce5f5e34ff97251eade6d5ebf07d2d4799221d7c400014845b2985570400000000bae70700060000000100c6fafe045af74c734fac34778d3bdd5fc81d2bfa5385abf9bc5e889dea74eb5e0000000048473044022004557bb864f1c376056a3dec5aa46962f7823ee98c631710a7092afe9f307d7202201bafed9613082971600b08ce54b3c47a7011c808e7984c7471b5cdad7f5fa3c701feffffff0204506f49040000002321035bf3d0bb4d2b1bc999f43219f6e0c44634d05a4c10718e3feed96b2e2c8352b4ac002102395861038658dfa701208f3ec233c54ebec67ab2dd2912b9ac3072a1147f7f04bf9e8878abecbf7758f9c344e815e575ddda64eb95ce423c436324c53105cc8d00148404506f49040000000000249b31000000002321022506024bc2d147a8e734e9422bc067b99019aebde281033f6af3f064976d8633ac002102d6f03a7cecd880d7309ed103c4b9533984311bc79a2a9773987604b44d22b7da8d78e13621217da2f80efbd400a222d7eaf317930a9d82cdf4a6d62fa0beb7b800e32c00249b310000000000bae7070006000000010047611a9f8be4a981d0e0187c4369ac12d6e92263fc5332f2df5b77d4ebc4e0d5000000004847304402200b7f6aefe790f3a3b5cd7f2f8732dd85d2952c14975b8d7514ca7592b1583d7a02203da8021252f7fc029d292351e943739b134792e343460f852f1704ea44b9ed4b01feffffff029e63433701000000232102b183ee06b2c1c68d2f6aea12eb2c707e15f1f0f4e3eae110619adb22955e1fc7ac0021030d966bba5c0c73df1d0d8b7e7418fdc88f913dc77b4528c34570b0f8c2415a9f60288644d5fed9e61c64d441d3a43713125231aee186d1d0cc75b74a5747f3fe0064b19e6343370100000000e02103ba0200000023210256009a7eb19bf3e6b4063161e064a66ac316531c26195ec8c4444740d7a67af7ac002103b774396300038d2eeac2aba90e2159d1e9dfc79214446cbe0d8a64423fa81b67b638dcbc13f6ab49bdb8ace656df3296b538acc784127ba449166d543c6dd458001484e02103ba0200000000bae70700060000000100d77ae5b1d95fd56e19d2d98f635c18bf2d510bd6b32db396063d3ab4a6c81228000000004847304402201e7c33c45bbfeecd0a63e75e8da0ff7cc49a067648f7ca2452d95ac736a7230002204e59499b7b9aa8e7ed319ab745dd00515ddb8e7ae88e2a4ece524d23b5c8420701feffffff020dad45660400000023210217c47191716017ccfaf25956a5fa8b2ef2cb6fd42db9266bc6f179b175bf81b4ac002103304543eb9a4662f3a3f43f9fd87ffb4c734af5e5c1884da4a95be2ff506f7be61305a5a0c486da1a3805f103d74f740a42c334989131e230bc51f3e591871e700014840dad45660400000000fcbb131b0000000023210250c74335114c0d6036bbe5343bbece4a71d8536f3b63d24bc0934c2e42f3a77aac002103c3a1fab9ddddbe2e11fa5e25439294627ec9ed3a53068eabb09c3496256e8a6adde333a2976eb164324587fbf06e632a1c932b1da22f02e5146db8c45859f7f400d30efcbb131b0000000000bae70700060000000100e5dbe2b64a2ed5d906efb7244eb7ab5ffa946fcbd71bd5b577cae2105a265d400100000048473044022039b76c83d581aeebc4614efaae8e113053455c1184d27a6cf8aabc628a87815502202c39b11ad726921649bbb4372adaafdff36c6983c736068f54765a35430ea4e301feffffff029c845735040000002321028c8851e4ab69cb314b02a6d25cd22b042d231d46b61056d97ed54d66f70a0790ac0021030eb990300fe13b2a8997d90b7cfc44dd2aba0a1f4ef547781918905ba560f7856d9d83e5e76e307b3d73ccc90b768a6d175ca686dbe0a50cac04df99a5248c340014849c84573504000000003065e43500000000232103570338b3e6d0482af3f066645b93e8fe65c2b788fa0c8c69c462886ddf10ab38ac002102117072d7154ca51d6a3f5fed1c0268749809ba7828d7c6c76a749641ab0defcc8ece1449d422890d5119cffeacf75768bcae525ce8db3fa1266c62200df3d18800c0a93065e4350000000000bae7070006000000010086b3826c88a5c3c6c1d08bb048184d04ccfaa7cf531c7faab8b79abf443170f4010000004847304402202ca7e55ca3a6fd2536ac8f636053bcc7c832f31c6cca019bae1a73e69e927372022053cb20a3ff9f92258a22b47b0e59a4702992c332a948827d77f250926ce89c7901feffffff0212848b7e03000000232103b5695b9d16f89b93ba7cc8dd8a83b20fc7ddb75f429c1c80a58cec8d7613d9a8ac002103e53c30169a349825529a9a779557179a09b033b482e181c8d423aaeab3ea3fb7aad7f691499431385fa5fe7d14cd51470f3cb4e30b6ca72ab68c3cba7abd059000148412848b7e0300000000786cf6a6000000002321034535578157bbe918c1b268cd678085675f97764e1178f0daa632e44bfeefe9adac00210315faea57ea8c5b4639f380239d3dfdcb767015ee11bbb9748a0a2ba698ec5586f95a8fc149a5ebd20e3593ca79b4d0fa27055eca08fc66e48f16f77e3dc88329000973786cf6a60000000000bae70700060000000100157fcb18a50a69a7fb97564dcc3fb3c00c728f222445c6d709796a4238089161000000004847304402201f3c528f761c4112dc43dae8857fa24db809a4d992ac8e028fbe9eafbe4c4c0202201a5095bcf10ef73faa001d0f5399122fe760eca3b0fef90209cdb250c53e219001feffffff026ea6fa00040000002321020a482e2a5df03b0317d9693b9ab2b692b7960cc2c1c58d4273a060a8d81ff92fac0021033113ebe1a155164daef4cbc3c9ad786f873b2f3de20ecd1a24e592668f544b3229ebe27df82b47c5713d43bf38cfe7fb07d68ce03e40938e6fea9565f0e0904d0061de6ea6fa00040000000068f18104000000002321039912c9755c676f35bc8f05ab5766695003fbd7b55b020c9b4fa5fcfc576f91ecac0021032034fd0dbe3f18ba280107596ce1bcd9cdb494a802a8318bb34f892805af66faa687f01bf7f6af2e3e87aaebc37551dd083a7278b08ad2b1202eb706473dfbac00148468f181040000000000bae70700060000000100f7288437a6ce0ecc5cedf0eb575b96ee78daa2ab1198871f7a82976c53da1e1d000000004847304402206f847947f55ac4d1374024e0d4738bdd8ea3ac30692454ccfc188daa20f1209302204637cadc33b51ddf9bc45f89e555d89a29855544870057cace54867a2d96f67b01feffffff02122f9ca40000000023210249f6d034460fa294d79f6f4f213b9c1860a979ee0bcb17c8c4986d469c398b2cac002102b6c20c270f355b6c9e031e7abe9a90da56efe33a261e2439287e1f3c179732a25f5a621f519c5d72ef62464e4b91cb0915f83e827986eba19ad8d13b81eba59e0008ec122f9ca400000000008aaa0fad0300000023210356e2e582fc6047dc4bb82e9c9a5ba41818f3f51d383d1dcb5e8c761337d30d07ac0021033a32177b4c1f15700f602194299cde62f18280561738e56251376736386cebfc3dd8c1ebdef61201189c34f32da1accf3d98dfa5cd3601c7c21bf6ff2c6c103b0014848aaa0fad0300000000bae7070006000000010061a5a979d00aaa051b3067035d471436d16a2bbc4ae034d3d7e64f30d3846e950000000048473044022055266c4813e641ffe85e42009b7311693c5344c1e33f7d60b3c837a86982922a022079fb1b2dd8dea347b5462db2a92f518706c13c1a272d6fa649f33cfee6d9a35c01feffffff02051920730400000023210267233a8f4215df99158390ebc0b1a6cff9aa504b98810779801f3d881810ec9aac002102834bd1db1b17c5c5a4b11693a4b04745f14e0bec30853bdf2eb6f3aaa58ef6593ea1767ddbad7c70e2c66dc6ca8a6c066c2d582661378c52c8c8fa115387e9db0014840519207304000000000450390e000000002321022a9021cea7e980c7abdb27282829de6398d681cc5eb8c326fe3c4547c617cdcfac00210383a541e4653c9b97466fc6a0f84be4184bf2264ce5afd8cabebbc0de36aa57e8a0aca35b5b76c286037abeab8ea8d8dcf074b039fedec47222978c3d637bba8100e0810450390e0000000000bae707000600000001007ffa53ce37209197b63ea6be40d39aec427711644fe555fef059398f3682c0ef0100000048473044022028833100addd43c079c73413178878d6f598054b9756950e89f3a951a9de809a0220783f52f78c602af6e26aa96c502e764385e2717f2d019ab6717e81b99e3db6dc01feffffff027a4a6e250400000023210296b3252f4a32a0f44b5d63c6dde9a4a651ccaf77f0e9981c9151fe71e7a354ecac002102325765111fe57ce5f0cc5dea933e92cec9852a059a6b2d6a210ee37878b089329361d8c2cb46fa2444c7c7cce71005d3da4e31ec3b875e265add77456f51d5440014847a4a6e250400000000e8b1524000000000232102ebaa7496a6c9586aca1fbdd8088a3dcc2a02077410aea113d1231f259d6b3226ac0021027b34e2b42b31487b68c1c51098d82a137b191b3430e6da1d57a6a3681fd779c6d3bca5cb6d385d02098e6393d4b7930c524e207d0422bcfef0a891f90cba9d3d00191de8b152400000000000bae707000600000001004cc9b023d7f136cb054ea29ae228b786dee12a7c2e9caca9518ce9f0a55e29a7000000004847304402204387707f2cd65b2f6f680c0afb9fb50cec3697a33973ba91806ab5044bf329090220403ad8fdfa38c5acb3252794e540cfa19257aeb740ed101232f22e9a19ee8ad601feffffff0800d6268a00000000232103c8ab0d3b03785268c8d70809ac2f2e1b10e654a5f62259dc544be964982c4accac002103f91484d3f852d6f65621b8d1eef356d9c2e416c03d84e29df60f8e410dbda9ffc54f51ea1ba35a20de9f7da8a6985586200dadb44cce37a1f343314bc7176ba100d73a00d6268a00000000008eb00d3001000000232103021f91db16cb276491ea3547274cfb87ee6c9f92b7b495184b6a1f5ff446f553ac00210250ea92defb63cc2cc8cda32eb2b1d57a694a404e3c0d97722a21fabe85731bbe97349f258abef8f3e205f22d719ee5e919b92c8ac6932e96e89f17330fb56c1600bc008eb00d3001000000009e9db55e00000000232102eed5da16da013aec5dc10e641cc2738dda294e15aca9a8aafaaac6a107e2711fac002103eac45a72b14479cad1781857ff0a9b8eba0317ba416f073d5ef82c88f24cc40e490d7d2725a312923cbdd33e3c6fbd53b076fb5909f252266aed41ff58224fb9005d309e9db55e00000000000a67f129000000002321025d7f19c5d82024ded5867c9c047ca4e29813359f585d9fc2edc85241bdcc0dd9ac002102000c85182fd20800f15fb7e7e0489aea7dd6aa2aacfcfb2a3548af685a05d1aef781a60502943c437d09d9435abdd8f5c4e90d9b92234bd6e83e0ba624d1c7ea01869f0a67f129000000000052bd503a01000000232102c4a373f1e8fceaff952d0f15339084b62f84e3cc1d801e4e9cc7812e37b015aaac0021027d4da3366188332783d72a8a6f8a4b8442b78369ed449bff52c0784d85e99771ca88d4e31ae9569b5a27f4385b83a956be86794423b174ed2e27099653b71943003efa52bd503a0100000000081c4717000000002321033b21b5952553702398c451eeaa84f0cb118f791e60f668e7ac576ff7bc4b4ed8ac0021031c7f29f9ebfbbb53bc5af7c61b68b063fc1df6aa624aa9f3b270598adf3155cf6635dbc0cb4c9bc239836198539f8d5bb56e82d94e872d828272b774d09caebf000f22081c4717000000000091083b0b000000002321026a6ef7525c5d1078e9ec27e8a59f8bcdc37a21f51cdf7ddb70f69592b113a1feac002102ed974f5af62304d29400ed21f72b94c6569c9b0cbabb1c19afb93a02c2598dbfc2d01a91080c6922278c12ce4416e9d6097fc3640d8cfe98898c365c6617588d00ddde91083b0b000000000068abaae100000000232103a8385b1581f8fe21ae015617fbf8002bdd8446fe9343a05feb26e9b84a68e847ac0021027bcd87d5f033967ec42adb12d2d0aa940bffd5202c77f8af7d6e0ba17eefd74a0aff8fa8189978b4ad088dd3f26d4d90a2948f8f5d4aa2995256f0fe4255dc840101fe68abaae10000000000bae707000600000002003fb3374c4f5e16579c67d12392a7264be04cf97065cc8200e0ae35734ebaa88a0100000049483045022100e8e84bd8a947d91e043cfe258df44756fef92a1d45e5cc3853977751b76a60ae02207f6d3f281c23692029133987dba148c5d5b8df08cc81b53a7208928a2052f74801feffffff00322dd710b467c0c3020baf8b3591f7d951c6a7f09d770c7fd3494eb0e681fed70000000049483045022100d8b121687f3deb188d702187b6d08301aebde067c993a8db64a2f7f8a8870bf002200e3ae98710d342eecfd976e4951d07704fc05c73ca69e747023d25767f5b43e101feffffff02234ba80500000000232103bc696a8ddfe0a2a62bf5ca67560eee69c2f3e02c3ef08580039b8eb1c132da0eac002102b00ae31e5a4756d2363b47351f1de7213d91da5c7a9a010f649726d4b53504571694420caa3539d9467ce63e8a10db7893105c27bf6bca46ae149bdcdd59eaa1001484234ba8050000000000a440d21b00000000232102a29bb987ef52e2fa67195ddc87c413309a6de0fb6598621ce41e2ddb13c1c337ac0021033d37ed4f9461f64e54336eaac5c038fbd197413e514b7826efeaa951387a7ee4f4e48f8b4db1395510ca5b8c867ccf5e2946e9037b105f178f4d64a795d0e8b3001754a440d21b0000000000bae707000600000001004f6d027afae03eeceec2966ce4a1e76a1b1f2262148b30c0b9c914f604174a0f0000000049483045022100e42f4052cd4578797207b242e78a5bad4af3164ef5ad56a31eca1768fd08240b022029d1cc6d7be3534ef43467e5e2509a59009eeb878b4623a00cfb2e56a4cce10c01feffffff0259799f53040000002321033235b34909d556baea64b81c19cdc0fc8e2fe5c0426c65cb2ffc7b985c92555fac002102ec1a9f4fed6ec020cce720310bdec1132c2e94024147aab0646dffbc741da6afe1be8a191bf8afdd6c1c73834f04a395ec8ee3975fd73a7a2e916ac02c9b910e00148459799f530400000000b0efb92d000000002321020c1583a24bdfa0c395ba4c5d2aef4f3ce289c8e02d0a5497f183d1471450cc91ac00210249ada27b18d547f2a1a7cd993a7db57f9afe97f6c36d4ccf18c9ecf23be161bc5bec1852d8e099ec3ea224639dee48e2c889e88de5f6b66f00ce8ad757d67bdf001544b0efb92d0000000000bae707000600000001001969898c805ad42f4d53e6b1cc58e77646735d4de5537705e26afbfaca7c82540000000049483045022100fe00ebc74f7a71291fee373ef8d7cfface5ef502a9a71bd07c178d6f738bb3da022066430833f3c7fa5c548434af771bca1767664f98bc5be339cb2e0191f34df41701feffffff023921c405000000002321025a9707c139912972a0684cb45b0658f20747365ca18e95989f09153a3a8c669aac00210230e7e354cefde04035fdbece6f53d5b7ed95ce85b97b602b088792f70f3caaa5b20958fc1fab9b0b69d354f285523cd926be21a0414bc756fd42c066352af480006bd73921c4050000000000d047957b040000002321030aea526fb1d48fadea03ae4b89a975c83a991065892c4ca89d12f24c30582b13ac002102e6230909b8e9ce4a5f52e610be79bf16514e7b4876bf7310c6524830e59e4294f9d8852e374ef7f700d671b59c56c866d4aadeb407a4816e5cda9e7b4d8df22d009082d047957b0400000000bae70700060000000100b55badeac6d4193705858ebbf8a07cfeaa927ca28c0b6abf9b09e022a9e5176f0100000049483045022100fdb09c4b2d1e4d3e28bf1c799f7900472087aff2abb90440b5817deff21a98c7022041df81c33fd002dd350468460759760c34299ef71efb1b561bdf2371058ee2e101feffffff02668b87df01000000232103034397b5e16a57365529b899d57a1d0890d92c0277915dc4f23a158e7590266dac0021029b55a39dd16c15039447a4511da4498c2492afea3474232b4d534629f7e885b6f4579a23a9cf56eae1d8c5592cfdb99b67d097ec2b0f216b19d77c78def69591000497668b87df0100000000fed6a27a00000000232102984e4f96fad14ba06da19b6bbbda30bf473d47d93f3c4d73f1b4217e73b97919ac0021031d301591d5f8a8c23626c8963d847202f7f02f342e7d0a2721a880222fbe9583b7849a34ec36f999d0cade62cc854887a1aedf3f0507fa6a43c4a7bb1dd0eb15001484fed6a27a0000000000bae70700060000000100759059d3a1c5e169add639fd112d4c4871bd5c7ed91012a1595d9d7210f2e9c80100000049483045022100caf92273facdd17d0d0b8b893627c4b9a2f2bdf07d6deddcf0b94dac823f565f022026dbb08d582b962b3ac1f31e3bce70e28bd15064f869ff7abbf4284980b5aae801feffffff02d8e46b0c00000000232102b7dabf3bf2a969829068d34f8f7889337044902dedfb69f867ad9df43321fe12ac00210298202682b70f5c1925be28ac4dab69bbc3780b6f31141e8c46a89782bf1677affeb03a0ea4ee33a7c512235d7976f830b5df4abc041890f26347a3e180f4c0ad001484d8e46b0c0000000000cae0ee44030000002321039f948f3510b0859beac67a83a740c47ec0f0e84cb8708de9b5bcb935c239ea41ac002103101bdda77f34548e2d769266386fd5ee4743c70a4f2ed7b08218c4079b49d448dbea20e288b8b43c9b1ed9097b847f5b7bb8a5fe7a4becf082d9432930d8934000f912cae0ee440300000000bae707000600000001005066ea8f5be3c851705f000da08322b80d5c859b01e90330ba5400e37ed86f580100000049483045022100d77c2eebed07984276e5cc8dd8f9a9507ff28f9b58aa21a51fc7eb23bff6271202207ab642747074b30bc0f6c351e2c4ff003d954ace65b9f1473d26cf3f5863ff2701feffffff027a592df4030000002321026680f1fbb357061b46f41adf1c02ded6f7d116e53a68fda425800927d9f393fbac002103fb3a06c36aa0a57c23fc5b9e6e19b5d52b7e365c05388ce6d49ba88184f9506a9a3c9e37276729796c33a292ad5ab660e0ddae9d4ea7c2bb003d09e5ddd5c91a0014847a592df40300000000e2f7a066000000002321032aedc9bd99e56e0b675257f229c7488ab6d691b9077b6705ee96c214d5f43b5fac00210380f7bc318ca3060f4033129fdc000617b27fe57b62afa339c43a39b150eaf1d63d76c879cd1df798250b7430c3b1f2502011a17c4f9cca71c4ec01d0868750d5000163e2f7a0660000000000abe70700 > [2019-08-09T13:38:26.425Z] [silly] [bitcash] [Pool [:1]] : blockHashInvalid = 00000000a1f9893c77613689c7a43905829baeb23bb48f76594c65eb3a4db956 > > =================================================== > > > [2019-08-09T13:38:11.900Z] [silly] [bitcash] [Pool [:1]] : Trying to process share in jobmanager > [2019-08-09T13:38:11.900Z] [silly] [bitcash] [Pool [:1]] : extraNonce2.length / 2 !== _this.extraNonce2Size > [2019-08-09T13:38:11.901Z] [silly] [bitcash] [Pool [:1]] : typeof job === 'undefined' || job.jobId != jobId > [2019-08-09T13:38:11.901Z] [silly] [bitcash] [Pool [:1]] : nTime.length !== 8 > [2019-08-09T13:38:11.901Z] [silly] [bitcash] [Pool [:1]] : nTime, 16 > [2019-08-09T13:38:11.902Z] [silly] [bitcash] [Pool [:1]] : nonce.length !== 8 > [2019-08-09T13:38:11.902Z] [silly] [bitcash] [Pool [:1]] : !job.registerSubmit(extraNonce1, extraNonce2, nTime, nonce) > [2019-08-09T13:38:11.902Z] [silly] [bitcash] [Pool [:1]] : extraNonce1Buffer = 60000003 > [2019-08-09T13:38:11.903Z] [silly] [bitcash] [Pool [:1]] : extraNonce2Buffer = 90040000 > [2019-08-09T13:38:11.903Z] [silly] [bitcash] [Pool [:1]] : coinbaseBuffer = 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bbe7070411774d5d0860000003900400000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9eda9505f236fb6e0f2a882fd1f2e02d171e092f5bae4a952ffebd63fa1020f1d4df1655d81040000002676a9140255686b7df81a21db148393668482b85f3393b882a835d7ee3893c7d78479cec488ac00000000 > [2019-08-09T13:38:11.903Z] [silly] [bitcash] [Pool [:1]] : coinbaseHash = 22bc4863cd5052498a9bc21305ae1fe60b63a0889aea30e7133d33ee53853b16 > [2019-08-09T13:38:11.904Z] [silly] [bitcash] [Pool [:1]] : merkleRoot = cfe96b2731a7b709e55cf0cfb5fd215c8661b1c69967125c038061905c893b7d > [2019-08-09T13:38:11.904Z] [silly] [bitcash] [Pool [:1]] : headerBuffer = 0c000020d79b0c99e53bd8e4e342003115f8252d98a98ec68fa432780ff31600000000007d3b895c906180035c126799c6b161865c21fdb5cff05ce509b7a731276be9cf11774d5de4321f1b36568e61 > [2019-08-09T13:38:11.904Z] [silly] [bitcash] [Pool [:1]] : headerHash = 81612f5075e5801006fcacde773995cba0eaa17c817006e7a7947f8e03000000 > [2019-08-09T13:38:11.905Z] [silly] [bitcash] [Pool [:1]] : headerBigNum = 038e7f94a7e70670817ca1eaa0cb953977deacfc061080e575502f6181 > [2019-08-09T13:38:11.905Z] [silly] [bitcash] [Pool [:1]] : shareDiff = 71.9770652325303 > [2019-08-09T13:38:11.906Z] [silly] [bitcash] [Pool [:1]] : blockDiffAdjusted = 537743.905814528 > [2019-08-09T13:38:11.906Z] [silly] [bitcash] [Pool [:1]] : blockHexInvalid = 0c000020d79b0c99e53bd8e4e342003115f8252d98a98ec68fa432780ff31600000000007d3b895c906180035c126799c6b161865c21fdb5cff05ce509b7a731276be9cf11774d5de4321f1b36568e611601000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bbe7070411774d5d0860000003900400000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9eda9505f236fb6e0f2a882fd1f2e02d171e092f5bae4a952ffebd63fa1020f1d4df1655d81040000002676a9140255686b7df81a21db148393668482b85f3393b882a835d7ee3893c7d78479cec488ac0000000006000000040001fdb07a2189dadf4980971f65663ca160a80f1ab1ff698aded4250a00d1ccb20000000049483045022100e267be8850fba1c57304b10053f8d0964cd8d7001e66dbab39a114971db29dd7022020bbfcca2eb41513320526e0aac2e51162ebb73e7aaa216c5a88963ebc5f716701feffffff00bef8bbd2c9308d24f9a21515df91b9662402f2bc8a1b7d9af23d16b526c9bb9a00000000484730440220736ed96fac7f74ee32afc8496e8632d55b0a36a063408198e4403a14b704876502200d574da9ba52bc5321bd1a47914008e25641fd3f9524b8f443ac007050adfc7401feffffff001fc6da825e84e317e3961bec343285901dbd9f5e4688d330a574163a6de0e0c800000000494830450221008e6270a2f192aae876fd21fb0da993cddc90b466e5e48c273ecd2cee5f1cf7450220775a09c667b09b4fb4a6ca4e6463659c3a583b21c10b23e6112a2d4258fd6f0e01feffffff003020b441531328c3c9ef10672d3cf2171ecfd9f859dcb49780c51251ceed171600000000484730440220394a57e18c825e05e0d31094a3571e35fe979e1c0f3a6954270f312f34958d5102202804b842a0d4e7019e6bec460276a2f5500674ba0f9643eb0db08da21e46f13201feffffff020a0f67d3060000002321020314a5962d0159bb2a2c0842142b02a09b7de063a70e8c31efa07178b9806396ac002103a87189da4e48b001e6e39b1dfe8015a3b600dcf1fe56d03de9558267ea8595e0d1542440380a2ab63ae6fc7385644705254907ef74260212a3cc2546805c8ecb0048da0a0f67d306000000004ec918010000000023210313e4bbf30209803f54ad78159110033b24475e9749f907870bbfe3c8f0a5cfe8ac0021029c80920e8842c0b0f13c9ee8f390792ee4c6064d7171be8248b7c37f5c3a83dd2f0f1e219da3819ac09cbf4021f0ff5fe358b5e952f6908c5895c14075bfe3780014844ec918010000000000bae70700060000000100e08e5175114aad98e5e2222fc5cd1a6cad32c5797e25971d331558614b6174e200000000484730440220377938512ffbe4c5c70520bd15647ed904a08feffea178fc10c7b2bb11d7388802207202373fd726a71eac12916bde55efab893c063666a0c6b08d6e65c5c25daf4901feffffff024674200700000000232103b2d4c66d2faded618401af79ddc7bd568553ad6ea81154f7314189d49946f881ac00210320a2fa5f9668710ccc1c908d3a20d659862abcef4c2c14e9ce68a6ff5df7bbaba6d44a5f73a44708d1efb18b6d294fdc81e923717480916c4fb0e6f13ebb24b3006806467420070000000000c3f4387a04000000232103a97517a40626df65fdb7b883d6dce64deb94f639a6f5912b1d83c025157d4a91ac002102aa7be8416b701a5fff57c2d9914fb320243b0791675f7c14ea3c41f3d00569ed98fd5c314590372b52efc1a2308bb9e45b933db31d24bf5c22469b82304d5eb5001484c3f4387a0400000000bae70700060000000100a4fd5fa15e3fcacd274fa2e4c0d27dab38b8b241709114c09e42d505f4a34b5c0000000048473044022055bb349b46648b35a15b3fdf7f745285a37af48778ca4698981d8b81babd387602206bb059cdc4024263399886204f7cd2b64d8769544ea79170367d1fb0ad30aa7f01feffffff02cc473a5700000000232103ca2e6b2cb00673232ce4fb58ca235eadfe652d0c717290e35d70f0fdef40a8f3ac002102176490cf2bbc3462bfa58009663eeac02d2e6f9caba030ca56a1f1584298bc68e4d8cafca3bc62d877beead92f71d8f0d1d833d82eace792da6b52ff5c4ea1a20026a3cc473a5700000000002e6c28050400000023210307d6b633da837bc8f463354fa7a7aba59d93b799ff00901172aa2128bde7a56cac0021025275f2f7e159cf854ceec7b5e50240d043b2e18aea3366d40858a00a7819f905a71f3306ca59349de3bff796489d7743bffe35e20c0473d665eb2e9744e7f9c40014842e6c28050400000000bae70700060000000100be7e49d895da8206691be92d7dd2f3fc8c0444dedc3bd469e56ff85754aa84f30000000048473044022010ec7d418d2a30c4eb7bd74a41a58c778bf64024e3a0c483d2d347202704598402204043b62765543f3aa20f1094c64a461a5a9cf48661d58caf7542bd976b39dd6901feffffff02cad784cd0100000023210277f81df6b963c6ce7bf4204bb554d92605faf8a3c447ae5a93e2cfd51d56d21aac0021038a19304d5dd0a3d63946c38f81436be95bbc81269ea245b05ee9d4d9e00267ebd7769fd1638457d836f3bdc7f407d8874f68e10ceaf6664ad5abc8d27936d037007030cad784cd0100000000d15e70fe000000002321030979d85bf9a3d77e1e7d8bc8ae41e09b393e83616e244100fa87703d7b8a2ed5ac0021038f5d71e7a6c9cd3acfd94e68de71a6a3885e7ab6e4f4affec967d0c714370b8cf7e9968dba9cd7936abeb369bb379400fbe9c4bbc9fa3a6d3aec85712a020f02001484d15e70fe0000000000bae70700060000000100f21b0bc8be7e8c193284653fa73b5a579c84beb4e054eb8ffe185dff65ae694a00000000484730440220296eb0cf297c48aa3de197c72fbde5833626410483d9f7dff11b8a87bb55440b02201d906d69210f85e56dc6f20466fbd9b7ec867848fbce0662f25fd4362fd26beb01feffffff02ae3fd42900000000232102da347940b32e720a65bd3631e1623dfe7971a6bbb4800e1827c78c10dbe335bdac0021036161b0363bd3011f0a3d2675bb6103167cf5b4e6f37e38303529a81157f46353a0d9d5192884d2a202f47e7e66d978fbe03e5c26f9d73982b9ab08393633b888009b09ae3fd42900000000005b298557040000002321028d4199819bc355ee4cc7852e1237416febb8aa418bb34f8e59ca36826292103aac00210221ac68ea3b5327f094ee1c67baa7def9c641701d96fb93d6a927589e82582a2c637ac7a0ec4042ca925b19ce5f5e34ff97251eade6d5ebf07d2d4799221d7c400014845b2985570400000000bae70700060000000100c6fafe045af74c734fac34778d3bdd5fc81d2bfa5385abf9bc5e889dea74eb5e0000000048473044022004557bb864f1c376056a3dec5aa46962f7823ee98c631710a7092afe9f307d7202201bafed9613082971600b08ce54b3c47a7011c808e7984c7471b5cdad7f5fa3c701feffffff0204506f49040000002321035bf3d0bb4d2b1bc999f43219f6e0c44634d05a4c10718e3feed96b2e2c8352b4ac002102395861038658dfa701208f3ec233c54ebec67ab2dd2912b9ac3072a1147f7f04bf9e8878abecbf7758f9c344e815e575ddda64eb95ce423c436324c53105cc8d00148404506f49040000000000249b31000000002321022506024bc2d147a8e734e9422bc067b99019aebde281033f6af3f064976d8633ac002102d6f03a7cecd880d7309ed103c4b9533984311bc79a2a9773987604b44d22b7da8d78e13621217da2f80efbd400a222d7eaf317930a9d82cdf4a6d62fa0beb7b800e32c00249b310000000000bae7070006000000010047611a9f8be4a981d0e0187c4369ac12d6e92263fc5332f2df5b77d4ebc4e0d5000000004847304402200b7f6aefe790f3a3b5cd7f2f8732dd85d2952c14975b8d7514ca7592b1583d7a02203da8021252f7fc029d292351e943739b134792e343460f852f1704ea44b9ed4b01feffffff029e63433701000000232102b183ee06b2c1c68d2f6aea12eb2c707e15f1f0f4e3eae110619adb22955e1fc7ac0021030d966bba5c0c73df1d0d8b7e7418fdc88f913dc77b4528c34570b0f8c2415a9f60288644d5fed9e61c64d441d3a43713125231aee186d1d0cc75b74a5747f3fe0064b19e6343370100000000e02103ba0200000023210256009a7eb19bf3e6b4063161e064a66ac316531c26195ec8c4444740d7a67af7ac002103b774396300038d2eeac2aba90e2159d1e9dfc79214446cbe0d8a64423fa81b67b638dcbc13f6ab49bdb8ace656df3296b538acc784127ba449166d543c6dd458001484e02103ba0200000000bae70700060000000100d77ae5b1d95fd56e19d2d98f635c18bf2d510bd6b32db396063d3ab4a6c81228000000004847304402201e7c33c45bbfeecd0a63e75e8da0ff7cc49a067648f7ca2452d95ac736a7230002204e59499b7b9aa8e7ed319ab745dd00515ddb8e7ae88e2a4ece524d23b5c8420701feffffff020dad45660400000023210217c47191716017ccfaf25956a5fa8b2ef2cb6fd42db9266bc6f179b175bf81b4ac002103304543eb9a4662f3a3f43f9fd87ffb4c734af5e5c1884da4a95be2ff506f7be61305a5a0c486da1a3805f103d74f740a42c334989131e230bc51f3e591871e700014840dad45660400000000fcbb131b0000000023210250c74335114c0d6036bbe5343bbece4a71d8536f3b63d24bc0934c2e42f3a77aac002103c3a1fab9ddddbe2e11fa5e25439294627ec9ed3a53068eabb09c3496256e8a6adde333a2976eb164324587fbf06e632a1c932b1da22f02e5146db8c45859f7f400d30efcbb131b0000000000bae70700060000000100e5dbe2b64a2ed5d906efb7244eb7ab5ffa946fcbd71bd5b577cae2105a265d400100000048473044022039b76c83d581aeebc4614efaae8e113053455c1184d27a6cf8aabc628a87815502202c39b11ad726921649bbb4372adaafdff36c6983c736068f54765a35430ea4e301feffffff029c845735040000002321028c8851e4ab69cb314b02a6d25cd22b042d231d46b61056d97ed54d66f70a0790ac0021030eb990300fe13b2a8997d90b7cfc44dd2aba0a1f4ef547781918905ba560f7856d9d83e5e76e307b3d73ccc90b768a6d175ca686dbe0a50cac04df99a5248c340014849c84573504000000003065e43500000000232103570338b3e6d0482af3f066645b93e8fe65c2b788fa0c8c69c462886ddf10ab38ac002102117072d7154ca51d6a3f5fed1c0268749809ba7828d7c6c76a749641ab0defcc8ece1449d422890d5119cffeacf75768bcae525ce8db3fa1266c62200df3d18800c0a93065e4350000000000bae7070006000000010086b3826c88a5c3c6c1d08bb048184d04ccfaa7cf531c7faab8b79abf443170f4010000004847304402202ca7e55ca3a6fd2536ac8f636053bcc7c832f31c6cca019bae1a73e69e927372022053cb20a3ff9f92258a22b47b0e59a4702992c332a948827d77f250926ce89c7901feffffff0212848b7e03000000232103b5695b9d16f89b93ba7cc8dd8a83b20fc7ddb75f429c1c80a58cec8d7613d9a8ac002103e53c30169a349825529a9a779557179a09b033b482e181c8d423aaeab3ea3fb7aad7f691499431385fa5fe7d14cd51470f3cb4e30b6ca72ab68c3cba7abd059000148412848b7e0300000000786cf6a6000000002321034535578157bbe918c1b268cd678085675f97764e1178f0daa632e44bfeefe9adac00210315faea57ea8c5b4639f380239d3dfdcb767015ee11bbb9748a0a2ba698ec5586f95a8fc149a5ebd20e3593ca79b4d0fa27055eca08fc66e48f16f77e3dc88329000973786cf6a60000000000bae70700060000000100157fcb18a50a69a7fb97564dcc3fb3c00c728f222445c6d709796a4238089161000000004847304402201f3c528f761c4112dc43dae8857fa24db809a4d992ac8e028fbe9eafbe4c4c0202201a5095bcf10ef73faa001d0f5399122fe760eca3b0fef90209cdb250c53e219001feffffff026ea6fa00040000002321020a482e2a5df03b0317d9693b9ab2b692b7960cc2c1c58d4273a060a8d81ff92fac0021033113ebe1a155164daef4cbc3c9ad786f873b2f3de20ecd1a24e592668f544b3229ebe27df82b47c5713d43bf38cfe7fb07d68ce03e40938e6fea9565f0e0904d0061de6ea6fa00040000000068f18104000000002321039912c9755c676f35bc8f05ab5766695003fbd7b55b020c9b4fa5fcfc576f91ecac0021032034fd0dbe3f18ba280107596ce1bcd9cdb494a802a8318bb34f892805af66faa687f01bf7f6af2e3e87aaebc37551dd083a7278b08ad2b1202eb706473dfbac00148468f181040000000000bae70700060000000100f7288437a6ce0ecc5cedf0eb575b96ee78daa2ab1198871f7a82976c53da1e1d000000004847304402206f847947f55ac4d1374024e0d4738bdd8ea3ac30692454ccfc188daa20f1209302204637cadc33b51ddf9bc45f89e555d89a29855544870057cace54867a2d96f67b01feffffff02122f9ca40000000023210249f6d034460fa294d79f6f4f213b9c1860a979ee0bcb17c8c4986d469c398b2cac002102b6c20c270f355b6c9e031e7abe9a90da56efe33a261e2439287e1f3c179732a25f5a621f519c5d72ef62464e4b91cb0915f83e827986eba19ad8d13b81eba59e0008ec122f9ca400000000008aaa0fad0300000023210356e2e582fc6047dc4bb82e9c9a5ba41818f3f51d383d1dcb5e8c761337d30d07ac0021033a32177b4c1f15700f602194299cde62f18280561738e56251376736386cebfc3dd8c1ebdef61201189c34f32da1accf3d98dfa5cd3601c7c21bf6ff2c6c103b0014848aaa0fad0300000000bae7070006000000010061a5a979d00aaa051b3067035d471436d16a2bbc4ae034d3d7e64f30d3846e950000000048473044022055266c4813e641ffe85e42009b7311693c5344c1e33f7d60b3c837a86982922a022079fb1b2dd8dea347b5462db2a92f518706c13c1a272d6fa649f33cfee6d9a35c01feffffff02051920730400000023210267233a8f4215df99158390ebc0b1a6cff9aa504b98810779801f3d881810ec9aac002102834bd1db1b17c5c5a4b11693a4b04745f14e0bec30853bdf2eb6f3aaa58ef6593ea1767ddbad7c70e2c66dc6ca8a6c066c2d582661378c52c8c8fa115387e9db0014840519207304000000000450390e000000002321022a9021cea7e980c7abdb27282829de6398d681cc5eb8c326fe3c4547c617cdcfac00210383a541e4653c9b97466fc6a0f84be4184bf2264ce5afd8cabebbc0de36aa57e8a0aca35b5b76c286037abeab8ea8d8dcf074b039fedec47222978c3d637bba8100e0810450390e0000000000bae707000600000001007ffa53ce37209197b63ea6be40d39aec427711644fe555fef059398f3682c0ef0100000048473044022028833100addd43c079c73413178878d6f598054b9756950e89f3a951a9de809a0220783f52f78c602af6e26aa96c502e764385e2717f2d019ab6717e81b99e3db6dc01feffffff027a4a6e250400000023210296b3252f4a32a0f44b5d63c6dde9a4a651ccaf77f0e9981c9151fe71e7a354ecac002102325765111fe57ce5f0cc5dea933e92cec9852a059a6b2d6a210ee37878b089329361d8c2cb46fa2444c7c7cce71005d3da4e31ec3b875e265add77456f51d5440014847a4a6e250400000000e8b1524000000000232102ebaa7496a6c9586aca1fbdd8088a3dcc2a02077410aea113d1231f259d6b3226ac0021027b34e2b42b31487b68c1c51098d82a137b191b3430e6da1d57a6a3681fd779c6d3bca5cb6d385d02098e6393d4b7930c524e207d0422bcfef0a891f90cba9d3d00191de8b152400000000000bae707000600000001004cc9b023d7f136cb054ea29ae228b786dee12a7c2e9caca9518ce9f0a55e29a7000000004847304402204387707f2cd65b2f6f680c0afb9fb50cec3697a33973ba91806ab5044bf329090220403ad8fdfa38c5acb3252794e540cfa19257aeb740ed101232f22e9a19ee8ad601feffffff0800d6268a00000000232103c8ab0d3b03785268c8d70809ac2f2e1b10e654a5f62259dc544be964982c4accac002103f91484d3f852d6f65621b8d1eef356d9c2e416c03d84e29df60f8e410dbda9ffc54f51ea1ba35a20de9f7da8a6985586200dadb44cce37a1f343314bc7176ba100d73a00d6268a00000000008eb00d3001000000232103021f91db16cb276491ea3547274cfb87ee6c9f92b7b495184b6a1f5ff446f553ac00210250ea92defb63cc2cc8cda32eb2b1d57a694a404e3c0d97722a21fabe85731bbe97349f258abef8f3e205f22d719ee5e919b92c8ac6932e96e89f17330fb56c1600bc008eb00d3001000000009e9db55e00000000232102eed5da16da013aec5dc10e641cc2738dda294e15aca9a8aafaaac6a107e2711fac002103eac45a72b14479cad1781857ff0a9b8eba0317ba416f073d5ef82c88f24cc40e490d7d2725a312923cbdd33e3c6fbd53b076fb5909f252266aed41ff58224fb9005d309e9db55e00000000000a67f129000000002321025d7f19c5d82024ded5867c9c047ca4e29813359f585d9fc2edc85241bdcc0dd9ac002102000c85182fd20800f15fb7e7e0489aea7dd6aa2aacfcfb2a3548af685a05d1aef781a60502943c437d09d9435abdd8f5c4e90d9b92234bd6e83e0ba624d1c7ea01869f0a67f129000000000052bd503a01000000232102c4a373f1e8fceaff952d0f15339084b62f84e3cc1d801e4e9cc7812e37b015aaac0021027d4da3366188332783d72a8a6f8a4b8442b78369ed449bff52c0784d85e99771ca88d4e31ae9569b5a27f4385b83a956be86794423b174ed2e27099653b71943003efa52bd503a0100000000081c4717000000002321033b21b5952553702398c451eeaa84f0cb118f791e60f668e7ac576ff7bc4b4ed8ac0021031c7f29f9ebfbbb53bc5af7c61b68b063fc1df6aa624aa9f3b270598adf3155cf6635dbc0cb4c9bc239836198539f8d5bb56e82d94e872d828272b774d09caebf000f22081c4717000000000091083b0b000000002321026a6ef7525c5d1078e9ec27e8a59f8bcdc37a21f51cdf7ddb70f69592b113a1feac002102ed974f5af62304d29400ed21f72b94c6569c9b0cbabb1c19afb93a02c2598dbfc2d01a91080c6922278c12ce4416e9d6097fc3640d8cfe98898c365c6617588d00ddde91083b0b000000000068abaae100000000232103a8385b1581f8fe21ae015617fbf8002bdd8446fe9343a05feb26e9b84a68e847ac0021027bcd87d5f033967ec42adb12d2d0aa940bffd5202c77f8af7d6e0ba17eefd74a0aff8fa8189978b4ad088dd3f26d4d90a2948f8f5d4aa2995256f0fe4255dc840101fe68abaae10000000000bae707000600000002003fb3374c4f5e16579c67d12392a7264be04cf97065cc8200e0ae35734ebaa88a0100000049483045022100e8e84bd8a947d91e043cfe258df44756fef92a1d45e5cc3853977751b76a60ae02207f6d3f281c23692029133987dba148c5d5b8df08cc81b53a7208928a2052f74801feffffff00322dd710b467c0c3020baf8b3591f7d951c6a7f09d770c7fd3494eb0e681fed70000000049483045022100d8b121687f3deb188d702187b6d08301aebde067c993a8db64a2f7f8a8870bf002200e3ae98710d342eecfd976e4951d07704fc05c73ca69e747023d25767f5b43e101feffffff02234ba80500000000232103bc696a8ddfe0a2a62bf5ca67560eee69c2f3e02c3ef08580039b8eb1c132da0eac002102b00ae31e5a4756d2363b47351f1de7213d91da5c7a9a010f649726d4b53504571694420caa3539d9467ce63e8a10db7893105c27bf6bca46ae149bdcdd59eaa1001484234ba8050000000000a440d21b00000000232102a29bb987ef52e2fa67195ddc87c413309a6de0fb6598621ce41e2ddb13c1c337ac0021033d37ed4f9461f64e54336eaac5c038fbd197413e514b7826efeaa951387a7ee4f4e48f8b4db1395510ca5b8c867ccf5e2946e9037b105f178f4d64a795d0e8b3001754a440d21b0000000000bae707000600000001004f6d027afae03eeceec2966ce4a1e76a1b1f2262148b30c0b9c914f604174a0f0000000049483045022100e42f4052cd4578797207b242e78a5bad4af3164ef5ad56a31eca1768fd08240b022029d1cc6d7be3534ef43467e5e2509a59009eeb878b4623a00cfb2e56a4cce10c01feffffff0259799f53040000002321033235b34909d556baea64b81c19cdc0fc8e2fe5c0426c65cb2ffc7b985c92555fac002102ec1a9f4fed6ec020cce720310bdec1132c2e94024147aab0646dffbc741da6afe1be8a191bf8afdd6c1c73834f04a395ec8ee3975fd73a7a2e916ac02c9b910e00148459799f530400000000b0efb92d000000002321020c1583a24bdfa0c395ba4c5d2aef4f3ce289c8e02d0a5497f183d1471450cc91ac00210249ada27b18d547f2a1a7cd993a7db57f9afe97f6c36d4ccf18c9ecf23be161bc5bec1852d8e099ec3ea224639dee48e2c889e88de5f6b66f00ce8ad757d67bdf001544b0efb92d0000000000bae707000600000001001969898c805ad42f4d53e6b1cc58e77646735d4de5537705e26afbfaca7c82540000000049483045022100fe00ebc74f7a71291fee373ef8d7cfface5ef502a9a71bd07c178d6f738bb3da022066430833f3c7fa5c548434af771bca1767664f98bc5be339cb2e0191f34df41701feffffff023921c405000000002321025a9707c139912972a0684cb45b0658f20747365ca18e95989f09153a3a8c669aac00210230e7e354cefde04035fdbece6f53d5b7ed95ce85b97b602b088792f70f3caaa5b20958fc1fab9b0b69d354f285523cd926be21a0414bc756fd42c066352af480006bd73921c4050000000000d047957b040000002321030aea526fb1d48fadea03ae4b89a975c83a991065892c4ca89d12f24c30582b13ac002102e6230909b8e9ce4a5f52e610be79bf16514e7b4876bf7310c6524830e59e4294f9d8852e374ef7f700d671b59c56c866d4aadeb407a4816e5cda9e7b4d8df22d009082d047957b0400000000bae70700060000000100b55badeac6d4193705858ebbf8a07cfeaa927ca28c0b6abf9b09e022a9e5176f0100000049483045022100fdb09c4b2d1e4d3e28bf1c799f7900472087aff2abb90440b5817deff21a98c7022041df81c33fd002dd350468460759760c34299ef71efb1b561bdf2371058ee2e101feffffff02668b87df01000000232103034397b5e16a57365529b899d57a1d0890d92c0277915dc4f23a158e7590266dac0021029b55a39dd16c15039447a4511da4498c2492afea3474232b4d534629f7e885b6f4579a23a9cf56eae1d8c5592cfdb99b67d097ec2b0f216b19d77c78def69591000497668b87df0100000000fed6a27a00000000232102984e4f96fad14ba06da19b6bbbda30bf473d47d93f3c4d73f1b4217e73b97919ac0021031d301591d5f8a8c23626c8963d847202f7f02f342e7d0a2721a880222fbe9583b7849a34ec36f999d0cade62cc854887a1aedf3f0507fa6a43c4a7bb1dd0eb15001484fed6a27a0000000000bae70700060000000100759059d3a1c5e169add639fd112d4c4871bd5c7ed91012a1595d9d7210f2e9c80100000049483045022100caf92273facdd17d0d0b8b893627c4b9a2f2bdf07d6deddcf0b94dac823f565f022026dbb08d582b962b3ac1f31e3bce70e28bd15064f869ff7abbf4284980b5aae801feffffff02d8e46b0c00000000232102b7dabf3bf2a969829068d34f8f7889337044902dedfb69f867ad9df43321fe12ac00210298202682b70f5c1925be28ac4dab69bbc3780b6f31141e8c46a89782bf1677affeb03a0ea4ee33a7c512235d7976f830b5df4abc041890f26347a3e180f4c0ad001484d8e46b0c0000000000cae0ee44030000002321039f948f3510b0859beac67a83a740c47ec0f0e84cb8708de9b5bcb935c239ea41ac002103101bdda77f34548e2d769266386fd5ee4743c70a4f2ed7b08218c4079b49d448dbea20e288b8b43c9b1ed9097b847f5b7bb8a5fe7a4becf082d9432930d8934000f912cae0ee440300000000bae707000600000001005066ea8f5be3c851705f000da08322b80d5c859b01e90330ba5400e37ed86f580100000049483045022100d77c2eebed07984276e5cc8dd8f9a9507ff28f9b58aa21a51fc7eb23bff6271202207ab642747074b30bc0f6c351e2c4ff003d954ace65b9f1473d26cf3f5863ff2701feffffff027a592df4030000002321026680f1fbb357061b46f41adf1c02ded6f7d116e53a68fda425800927d9f393fbac002103fb3a06c36aa0a57c23fc5b9e6e19b5d52b7e365c05388ce6d49ba88184f9506a9a3c9e37276729796c33a292ad5ab660e0ddae9d4ea7c2bb003d09e5ddd5c91a0014847a592df40300000000e2f7a066000000002321032aedc9bd99e56e0b675257f229c7488ab6d691b9077b6705ee96c214d5f43b5fac00210380f7bc318ca3060f4033129fdc000617b27fe57b62afa339c43a39b150eaf1d63d76c879cd1df798250b7430c3b1f2502011a17c4f9cca71c4ec01d0868750d5000163e2f7a0660000000000abe70700 > [2019-08-09T13:38:11.907Z] [silly] [bitcash] [Pool [:1]] : blockHashInvalid = 000000038e7f94a7e70670817ca1eaa0cb953977deacfc061080e575502f6181 > > =================================================== > > [2019-08-09T23:27:58.482Z] [silly] [pexacoin] [Pool [:1]] : result from jobManager process share = {"result":true,"error":null} > [2019-08-09T23:28:07.206Z] [info] [pexacoin] [Pool [:1]] : No new blocks for 55 seconds - updating transactions & rebroadcasting work > [2019-08-09T23:28:07.207Z] [info] [pexacoin] [Pool [:1]] : DIFFICULTY>UPDATE> diff: 132.50311332 miner: XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp worker: TREX3 > [2019-08-09T23:28:13.031Z] [silly] [pexacoin] [Pool [:1]] : mining.submit message from miner > [2019-08-09T23:28:13.032Z] [silly] [pexacoin] [Pool [:1]] : mining.submit event, params = {"name":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","jobId":"4f7","extraNonce2":"13000000","nTime":"5d4e0187","nonce":"7ce89807"} > [2019-08-09T23:28:13.032Z] [silly] [pexacoin] [Pool [:1]] : Trying to process share in jobmanager > [2019-08-09T23:28:13.032Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2.length / 2 !== _this.extraNonce2Size > [2019-08-09T23:28:13.033Z] [silly] [pexacoin] [Pool [:1]] : typeof job === 'undefined' || job.jobId != jobId > [2019-08-09T23:28:13.033Z] [silly] [pexacoin] [Pool [:1]] : nTime.length !== 8 > [2019-08-09T23:28:13.034Z] [silly] [pexacoin] [Pool [:1]] : nTime, 16 > [2019-08-09T23:28:13.034Z] [silly] [pexacoin] [Pool [:1]] : nonce.length !== 8 > [2019-08-09T23:28:13.035Z] [silly] [pexacoin] [Pool [:1]] : !job.registerSubmit(extraNonce1, extraNonce2, nTime, nonce) > [2019-08-09T23:28:13.035Z] [silly] [pexacoin] [Pool [:1]] : extraNonce1Buffer = 78000000 > [2019-08-09T23:28:13.035Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2Buffer = 13000000 > [2019-08-09T23:28:13.036Z] [silly] [pexacoin] [Pool [:1]] : coinbaseBuffer = 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000130000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000 > [2019-08-09T23:28:13.036Z] [silly] [pexacoin] [Pool [:1]] : coinbaseHash = c40e64f11bf7cf371b4a92ae66be33fc0c7f77fbb335a9ad10cd2aeb395e49f3 > [2019-08-09T23:28:13.036Z] [silly] [pexacoin] [Pool [:1]] : merkleRoot = 4d4a30ade0139445a3f60bfeb278840add6ba2f23f8e2bba5ae9eeeb61a85a4b > [2019-08-09T23:28:13.037Z] [silly] [pexacoin] [Pool [:1]] : headerBuffer = 000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e00000000004b5aa861ebeee95aba2b8e3ff2a26bdd0a8478b2fe0bf6a3459413e0ad304a4d87014e5db14c011c0798e87c > [2019-08-09T23:28:13.037Z] [silly] [pexacoin] [Pool [:1]] : headerHash = 228f70094b0eb816a92d2fe037e416798c36a58acfe5e8ab89e3e0cb01000000 > [2019-08-09T23:28:13.038Z] [silly] [pexacoin] [Pool [:1]] : headerBigNum = 01cbe0e389abe8e5cf8aa5368c7916e437e02f2da916b80e4b09708f22 > [2019-08-09T23:28:13.038Z] [silly] [pexacoin] [Pool [:1]] : shareDiff = 142.50503991190456 > [2019-08-09T23:28:13.039Z] [silly] [pexacoin] [Pool [:1]] : blockDiffAdjusted = 50427.99328384 > [2019-08-09T23:28:13.039Z] [silly] [pexacoin] [Pool [:1]] : blockHexInvalid = 000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e00000000004b5aa861ebeee95aba2b8e3ff2a26bdd0a8478b2fe0bf6a3459413e0ad304a4d87014e5db14c011c0798e87c0201000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000130000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000020000000104e0d426df8d8e575c8dbe19e2430bdc9cbed9701fb63cec231598a6ddec1f02010000006b483045022100fbc01b0a9972456f5d9658c75b92ed745cb071c474b68ad1e057a28a6b9d708f02203a46059f596d5fa5b0e4329eb5615f661e0513feb08ed7b4b396dc0973b4e2650121034b6f2776f6b9502f637121c2d8836f054bd3b7ce6aec232a57640dbb06a73d3afeffffff0413604506000000001976a9147e8f253b28bc437b24f1512f9f750b821ec9a5ae88acdb651702000000001976a914fd6cd197f271d91ba05c5f07b410a3b06cfa9a0c88ac12f36f0f000000001976a91488df8ecfce23b90db39a3ad5c6c632a3fa20befe88ac3c21f705000000001976a9142d6c23a5659542394c75ce6032183c862712ff4788acbae10000 > [2019-08-09T23:28:13.040Z] [silly] [pexacoin] [Pool [:1]] : blockHashInvalid = 00000001cbe0e389abe8e5cf8aa5368c7916e437e02f2da916b80e4b09708f22 > [2019-08-09T23:28:13.040Z] [silly] [pexacoin] [Pool [:1]] : Checking share against network difficulty > [2019-08-09T23:28:13.040Z] [silly] [pexacoin] [Pool [:1]] : Share is lower than network diff > [2019-08-09T23:28:13.041Z] [silly] [pexacoin] [Pool [:1]] : Checking if share matched miner's diff > [2019-08-09T23:28:13.041Z] [silly] [pexacoin] [Pool [:1]] : Sadly, it didnt reach miner diff > [2019-08-09T23:28:13.042Z] [silly] [pexacoin] [Pool [:1]] : onStratumPoolShare > [2019-08-09T23:28:13.042Z] [debug] [pexacoin] [Pool [:1]] : forkId 0 > [2019-08-09T23:28:13.043Z] [info] [pexacoin] [Pool [:1]] : SHARE>ACCEPTED> job: 4f7 req: 132.50311332 res: 142.50503991 by XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp worker: TREX3 [::ffff:192.168.1.50] > [2019-08-09T23:28:13.043Z] [silly] [pexacoin] [Pool [:1]] : Handle share, execeuting shareProcessor.handleShare, isValidShare = true, isValidBlock = false, data = {"job":"4f7","ip":"::ffff:192.168.1.50","port":3032,"worker":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","height":57788,"blockReward":500125348,"difficulty":132.50311332,"shareDiff":"142.50503991","blockDiff":50427.99328384,"blockDiffActual":196.984348765,"coinbaseBuffer":{"type":"Buffer","data":[1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,32,3,188,225,0,4,135,1,78,93,8,120,0,0,0,19,0,0,0,13,47,110,111,100,101,83,116,114,97,116,117,109,47,0,0,0,0,2,0,0,0,0,0,0,0,0,38,106,36,170,33,169,237,131,73,101,240,90,184,171,115,103,189,234,180,230,75,107,94,18,200,242,72,146,20,10,57,44,168,192,103,9,195,206,46,164,78,207,29,0,0,0,0,25,118,169,20,25,28,205,128,15,83,136,9,207,116,192,51,115,169,73,68,220,79,159,144,136,172,0,0,0,0]},"txHash":"c40e64f11bf7cf371b4a92ae66be33fc0c7f77fbb335a9ad10cd2aeb395e49f3","headerHash":{"type":"Buffer","data":[34,143,112,9,75,14,184,22,169,45,47,224,55,228,22,121,140,54,165,138,207,229,232,171,137,227,224,203,1,0,0,0]},"blockHashInvalid":"00000001cbe0e389abe8e5cf8aa5368c7916e437e02f2da916b80e4b09708f22","time":1565393293} > [2019-08-09T23:28:13.044Z] [silly] [pexacoin] [Pool [:1]] : Emmitted share, shareDataToLogger = {"shareData":{"job":"4f7","ip":"::ffff:192.168.1.50","port":3032,"worker":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","height":57788,"blockReward":500125348,"difficulty":132.50311332,"shareDiff":"142.50503991","blockDiff":50427.99328384,"blockDiffActual":196.984348765,"coinbaseBuffer":{"type":"Buffer","data":[1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,32,3,188,225,0,4,135,1,78,93,8,120,0,0,0,19,0,0,0,13,47,110,111,100,101,83,116,114,97,116,117,109,47,0,0,0,0,2,0,0,0,0,0,0,0,0,38,106,36,170,33,169,237,131,73,101,240,90,184,171,115,103,189,234,180,230,75,107,94,18,200,242,72,146,20,10,57,44,168,192,103,9,195,206,46,164,78,207,29,0,0,0,0,25,118,169,20,25,28,205,128,15,83,136,9,207,116,192,51,115,169,73,68,220,79,159,144,136,172,0,0,0,0]},"txHash":"c40e64f11bf7cf371b4a92ae66be33fc0c7f77fbb335a9ad10cd2aeb395e49f3","headerHash":{"type":"Buffer","data":[34,143,112,9,75,14,184,22,169,45,47,224,55,228,22,121,140,54,165,138,207,229,232,171,137,227,224,203,1,0,0,0]},"blockHashInvalid":"00000001cbe0e389abe8e5cf8aa5368c7916e437e02f2da916b80e4b09708f22","time":1565393293},"blockHexInvalid":"000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e00000000004b5aa861ebeee95aba2b8e3ff2a26bdd0a8478b2fe0bf6a3459413e0ad304a4d87014e5db14c011c0798e87c0201000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000130000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000020000000104e0d426df8d8e575c8dbe19e2430bdc9cbed9701fb63cec231598a6ddec1f02010000006b483045022100fbc01b0a9972456f5d9658c75b92ed745cb071c474b68ad1e057a28a6b9d708f02203a46059f596d5fa5b0e4329eb5615f661e0513feb08ed7b4b396dc0973b4e2650121034b6f2776f6b9502f637121c2d8836f054bd3b7ce6aec232a57640dbb06a73d3afeffffff0413604506000000001976a9147e8f253b28bc437b24f1512f9f750b821ec9a5ae88acdb651702000000001976a914fd6cd197f271d91ba05c5f07b410a3b06cfa9a0c88ac12f36f0f000000001976a91488df8ecfce23b90db39a3ad5c6c632a3fa20befe88ac3c21f705000000001976a9142d6c23a5659542394c75ce6032183c862712ff4788acbae10000"} > [2019-08-09T23:28:13.044Z] [silly] [pexacoin] [Pool [:1]] : Returning result = {"result":true,"error":null} > [2019-08-09T23:28:13.045Z] [silly] [pexacoin] [Pool [:1]] : result from jobManager process share = {"result":true,"error":null} > [2019-08-09T23:28:14.308Z] [info] [bitcash] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T23:28:18.259Z] [silly] [pexacoin] [Pool [:1]] : mining.submit message from miner > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : mining.submit event, params = {"name":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","jobId":"4f7","extraNonce2":"12000000","nTime":"5d4e0187","nonce":"5bc72a12"} > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : Trying to process share in jobmanager > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2.length / 2 !== _this.extraNonce2Size > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : typeof job === 'undefined' || job.jobId != jobId > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : nTime.length !== 8 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : nTime, 16 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : nonce.length !== 8 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : !job.registerSubmit(extraNonce1, extraNonce2, nTime, nonce) > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : extraNonce1Buffer = 78000000 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2Buffer = 12000000 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : coinbaseBuffer = 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000120000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : coinbaseHash = ac60b2dfac8573e9701c8de478adeadbc21feee49087ae0536ace43cd9d85cb4 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : merkleRoot = a0b72d571d1874912d7fecb893a059fbb3c10e320f7b7c1b27ebfe55d8f097da > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : headerBuffer = 000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e0000000000da97f0d855feeb271b7c7b0f320ec1b3fb59a093b8ec7f2d9174181d572db7a087014e5db14c011c122ac75b > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : headerHash = 47818a7ddb84d043b330823f2588c07543ffc04f9eab4077a118287601000000 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : headerBigNum = 01762818a17740ab9e4fc0ff4375c088253f8230b343d084db7d8a8147 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : shareDiff = 175.15392077779606 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : blockDiffAdjusted = 50427.99328384 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : blockHexInvalid = 000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e0000000000da97f0d855feeb271b7c7b0f320ec1b3fb59a093b8ec7f2d9174181d572db7a087014e5db14c011c122ac75b0201000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000120000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000020000000104e0d426df8d8e575c8dbe19e2430bdc9cbed9701fb63cec231598a6ddec1f02010000006b483045022100fbc01b0a9972456f5d9658c75b92ed745cb071c474b68ad1e057a28a6b9d708f02203a46059f596d5fa5b0e4329eb5615f661e0513feb08ed7b4b396dc0973b4e2650121034b6f2776f6b9502f637121c2d8836f054bd3b7ce6aec232a57640dbb06a73d3afeffffff0413604506000000001976a9147e8f253b28bc437b24f1512f9f750b821ec9a5ae88acdb651702000000001976a914fd6cd197f271d91ba05c5f07b410a3b06cfa9a0c88ac12f36f0f000000001976a91488df8ecfce23b90db39a3ad5c6c632a3fa20befe88ac3c21f705000000001976a9142d6c23a5659542394c75ce6032183c862712ff4788acbae10000 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : blockHashInvalid = 00000001762818a17740ab9e4fc0ff4375c088253f8230b343d084db7d8a8147 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : Checking share against network difficulty > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : Share is lower than network diff > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : Checking if share matched miner's diff > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : Sadly, it didnt reach miner diff > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : onStratumPoolShare > [2019-08-09T23:28:18.260Z] [debug] [pexacoin] [Pool [:1]] : forkId 0 > [2019-08-09T23:28:18.261Z] [info] [pexacoin] [Pool [:1]] : SHARE>ACCEPTED> job: 4f7 req: 132.50311332 res: 175.15392078 by XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp worker: TREX3 [::ffff:192.168.1.50] > [2019-08-09T23:28:18.261Z] [silly] [pexacoin] [Pool [:1]] : Handle share, execeuting shareProcessor.handleShare, isValidShare = true, isValidBlock = false, data = {"job":"4f7","ip":"::ffff:192.168.1.50","port":3032,"worker":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","height":57788,"blockReward":500125348,"difficulty":132.50311332,"shareDiff":"175.15392078","blockDiff":50427.99328384,"blockDiffActual":196.984348765,"coinbaseBuffer":{"type":"Buffer","data":[1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,32,3,188,225,0,4,135,1,78,93,8,120,0,0,0,18,0,0,0,13,47,110,111,100,101,83,116,114,97,116,117,109,47,0,0,0,0,2,0,0,0,0,0,0,0,0,38,106,36,170,33,169,237,131,73,101,240,90,184,171,115,103,189,234,180,230,75,107,94,18,200,242,72,146,20,10,57,44,168,192,103,9,195,206,46,164,78,207,29,0,0,0,0,25,118,169,20,25,28,205,128,15,83,136,9,207,116,192,51,115,169,73,68,220,79,159,144,136,172,0,0,0,0]},"txHash":"ac60b2dfac8573e9701c8de478adeadbc21feee49087ae0536ace43cd9d85cb4","headerHash":{"type":"Buffer","data":[71,129,138,125,219,132,208,67,179,48,130,63,37,136,192,117,67,255,192,79,158,171,64,119,161,24,40,118,1,0,0,0]},"blockHashInvalid":"00000001762818a17740ab9e4fc0ff4375c088253f8230b343d084db7d8a8147","time":1565393298} > [2019-08-09T23:28:18.264Z] [silly] [pexacoin] [Pool [:1]] : Emmitted share, shareDataToLogger = {"shareData":{"job":"4f7","ip":"::ffff:192.168.1.50","port":3032,"worker":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","height":57788,"blockReward":500125348,"difficulty":132.50311332,"shareDiff":"175.15392078","blockDiff":50427.99328384,"blockDiffActual":196.984348765,"coinbaseBuffer":{"type":"Buffer","data":[1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,32,3,188,225,0,4,135,1,78,93,8,120,0,0,0,18,0,0,0,13,47,110,111,100,101,83,116,114,97,116,117,109,47,0,0,0,0,2,0,0,0,0,0,0,0,0,38,106,36,170,33,169,237,131,73,101,240,90,184,171,115,103,189,234,180,230,75,107,94,18,200,242,72,146,20,10,57,44,168,192,103,9,195,206,46,164,78,207,29,0,0,0,0,25,118,169,20,25,28,205,128,15,83,136,9,207,116,192,51,115,169,73,68,220,79,159,144,136,172,0,0,0,0]},"txHash":"ac60b2dfac8573e9701c8de478adeadbc21feee49087ae0536ace43cd9d85cb4","headerHash":{"type":"Buffer","data":[71,129,138,125,219,132,208,67,179,48,130,63,37,136,192,117,67,255,192,79,158,171,64,119,161,24,40,118,1,0,0,0]},"blockHashInvalid":"00000001762818a17740ab9e4fc0ff4375c088253f8230b343d084db7d8a8147","time":1565393298},"blockHexInvalid":"000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e0000000000da97f0d855feeb271b7c7b0f320ec1b3fb59a093b8ec7f2d9174181d572db7a087014e5db14c011c122ac75b0201000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000120000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000020000000104e0d426df8d8e575c8dbe19e2430bdc9cbed9701fb63cec231598a6ddec1f02010000006b483045022100fbc01b0a9972456f5d9658c75b92ed745cb071c474b68ad1e057a28a6b9d708f02203a46059f596d5fa5b0e4329eb5615f661e0513feb08ed7b4b396dc0973b4e2650121034b6f2776f6b9502f637121c2d8836f054bd3b7ce6aec232a57640dbb06a73d3afeffffff0413604506000000001976a9147e8f253b28bc437b24f1512f9f750b821ec9a5ae88acdb651702000000001976a914fd6cd197f271d91ba05c5f07b410a3b06cfa9a0c88ac12f36f0f000000001976a91488df8ecfce23b90db39a3ad5c6c632a3fa20befe88ac3c21f705000000001976a9142d6c23a5659542394c75ce6032183c862712ff4788acbae10000"} > [2019-08-09T23:28:18.264Z] [silly] [pexacoin] [Pool [:1]] : Returning result = {"result":true,"error":null} > [2019-08-09T23:28:18.265Z] [silly] [pexacoin] [Pool [:1]] : result from jobManager process share = {"result":true,"error":null} > [2019-08-09T23:28:47.226Z] [info] [bitcash] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T23:28:53.736Z] [info] [bitcash] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T23:28:55.367Z] [info] [pexacoin] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T23:29:01.609Z] [silly] [pexacoin] [Pool [:1]] : mining.submit message from miner > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : mining.submit event, params = {"name":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","jobId":"4f8","extraNonce2":"16000000","nTime":"5d4e01b7","nonce":"a6730609"} > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : Trying to process share in jobmanager > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2.length / 2 !== _this.extraNonce2Size > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : typeof job === 'undefined' || job.jobId != jobId > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : nTime.length !== 8 > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : nTime, 16 > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : nonce.length !== 8 > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : !job.registerSubmit(extraNonce1, extraNonce2, nTime, nonce) > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : extraNonce1Buffer = 78000000 > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2Buffer = 16000000 > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : coinbaseBuffer = 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bde10004b7014e5d0878000000160000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9edc3d17f3c7bf0aec68f33f5f417ec70abda010893c827073b10b6918ea195c01561b6d01d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000 > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : coinbaseHash = 9385d18b5a1ac1f557cb1cc30a1ab794e164b9912a60e5c4ea94f13a05cae57b > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : merkleRoot = ff31cbb80376370b2f21d2fa87d212048079d26ec8dee3bc94b80fe702b8110f > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : headerBuffer = 00000030c836bcfd864cdec44ee968945fedb03af78aa46d0320f532a1cf6a00000000000f11b802e70fb894bce3dec86ed279800412d287fad2212f0b377603b8cb31ffb7014e5d3b4e011c090673a6 > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : headerHash = 800a2fe5ebc18f0b2e52d483069ce1bdd356d9c4b169f1675dea037c01000000 > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : headerBigNum = 017c03ea5d67f169b1c4d956d3bde19c0683d4522e0b8fc1ebe52f0a80 > [2019-08-09T23:29:01.612Z] [silly] [pexacoin] [Pool [:1]] : shareDiff = 172.45358511613708 > [2019-08-09T23:29:01.612Z] [silly] [pexacoin] [Pool [:1]] : blockDiffAdjusted = 50195.782756608 > [2019-08-09T23:29:01.612Z] [silly] [pexacoin] [Pool [:1]] : blockHexInvalid = 00000030c836bcfd864cdec44ee968945fedb03af78aa46d0320f532a1cf6a00000000000f11b802e70fb894bce3dec86ed279800412d287fad2212f0b377603b8cb31ffb7014e5d3b4e011c090673a60201000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bde10004b7014e5d0878000000160000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9edc3d17f3c7bf0aec68f33f5f417ec70abda010893c827073b10b6918ea195c01561b6d01d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000020000000218c6e0e50a331bf9a42cc215ac68c84a314e53a2fcbfbc135739ecc99a32d095010000006a47304402204f0df8354711150031046b6f6da58c11972328b7a12e2cfd4e1ee20eddb1305002204d215e238d3ff5dc016a6d2922fe5d611644d7c37864c79e3d4ed1411520c23d012102116a9b592122d5af71742cde21012f58a4276a743653b72f7942de8fbe78d3eafeffffff730372c62bb1676f7cfbc014d92480891b55eaf42c7fa3dfe04db3da6b87f8d2010000006b483045022100c96ec6306126fe185b2d5fb44177d6045822b6edc4ee6fb79522402d2d8371840220499cbb6b2f25dd9326683dbff29352188fdb373fd7e88c3572d2226b1c8dedb0012102116a9b592122d5af71742cde21012f58a4276a743653b72f7942de8fbe78d3eafeffffff061f66ec01000000001976a91407496b7ac008ff8e9405b15fa48d28d561c6f67d88ac69dbb517000000001976a914e32966bd0dc30ba9ab781ee208353817e9972f4a88aceab64403000000001976a914063107d38d0f044cd69c0bfbbf9c6eca9fdde03f88ac9f9a7315000000001976a914c58aa7650335889a3c7f110bb6c5636effbd3a7c88ac46369403000000001976a914c30d4ec31fc796428867690525ef517ab68dc2d288ac48afa805000000001976a9142194f27feb871137a0774cd6f83594fff55b23f488acbbe10000 > [2019-08-09T23:29:01.612Z] [silly] [pexacoin] [Pool [:1]] : blockHashInvalid = 000000017c03ea5d67f169b1c4d956d3bde19c0683d4522e0b8fc1ebe52f0a80
1.0
x16r Bitcash does not work, invalid block hex - Bitcash does not work, invalid block hex: > [2019-08-09T13:38:12.623Z] [info] [pexacoin] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T13:38:16.912Z] [info] [bitcash] [Pool [:1]] : No new blocks for 55 seconds - updating transactions & rebroadcasting work > [2019-08-09T13:38:16.914Z] [info] [bitcash] [Pool [:1]] : DIFFICULTY>UPDATE> diff: 68.30709562 miner: b2UJNn4fzckYSseYUEBhxgk7yXHw7d8W8f5jDqRRi2iE9YwRtF4y worker: TREX3 > [2019-08-09T13:38:26.417Z] [silly] [bitcash] [Pool [:1]] : mining.submit message from miner > [2019-08-09T13:38:26.417Z] [silly] [bitcash] [Pool [:1]] : mining.submit event, params = {"name":"b2UJNn4fzckYSseYUEBhxgk7yXHw7d8W8f5jDqRRi2iE9YwRtF4y.TREX1","jobId":"127","extraNonce2":"b7050000","nTime":"5d4d7748","nonce":"45aa260b"} > [2019-08-09T13:38:26.417Z] [silly] [bitcash] [Pool [:1]] : Trying to process share in jobmanager > [2019-08-09T13:38:26.418Z] [silly] [bitcash] [Pool [:1]] : extraNonce2.length / 2 !== _this.extraNonce2Size > [2019-08-09T13:38:26.418Z] [silly] [bitcash] [Pool [:1]] : typeof job === 'undefined' || job.jobId != jobId > [2019-08-09T13:38:26.419Z] [silly] [bitcash] [Pool [:1]] : nTime.length !== 8 > [2019-08-09T13:38:26.419Z] [silly] [bitcash] [Pool [:1]] : nTime, 16 > [2019-08-09T13:38:26.419Z] [silly] [bitcash] [Pool [:1]] : nonce.length !== 8 > [2019-08-09T13:38:26.420Z] [silly] [bitcash] [Pool [:1]] : !job.registerSubmit(extraNonce1, extraNonce2, nTime, nonce) > [2019-08-09T13:38:26.420Z] [silly] [bitcash] [Pool [:1]] : extraNonce1Buffer = 60000001 > [2019-08-09T13:38:26.420Z] [silly] [bitcash] [Pool [:1]] : extraNonce2Buffer = b7050000 > [2019-08-09T13:38:26.421Z] [silly] [bitcash] [Pool [:1]] : coinbaseBuffer = 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bbe7070448774d5d0860000001b70500000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9eda9505f236fb6e0f2a882fd1f2e02d171e092f5bae4a952ffebd63fa1020f1d4df1655d81040000002676a9140255686b7df81a21db148393668482b85f3393b882a835d7ee3893c7d78479cec488ac00000000 > [2019-08-09T13:38:26.421Z] [silly] [bitcash] [Pool [:1]] : coinbaseHash = 8eefc292afcb2c4a56bc2a07171466bb37400b74e1a908982f405395927da238 > [2019-08-09T13:38:26.422Z] [silly] [bitcash] [Pool [:1]] : merkleRoot = a5204537237f8b90fc72d6337ccbf6aa5fee431ac8a3f22c5377592ef5a4a7a2 > [2019-08-09T13:38:26.422Z] [silly] [bitcash] [Pool [:1]] : headerBuffer = 0c000020d79b0c99e53bd8e4e342003115f8252d98a98ec68fa432780ff3160000000000a2a7a4f52e5977532cf2a3c81a43ee5faaf6cb7c33d672fc908b7f23374520a548774d5de4321f1b0b26aa45 > [2019-08-09T13:38:26.422Z] [silly] [bitcash] [Pool [:1]] : headerHash = 56b94d3aeb654c59768fb43bb2ae9b820539a4c7893661773c89f9a100000000 > [2019-08-09T13:38:26.423Z] [silly] [bitcash] [Pool [:1]] : headerBigNum = a1f9893c77613689c7a43905829baeb23bb48f76594c65eb3a4db956 > [2019-08-09T13:38:26.423Z] [silly] [bitcash] [Pool [:1]] : shareDiff = 404.6000989371007 > [2019-08-09T13:38:26.423Z] [silly] [bitcash] [Pool [:1]] : blockDiffAdjusted = 537743.905814528 > [2019-08-09T13:38:26.424Z] [silly] [bitcash] [Pool [:1]] : blockHexInvalid = 0c000020d79b0c99e53bd8e4e342003115f8252d98a98ec68fa432780ff3160000000000a2a7a4f52e5977532cf2a3c81a43ee5faaf6cb7c33d672fc908b7f23374520a548774d5de4321f1b0b26aa451601000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bbe7070448774d5d0860000001b70500000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9eda9505f236fb6e0f2a882fd1f2e02d171e092f5bae4a952ffebd63fa1020f1d4df1655d81040000002676a9140255686b7df81a21db148393668482b85f3393b882a835d7ee3893c7d78479cec488ac0000000006000000040001fdb07a2189dadf4980971f65663ca160a80f1ab1ff698aded4250a00d1ccb20000000049483045022100e267be8850fba1c57304b10053f8d0964cd8d7001e66dbab39a114971db29dd7022020bbfcca2eb41513320526e0aac2e51162ebb73e7aaa216c5a88963ebc5f716701feffffff00bef8bbd2c9308d24f9a21515df91b9662402f2bc8a1b7d9af23d16b526c9bb9a00000000484730440220736ed96fac7f74ee32afc8496e8632d55b0a36a063408198e4403a14b704876502200d574da9ba52bc5321bd1a47914008e25641fd3f9524b8f443ac007050adfc7401feffffff001fc6da825e84e317e3961bec343285901dbd9f5e4688d330a574163a6de0e0c800000000494830450221008e6270a2f192aae876fd21fb0da993cddc90b466e5e48c273ecd2cee5f1cf7450220775a09c667b09b4fb4a6ca4e6463659c3a583b21c10b23e6112a2d4258fd6f0e01feffffff003020b441531328c3c9ef10672d3cf2171ecfd9f859dcb49780c51251ceed171600000000484730440220394a57e18c825e05e0d31094a3571e35fe979e1c0f3a6954270f312f34958d5102202804b842a0d4e7019e6bec460276a2f5500674ba0f9643eb0db08da21e46f13201feffffff020a0f67d3060000002321020314a5962d0159bb2a2c0842142b02a09b7de063a70e8c31efa07178b9806396ac002103a87189da4e48b001e6e39b1dfe8015a3b600dcf1fe56d03de9558267ea8595e0d1542440380a2ab63ae6fc7385644705254907ef74260212a3cc2546805c8ecb0048da0a0f67d306000000004ec918010000000023210313e4bbf30209803f54ad78159110033b24475e9749f907870bbfe3c8f0a5cfe8ac0021029c80920e8842c0b0f13c9ee8f390792ee4c6064d7171be8248b7c37f5c3a83dd2f0f1e219da3819ac09cbf4021f0ff5fe358b5e952f6908c5895c14075bfe3780014844ec918010000000000bae70700060000000100e08e5175114aad98e5e2222fc5cd1a6cad32c5797e25971d331558614b6174e200000000484730440220377938512ffbe4c5c70520bd15647ed904a08feffea178fc10c7b2bb11d7388802207202373fd726a71eac12916bde55efab893c063666a0c6b08d6e65c5c25daf4901feffffff024674200700000000232103b2d4c66d2faded618401af79ddc7bd568553ad6ea81154f7314189d49946f881ac00210320a2fa5f9668710ccc1c908d3a20d659862abcef4c2c14e9ce68a6ff5df7bbaba6d44a5f73a44708d1efb18b6d294fdc81e923717480916c4fb0e6f13ebb24b3006806467420070000000000c3f4387a04000000232103a97517a40626df65fdb7b883d6dce64deb94f639a6f5912b1d83c025157d4a91ac002102aa7be8416b701a5fff57c2d9914fb320243b0791675f7c14ea3c41f3d00569ed98fd5c314590372b52efc1a2308bb9e45b933db31d24bf5c22469b82304d5eb5001484c3f4387a0400000000bae70700060000000100a4fd5fa15e3fcacd274fa2e4c0d27dab38b8b241709114c09e42d505f4a34b5c0000000048473044022055bb349b46648b35a15b3fdf7f745285a37af48778ca4698981d8b81babd387602206bb059cdc4024263399886204f7cd2b64d8769544ea79170367d1fb0ad30aa7f01feffffff02cc473a5700000000232103ca2e6b2cb00673232ce4fb58ca235eadfe652d0c717290e35d70f0fdef40a8f3ac002102176490cf2bbc3462bfa58009663eeac02d2e6f9caba030ca56a1f1584298bc68e4d8cafca3bc62d877beead92f71d8f0d1d833d82eace792da6b52ff5c4ea1a20026a3cc473a5700000000002e6c28050400000023210307d6b633da837bc8f463354fa7a7aba59d93b799ff00901172aa2128bde7a56cac0021025275f2f7e159cf854ceec7b5e50240d043b2e18aea3366d40858a00a7819f905a71f3306ca59349de3bff796489d7743bffe35e20c0473d665eb2e9744e7f9c40014842e6c28050400000000bae70700060000000100be7e49d895da8206691be92d7dd2f3fc8c0444dedc3bd469e56ff85754aa84f30000000048473044022010ec7d418d2a30c4eb7bd74a41a58c778bf64024e3a0c483d2d347202704598402204043b62765543f3aa20f1094c64a461a5a9cf48661d58caf7542bd976b39dd6901feffffff02cad784cd0100000023210277f81df6b963c6ce7bf4204bb554d92605faf8a3c447ae5a93e2cfd51d56d21aac0021038a19304d5dd0a3d63946c38f81436be95bbc81269ea245b05ee9d4d9e00267ebd7769fd1638457d836f3bdc7f407d8874f68e10ceaf6664ad5abc8d27936d037007030cad784cd0100000000d15e70fe000000002321030979d85bf9a3d77e1e7d8bc8ae41e09b393e83616e244100fa87703d7b8a2ed5ac0021038f5d71e7a6c9cd3acfd94e68de71a6a3885e7ab6e4f4affec967d0c714370b8cf7e9968dba9cd7936abeb369bb379400fbe9c4bbc9fa3a6d3aec85712a020f02001484d15e70fe0000000000bae70700060000000100f21b0bc8be7e8c193284653fa73b5a579c84beb4e054eb8ffe185dff65ae694a00000000484730440220296eb0cf297c48aa3de197c72fbde5833626410483d9f7dff11b8a87bb55440b02201d906d69210f85e56dc6f20466fbd9b7ec867848fbce0662f25fd4362fd26beb01feffffff02ae3fd42900000000232102da347940b32e720a65bd3631e1623dfe7971a6bbb4800e1827c78c10dbe335bdac0021036161b0363bd3011f0a3d2675bb6103167cf5b4e6f37e38303529a81157f46353a0d9d5192884d2a202f47e7e66d978fbe03e5c26f9d73982b9ab08393633b888009b09ae3fd42900000000005b298557040000002321028d4199819bc355ee4cc7852e1237416febb8aa418bb34f8e59ca36826292103aac00210221ac68ea3b5327f094ee1c67baa7def9c641701d96fb93d6a927589e82582a2c637ac7a0ec4042ca925b19ce5f5e34ff97251eade6d5ebf07d2d4799221d7c400014845b2985570400000000bae70700060000000100c6fafe045af74c734fac34778d3bdd5fc81d2bfa5385abf9bc5e889dea74eb5e0000000048473044022004557bb864f1c376056a3dec5aa46962f7823ee98c631710a7092afe9f307d7202201bafed9613082971600b08ce54b3c47a7011c808e7984c7471b5cdad7f5fa3c701feffffff0204506f49040000002321035bf3d0bb4d2b1bc999f43219f6e0c44634d05a4c10718e3feed96b2e2c8352b4ac002102395861038658dfa701208f3ec233c54ebec67ab2dd2912b9ac3072a1147f7f04bf9e8878abecbf7758f9c344e815e575ddda64eb95ce423c436324c53105cc8d00148404506f49040000000000249b31000000002321022506024bc2d147a8e734e9422bc067b99019aebde281033f6af3f064976d8633ac002102d6f03a7cecd880d7309ed103c4b9533984311bc79a2a9773987604b44d22b7da8d78e13621217da2f80efbd400a222d7eaf317930a9d82cdf4a6d62fa0beb7b800e32c00249b310000000000bae7070006000000010047611a9f8be4a981d0e0187c4369ac12d6e92263fc5332f2df5b77d4ebc4e0d5000000004847304402200b7f6aefe790f3a3b5cd7f2f8732dd85d2952c14975b8d7514ca7592b1583d7a02203da8021252f7fc029d292351e943739b134792e343460f852f1704ea44b9ed4b01feffffff029e63433701000000232102b183ee06b2c1c68d2f6aea12eb2c707e15f1f0f4e3eae110619adb22955e1fc7ac0021030d966bba5c0c73df1d0d8b7e7418fdc88f913dc77b4528c34570b0f8c2415a9f60288644d5fed9e61c64d441d3a43713125231aee186d1d0cc75b74a5747f3fe0064b19e6343370100000000e02103ba0200000023210256009a7eb19bf3e6b4063161e064a66ac316531c26195ec8c4444740d7a67af7ac002103b774396300038d2eeac2aba90e2159d1e9dfc79214446cbe0d8a64423fa81b67b638dcbc13f6ab49bdb8ace656df3296b538acc784127ba449166d543c6dd458001484e02103ba0200000000bae70700060000000100d77ae5b1d95fd56e19d2d98f635c18bf2d510bd6b32db396063d3ab4a6c81228000000004847304402201e7c33c45bbfeecd0a63e75e8da0ff7cc49a067648f7ca2452d95ac736a7230002204e59499b7b9aa8e7ed319ab745dd00515ddb8e7ae88e2a4ece524d23b5c8420701feffffff020dad45660400000023210217c47191716017ccfaf25956a5fa8b2ef2cb6fd42db9266bc6f179b175bf81b4ac002103304543eb9a4662f3a3f43f9fd87ffb4c734af5e5c1884da4a95be2ff506f7be61305a5a0c486da1a3805f103d74f740a42c334989131e230bc51f3e591871e700014840dad45660400000000fcbb131b0000000023210250c74335114c0d6036bbe5343bbece4a71d8536f3b63d24bc0934c2e42f3a77aac002103c3a1fab9ddddbe2e11fa5e25439294627ec9ed3a53068eabb09c3496256e8a6adde333a2976eb164324587fbf06e632a1c932b1da22f02e5146db8c45859f7f400d30efcbb131b0000000000bae70700060000000100e5dbe2b64a2ed5d906efb7244eb7ab5ffa946fcbd71bd5b577cae2105a265d400100000048473044022039b76c83d581aeebc4614efaae8e113053455c1184d27a6cf8aabc628a87815502202c39b11ad726921649bbb4372adaafdff36c6983c736068f54765a35430ea4e301feffffff029c845735040000002321028c8851e4ab69cb314b02a6d25cd22b042d231d46b61056d97ed54d66f70a0790ac0021030eb990300fe13b2a8997d90b7cfc44dd2aba0a1f4ef547781918905ba560f7856d9d83e5e76e307b3d73ccc90b768a6d175ca686dbe0a50cac04df99a5248c340014849c84573504000000003065e43500000000232103570338b3e6d0482af3f066645b93e8fe65c2b788fa0c8c69c462886ddf10ab38ac002102117072d7154ca51d6a3f5fed1c0268749809ba7828d7c6c76a749641ab0defcc8ece1449d422890d5119cffeacf75768bcae525ce8db3fa1266c62200df3d18800c0a93065e4350000000000bae7070006000000010086b3826c88a5c3c6c1d08bb048184d04ccfaa7cf531c7faab8b79abf443170f4010000004847304402202ca7e55ca3a6fd2536ac8f636053bcc7c832f31c6cca019bae1a73e69e927372022053cb20a3ff9f92258a22b47b0e59a4702992c332a948827d77f250926ce89c7901feffffff0212848b7e03000000232103b5695b9d16f89b93ba7cc8dd8a83b20fc7ddb75f429c1c80a58cec8d7613d9a8ac002103e53c30169a349825529a9a779557179a09b033b482e181c8d423aaeab3ea3fb7aad7f691499431385fa5fe7d14cd51470f3cb4e30b6ca72ab68c3cba7abd059000148412848b7e0300000000786cf6a6000000002321034535578157bbe918c1b268cd678085675f97764e1178f0daa632e44bfeefe9adac00210315faea57ea8c5b4639f380239d3dfdcb767015ee11bbb9748a0a2ba698ec5586f95a8fc149a5ebd20e3593ca79b4d0fa27055eca08fc66e48f16f77e3dc88329000973786cf6a60000000000bae70700060000000100157fcb18a50a69a7fb97564dcc3fb3c00c728f222445c6d709796a4238089161000000004847304402201f3c528f761c4112dc43dae8857fa24db809a4d992ac8e028fbe9eafbe4c4c0202201a5095bcf10ef73faa001d0f5399122fe760eca3b0fef90209cdb250c53e219001feffffff026ea6fa00040000002321020a482e2a5df03b0317d9693b9ab2b692b7960cc2c1c58d4273a060a8d81ff92fac0021033113ebe1a155164daef4cbc3c9ad786f873b2f3de20ecd1a24e592668f544b3229ebe27df82b47c5713d43bf38cfe7fb07d68ce03e40938e6fea9565f0e0904d0061de6ea6fa00040000000068f18104000000002321039912c9755c676f35bc8f05ab5766695003fbd7b55b020c9b4fa5fcfc576f91ecac0021032034fd0dbe3f18ba280107596ce1bcd9cdb494a802a8318bb34f892805af66faa687f01bf7f6af2e3e87aaebc37551dd083a7278b08ad2b1202eb706473dfbac00148468f181040000000000bae70700060000000100f7288437a6ce0ecc5cedf0eb575b96ee78daa2ab1198871f7a82976c53da1e1d000000004847304402206f847947f55ac4d1374024e0d4738bdd8ea3ac30692454ccfc188daa20f1209302204637cadc33b51ddf9bc45f89e555d89a29855544870057cace54867a2d96f67b01feffffff02122f9ca40000000023210249f6d034460fa294d79f6f4f213b9c1860a979ee0bcb17c8c4986d469c398b2cac002102b6c20c270f355b6c9e031e7abe9a90da56efe33a261e2439287e1f3c179732a25f5a621f519c5d72ef62464e4b91cb0915f83e827986eba19ad8d13b81eba59e0008ec122f9ca400000000008aaa0fad0300000023210356e2e582fc6047dc4bb82e9c9a5ba41818f3f51d383d1dcb5e8c761337d30d07ac0021033a32177b4c1f15700f602194299cde62f18280561738e56251376736386cebfc3dd8c1ebdef61201189c34f32da1accf3d98dfa5cd3601c7c21bf6ff2c6c103b0014848aaa0fad0300000000bae7070006000000010061a5a979d00aaa051b3067035d471436d16a2bbc4ae034d3d7e64f30d3846e950000000048473044022055266c4813e641ffe85e42009b7311693c5344c1e33f7d60b3c837a86982922a022079fb1b2dd8dea347b5462db2a92f518706c13c1a272d6fa649f33cfee6d9a35c01feffffff02051920730400000023210267233a8f4215df99158390ebc0b1a6cff9aa504b98810779801f3d881810ec9aac002102834bd1db1b17c5c5a4b11693a4b04745f14e0bec30853bdf2eb6f3aaa58ef6593ea1767ddbad7c70e2c66dc6ca8a6c066c2d582661378c52c8c8fa115387e9db0014840519207304000000000450390e000000002321022a9021cea7e980c7abdb27282829de6398d681cc5eb8c326fe3c4547c617cdcfac00210383a541e4653c9b97466fc6a0f84be4184bf2264ce5afd8cabebbc0de36aa57e8a0aca35b5b76c286037abeab8ea8d8dcf074b039fedec47222978c3d637bba8100e0810450390e0000000000bae707000600000001007ffa53ce37209197b63ea6be40d39aec427711644fe555fef059398f3682c0ef0100000048473044022028833100addd43c079c73413178878d6f598054b9756950e89f3a951a9de809a0220783f52f78c602af6e26aa96c502e764385e2717f2d019ab6717e81b99e3db6dc01feffffff027a4a6e250400000023210296b3252f4a32a0f44b5d63c6dde9a4a651ccaf77f0e9981c9151fe71e7a354ecac002102325765111fe57ce5f0cc5dea933e92cec9852a059a6b2d6a210ee37878b089329361d8c2cb46fa2444c7c7cce71005d3da4e31ec3b875e265add77456f51d5440014847a4a6e250400000000e8b1524000000000232102ebaa7496a6c9586aca1fbdd8088a3dcc2a02077410aea113d1231f259d6b3226ac0021027b34e2b42b31487b68c1c51098d82a137b191b3430e6da1d57a6a3681fd779c6d3bca5cb6d385d02098e6393d4b7930c524e207d0422bcfef0a891f90cba9d3d00191de8b152400000000000bae707000600000001004cc9b023d7f136cb054ea29ae228b786dee12a7c2e9caca9518ce9f0a55e29a7000000004847304402204387707f2cd65b2f6f680c0afb9fb50cec3697a33973ba91806ab5044bf329090220403ad8fdfa38c5acb3252794e540cfa19257aeb740ed101232f22e9a19ee8ad601feffffff0800d6268a00000000232103c8ab0d3b03785268c8d70809ac2f2e1b10e654a5f62259dc544be964982c4accac002103f91484d3f852d6f65621b8d1eef356d9c2e416c03d84e29df60f8e410dbda9ffc54f51ea1ba35a20de9f7da8a6985586200dadb44cce37a1f343314bc7176ba100d73a00d6268a00000000008eb00d3001000000232103021f91db16cb276491ea3547274cfb87ee6c9f92b7b495184b6a1f5ff446f553ac00210250ea92defb63cc2cc8cda32eb2b1d57a694a404e3c0d97722a21fabe85731bbe97349f258abef8f3e205f22d719ee5e919b92c8ac6932e96e89f17330fb56c1600bc008eb00d3001000000009e9db55e00000000232102eed5da16da013aec5dc10e641cc2738dda294e15aca9a8aafaaac6a107e2711fac002103eac45a72b14479cad1781857ff0a9b8eba0317ba416f073d5ef82c88f24cc40e490d7d2725a312923cbdd33e3c6fbd53b076fb5909f252266aed41ff58224fb9005d309e9db55e00000000000a67f129000000002321025d7f19c5d82024ded5867c9c047ca4e29813359f585d9fc2edc85241bdcc0dd9ac002102000c85182fd20800f15fb7e7e0489aea7dd6aa2aacfcfb2a3548af685a05d1aef781a60502943c437d09d9435abdd8f5c4e90d9b92234bd6e83e0ba624d1c7ea01869f0a67f129000000000052bd503a01000000232102c4a373f1e8fceaff952d0f15339084b62f84e3cc1d801e4e9cc7812e37b015aaac0021027d4da3366188332783d72a8a6f8a4b8442b78369ed449bff52c0784d85e99771ca88d4e31ae9569b5a27f4385b83a956be86794423b174ed2e27099653b71943003efa52bd503a0100000000081c4717000000002321033b21b5952553702398c451eeaa84f0cb118f791e60f668e7ac576ff7bc4b4ed8ac0021031c7f29f9ebfbbb53bc5af7c61b68b063fc1df6aa624aa9f3b270598adf3155cf6635dbc0cb4c9bc239836198539f8d5bb56e82d94e872d828272b774d09caebf000f22081c4717000000000091083b0b000000002321026a6ef7525c5d1078e9ec27e8a59f8bcdc37a21f51cdf7ddb70f69592b113a1feac002102ed974f5af62304d29400ed21f72b94c6569c9b0cbabb1c19afb93a02c2598dbfc2d01a91080c6922278c12ce4416e9d6097fc3640d8cfe98898c365c6617588d00ddde91083b0b000000000068abaae100000000232103a8385b1581f8fe21ae015617fbf8002bdd8446fe9343a05feb26e9b84a68e847ac0021027bcd87d5f033967ec42adb12d2d0aa940bffd5202c77f8af7d6e0ba17eefd74a0aff8fa8189978b4ad088dd3f26d4d90a2948f8f5d4aa2995256f0fe4255dc840101fe68abaae10000000000bae707000600000002003fb3374c4f5e16579c67d12392a7264be04cf97065cc8200e0ae35734ebaa88a0100000049483045022100e8e84bd8a947d91e043cfe258df44756fef92a1d45e5cc3853977751b76a60ae02207f6d3f281c23692029133987dba148c5d5b8df08cc81b53a7208928a2052f74801feffffff00322dd710b467c0c3020baf8b3591f7d951c6a7f09d770c7fd3494eb0e681fed70000000049483045022100d8b121687f3deb188d702187b6d08301aebde067c993a8db64a2f7f8a8870bf002200e3ae98710d342eecfd976e4951d07704fc05c73ca69e747023d25767f5b43e101feffffff02234ba80500000000232103bc696a8ddfe0a2a62bf5ca67560eee69c2f3e02c3ef08580039b8eb1c132da0eac002102b00ae31e5a4756d2363b47351f1de7213d91da5c7a9a010f649726d4b53504571694420caa3539d9467ce63e8a10db7893105c27bf6bca46ae149bdcdd59eaa1001484234ba8050000000000a440d21b00000000232102a29bb987ef52e2fa67195ddc87c413309a6de0fb6598621ce41e2ddb13c1c337ac0021033d37ed4f9461f64e54336eaac5c038fbd197413e514b7826efeaa951387a7ee4f4e48f8b4db1395510ca5b8c867ccf5e2946e9037b105f178f4d64a795d0e8b3001754a440d21b0000000000bae707000600000001004f6d027afae03eeceec2966ce4a1e76a1b1f2262148b30c0b9c914f604174a0f0000000049483045022100e42f4052cd4578797207b242e78a5bad4af3164ef5ad56a31eca1768fd08240b022029d1cc6d7be3534ef43467e5e2509a59009eeb878b4623a00cfb2e56a4cce10c01feffffff0259799f53040000002321033235b34909d556baea64b81c19cdc0fc8e2fe5c0426c65cb2ffc7b985c92555fac002102ec1a9f4fed6ec020cce720310bdec1132c2e94024147aab0646dffbc741da6afe1be8a191bf8afdd6c1c73834f04a395ec8ee3975fd73a7a2e916ac02c9b910e00148459799f530400000000b0efb92d000000002321020c1583a24bdfa0c395ba4c5d2aef4f3ce289c8e02d0a5497f183d1471450cc91ac00210249ada27b18d547f2a1a7cd993a7db57f9afe97f6c36d4ccf18c9ecf23be161bc5bec1852d8e099ec3ea224639dee48e2c889e88de5f6b66f00ce8ad757d67bdf001544b0efb92d0000000000bae707000600000001001969898c805ad42f4d53e6b1cc58e77646735d4de5537705e26afbfaca7c82540000000049483045022100fe00ebc74f7a71291fee373ef8d7cfface5ef502a9a71bd07c178d6f738bb3da022066430833f3c7fa5c548434af771bca1767664f98bc5be339cb2e0191f34df41701feffffff023921c405000000002321025a9707c139912972a0684cb45b0658f20747365ca18e95989f09153a3a8c669aac00210230e7e354cefde04035fdbece6f53d5b7ed95ce85b97b602b088792f70f3caaa5b20958fc1fab9b0b69d354f285523cd926be21a0414bc756fd42c066352af480006bd73921c4050000000000d047957b040000002321030aea526fb1d48fadea03ae4b89a975c83a991065892c4ca89d12f24c30582b13ac002102e6230909b8e9ce4a5f52e610be79bf16514e7b4876bf7310c6524830e59e4294f9d8852e374ef7f700d671b59c56c866d4aadeb407a4816e5cda9e7b4d8df22d009082d047957b0400000000bae70700060000000100b55badeac6d4193705858ebbf8a07cfeaa927ca28c0b6abf9b09e022a9e5176f0100000049483045022100fdb09c4b2d1e4d3e28bf1c799f7900472087aff2abb90440b5817deff21a98c7022041df81c33fd002dd350468460759760c34299ef71efb1b561bdf2371058ee2e101feffffff02668b87df01000000232103034397b5e16a57365529b899d57a1d0890d92c0277915dc4f23a158e7590266dac0021029b55a39dd16c15039447a4511da4498c2492afea3474232b4d534629f7e885b6f4579a23a9cf56eae1d8c5592cfdb99b67d097ec2b0f216b19d77c78def69591000497668b87df0100000000fed6a27a00000000232102984e4f96fad14ba06da19b6bbbda30bf473d47d93f3c4d73f1b4217e73b97919ac0021031d301591d5f8a8c23626c8963d847202f7f02f342e7d0a2721a880222fbe9583b7849a34ec36f999d0cade62cc854887a1aedf3f0507fa6a43c4a7bb1dd0eb15001484fed6a27a0000000000bae70700060000000100759059d3a1c5e169add639fd112d4c4871bd5c7ed91012a1595d9d7210f2e9c80100000049483045022100caf92273facdd17d0d0b8b893627c4b9a2f2bdf07d6deddcf0b94dac823f565f022026dbb08d582b962b3ac1f31e3bce70e28bd15064f869ff7abbf4284980b5aae801feffffff02d8e46b0c00000000232102b7dabf3bf2a969829068d34f8f7889337044902dedfb69f867ad9df43321fe12ac00210298202682b70f5c1925be28ac4dab69bbc3780b6f31141e8c46a89782bf1677affeb03a0ea4ee33a7c512235d7976f830b5df4abc041890f26347a3e180f4c0ad001484d8e46b0c0000000000cae0ee44030000002321039f948f3510b0859beac67a83a740c47ec0f0e84cb8708de9b5bcb935c239ea41ac002103101bdda77f34548e2d769266386fd5ee4743c70a4f2ed7b08218c4079b49d448dbea20e288b8b43c9b1ed9097b847f5b7bb8a5fe7a4becf082d9432930d8934000f912cae0ee440300000000bae707000600000001005066ea8f5be3c851705f000da08322b80d5c859b01e90330ba5400e37ed86f580100000049483045022100d77c2eebed07984276e5cc8dd8f9a9507ff28f9b58aa21a51fc7eb23bff6271202207ab642747074b30bc0f6c351e2c4ff003d954ace65b9f1473d26cf3f5863ff2701feffffff027a592df4030000002321026680f1fbb357061b46f41adf1c02ded6f7d116e53a68fda425800927d9f393fbac002103fb3a06c36aa0a57c23fc5b9e6e19b5d52b7e365c05388ce6d49ba88184f9506a9a3c9e37276729796c33a292ad5ab660e0ddae9d4ea7c2bb003d09e5ddd5c91a0014847a592df40300000000e2f7a066000000002321032aedc9bd99e56e0b675257f229c7488ab6d691b9077b6705ee96c214d5f43b5fac00210380f7bc318ca3060f4033129fdc000617b27fe57b62afa339c43a39b150eaf1d63d76c879cd1df798250b7430c3b1f2502011a17c4f9cca71c4ec01d0868750d5000163e2f7a0660000000000abe70700 > [2019-08-09T13:38:26.425Z] [silly] [bitcash] [Pool [:1]] : blockHashInvalid = 00000000a1f9893c77613689c7a43905829baeb23bb48f76594c65eb3a4db956 > > =================================================== > > > [2019-08-09T13:38:11.900Z] [silly] [bitcash] [Pool [:1]] : Trying to process share in jobmanager > [2019-08-09T13:38:11.900Z] [silly] [bitcash] [Pool [:1]] : extraNonce2.length / 2 !== _this.extraNonce2Size > [2019-08-09T13:38:11.901Z] [silly] [bitcash] [Pool [:1]] : typeof job === 'undefined' || job.jobId != jobId > [2019-08-09T13:38:11.901Z] [silly] [bitcash] [Pool [:1]] : nTime.length !== 8 > [2019-08-09T13:38:11.901Z] [silly] [bitcash] [Pool [:1]] : nTime, 16 > [2019-08-09T13:38:11.902Z] [silly] [bitcash] [Pool [:1]] : nonce.length !== 8 > [2019-08-09T13:38:11.902Z] [silly] [bitcash] [Pool [:1]] : !job.registerSubmit(extraNonce1, extraNonce2, nTime, nonce) > [2019-08-09T13:38:11.902Z] [silly] [bitcash] [Pool [:1]] : extraNonce1Buffer = 60000003 > [2019-08-09T13:38:11.903Z] [silly] [bitcash] [Pool [:1]] : extraNonce2Buffer = 90040000 > [2019-08-09T13:38:11.903Z] [silly] [bitcash] [Pool [:1]] : coinbaseBuffer = 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bbe7070411774d5d0860000003900400000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9eda9505f236fb6e0f2a882fd1f2e02d171e092f5bae4a952ffebd63fa1020f1d4df1655d81040000002676a9140255686b7df81a21db148393668482b85f3393b882a835d7ee3893c7d78479cec488ac00000000 > [2019-08-09T13:38:11.903Z] [silly] [bitcash] [Pool [:1]] : coinbaseHash = 22bc4863cd5052498a9bc21305ae1fe60b63a0889aea30e7133d33ee53853b16 > [2019-08-09T13:38:11.904Z] [silly] [bitcash] [Pool [:1]] : merkleRoot = cfe96b2731a7b709e55cf0cfb5fd215c8661b1c69967125c038061905c893b7d > [2019-08-09T13:38:11.904Z] [silly] [bitcash] [Pool [:1]] : headerBuffer = 0c000020d79b0c99e53bd8e4e342003115f8252d98a98ec68fa432780ff31600000000007d3b895c906180035c126799c6b161865c21fdb5cff05ce509b7a731276be9cf11774d5de4321f1b36568e61 > [2019-08-09T13:38:11.904Z] [silly] [bitcash] [Pool [:1]] : headerHash = 81612f5075e5801006fcacde773995cba0eaa17c817006e7a7947f8e03000000 > [2019-08-09T13:38:11.905Z] [silly] [bitcash] [Pool [:1]] : headerBigNum = 038e7f94a7e70670817ca1eaa0cb953977deacfc061080e575502f6181 > [2019-08-09T13:38:11.905Z] [silly] [bitcash] [Pool [:1]] : shareDiff = 71.9770652325303 > [2019-08-09T13:38:11.906Z] [silly] [bitcash] [Pool [:1]] : blockDiffAdjusted = 537743.905814528 > [2019-08-09T13:38:11.906Z] [silly] [bitcash] [Pool [:1]] : blockHexInvalid = 0c000020d79b0c99e53bd8e4e342003115f8252d98a98ec68fa432780ff31600000000007d3b895c906180035c126799c6b161865c21fdb5cff05ce509b7a731276be9cf11774d5de4321f1b36568e611601000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bbe7070411774d5d0860000003900400000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9eda9505f236fb6e0f2a882fd1f2e02d171e092f5bae4a952ffebd63fa1020f1d4df1655d81040000002676a9140255686b7df81a21db148393668482b85f3393b882a835d7ee3893c7d78479cec488ac0000000006000000040001fdb07a2189dadf4980971f65663ca160a80f1ab1ff698aded4250a00d1ccb20000000049483045022100e267be8850fba1c57304b10053f8d0964cd8d7001e66dbab39a114971db29dd7022020bbfcca2eb41513320526e0aac2e51162ebb73e7aaa216c5a88963ebc5f716701feffffff00bef8bbd2c9308d24f9a21515df91b9662402f2bc8a1b7d9af23d16b526c9bb9a00000000484730440220736ed96fac7f74ee32afc8496e8632d55b0a36a063408198e4403a14b704876502200d574da9ba52bc5321bd1a47914008e25641fd3f9524b8f443ac007050adfc7401feffffff001fc6da825e84e317e3961bec343285901dbd9f5e4688d330a574163a6de0e0c800000000494830450221008e6270a2f192aae876fd21fb0da993cddc90b466e5e48c273ecd2cee5f1cf7450220775a09c667b09b4fb4a6ca4e6463659c3a583b21c10b23e6112a2d4258fd6f0e01feffffff003020b441531328c3c9ef10672d3cf2171ecfd9f859dcb49780c51251ceed171600000000484730440220394a57e18c825e05e0d31094a3571e35fe979e1c0f3a6954270f312f34958d5102202804b842a0d4e7019e6bec460276a2f5500674ba0f9643eb0db08da21e46f13201feffffff020a0f67d3060000002321020314a5962d0159bb2a2c0842142b02a09b7de063a70e8c31efa07178b9806396ac002103a87189da4e48b001e6e39b1dfe8015a3b600dcf1fe56d03de9558267ea8595e0d1542440380a2ab63ae6fc7385644705254907ef74260212a3cc2546805c8ecb0048da0a0f67d306000000004ec918010000000023210313e4bbf30209803f54ad78159110033b24475e9749f907870bbfe3c8f0a5cfe8ac0021029c80920e8842c0b0f13c9ee8f390792ee4c6064d7171be8248b7c37f5c3a83dd2f0f1e219da3819ac09cbf4021f0ff5fe358b5e952f6908c5895c14075bfe3780014844ec918010000000000bae70700060000000100e08e5175114aad98e5e2222fc5cd1a6cad32c5797e25971d331558614b6174e200000000484730440220377938512ffbe4c5c70520bd15647ed904a08feffea178fc10c7b2bb11d7388802207202373fd726a71eac12916bde55efab893c063666a0c6b08d6e65c5c25daf4901feffffff024674200700000000232103b2d4c66d2faded618401af79ddc7bd568553ad6ea81154f7314189d49946f881ac00210320a2fa5f9668710ccc1c908d3a20d659862abcef4c2c14e9ce68a6ff5df7bbaba6d44a5f73a44708d1efb18b6d294fdc81e923717480916c4fb0e6f13ebb24b3006806467420070000000000c3f4387a04000000232103a97517a40626df65fdb7b883d6dce64deb94f639a6f5912b1d83c025157d4a91ac002102aa7be8416b701a5fff57c2d9914fb320243b0791675f7c14ea3c41f3d00569ed98fd5c314590372b52efc1a2308bb9e45b933db31d24bf5c22469b82304d5eb5001484c3f4387a0400000000bae70700060000000100a4fd5fa15e3fcacd274fa2e4c0d27dab38b8b241709114c09e42d505f4a34b5c0000000048473044022055bb349b46648b35a15b3fdf7f745285a37af48778ca4698981d8b81babd387602206bb059cdc4024263399886204f7cd2b64d8769544ea79170367d1fb0ad30aa7f01feffffff02cc473a5700000000232103ca2e6b2cb00673232ce4fb58ca235eadfe652d0c717290e35d70f0fdef40a8f3ac002102176490cf2bbc3462bfa58009663eeac02d2e6f9caba030ca56a1f1584298bc68e4d8cafca3bc62d877beead92f71d8f0d1d833d82eace792da6b52ff5c4ea1a20026a3cc473a5700000000002e6c28050400000023210307d6b633da837bc8f463354fa7a7aba59d93b799ff00901172aa2128bde7a56cac0021025275f2f7e159cf854ceec7b5e50240d043b2e18aea3366d40858a00a7819f905a71f3306ca59349de3bff796489d7743bffe35e20c0473d665eb2e9744e7f9c40014842e6c28050400000000bae70700060000000100be7e49d895da8206691be92d7dd2f3fc8c0444dedc3bd469e56ff85754aa84f30000000048473044022010ec7d418d2a30c4eb7bd74a41a58c778bf64024e3a0c483d2d347202704598402204043b62765543f3aa20f1094c64a461a5a9cf48661d58caf7542bd976b39dd6901feffffff02cad784cd0100000023210277f81df6b963c6ce7bf4204bb554d92605faf8a3c447ae5a93e2cfd51d56d21aac0021038a19304d5dd0a3d63946c38f81436be95bbc81269ea245b05ee9d4d9e00267ebd7769fd1638457d836f3bdc7f407d8874f68e10ceaf6664ad5abc8d27936d037007030cad784cd0100000000d15e70fe000000002321030979d85bf9a3d77e1e7d8bc8ae41e09b393e83616e244100fa87703d7b8a2ed5ac0021038f5d71e7a6c9cd3acfd94e68de71a6a3885e7ab6e4f4affec967d0c714370b8cf7e9968dba9cd7936abeb369bb379400fbe9c4bbc9fa3a6d3aec85712a020f02001484d15e70fe0000000000bae70700060000000100f21b0bc8be7e8c193284653fa73b5a579c84beb4e054eb8ffe185dff65ae694a00000000484730440220296eb0cf297c48aa3de197c72fbde5833626410483d9f7dff11b8a87bb55440b02201d906d69210f85e56dc6f20466fbd9b7ec867848fbce0662f25fd4362fd26beb01feffffff02ae3fd42900000000232102da347940b32e720a65bd3631e1623dfe7971a6bbb4800e1827c78c10dbe335bdac0021036161b0363bd3011f0a3d2675bb6103167cf5b4e6f37e38303529a81157f46353a0d9d5192884d2a202f47e7e66d978fbe03e5c26f9d73982b9ab08393633b888009b09ae3fd42900000000005b298557040000002321028d4199819bc355ee4cc7852e1237416febb8aa418bb34f8e59ca36826292103aac00210221ac68ea3b5327f094ee1c67baa7def9c641701d96fb93d6a927589e82582a2c637ac7a0ec4042ca925b19ce5f5e34ff97251eade6d5ebf07d2d4799221d7c400014845b2985570400000000bae70700060000000100c6fafe045af74c734fac34778d3bdd5fc81d2bfa5385abf9bc5e889dea74eb5e0000000048473044022004557bb864f1c376056a3dec5aa46962f7823ee98c631710a7092afe9f307d7202201bafed9613082971600b08ce54b3c47a7011c808e7984c7471b5cdad7f5fa3c701feffffff0204506f49040000002321035bf3d0bb4d2b1bc999f43219f6e0c44634d05a4c10718e3feed96b2e2c8352b4ac002102395861038658dfa701208f3ec233c54ebec67ab2dd2912b9ac3072a1147f7f04bf9e8878abecbf7758f9c344e815e575ddda64eb95ce423c436324c53105cc8d00148404506f49040000000000249b31000000002321022506024bc2d147a8e734e9422bc067b99019aebde281033f6af3f064976d8633ac002102d6f03a7cecd880d7309ed103c4b9533984311bc79a2a9773987604b44d22b7da8d78e13621217da2f80efbd400a222d7eaf317930a9d82cdf4a6d62fa0beb7b800e32c00249b310000000000bae7070006000000010047611a9f8be4a981d0e0187c4369ac12d6e92263fc5332f2df5b77d4ebc4e0d5000000004847304402200b7f6aefe790f3a3b5cd7f2f8732dd85d2952c14975b8d7514ca7592b1583d7a02203da8021252f7fc029d292351e943739b134792e343460f852f1704ea44b9ed4b01feffffff029e63433701000000232102b183ee06b2c1c68d2f6aea12eb2c707e15f1f0f4e3eae110619adb22955e1fc7ac0021030d966bba5c0c73df1d0d8b7e7418fdc88f913dc77b4528c34570b0f8c2415a9f60288644d5fed9e61c64d441d3a43713125231aee186d1d0cc75b74a5747f3fe0064b19e6343370100000000e02103ba0200000023210256009a7eb19bf3e6b4063161e064a66ac316531c26195ec8c4444740d7a67af7ac002103b774396300038d2eeac2aba90e2159d1e9dfc79214446cbe0d8a64423fa81b67b638dcbc13f6ab49bdb8ace656df3296b538acc784127ba449166d543c6dd458001484e02103ba0200000000bae70700060000000100d77ae5b1d95fd56e19d2d98f635c18bf2d510bd6b32db396063d3ab4a6c81228000000004847304402201e7c33c45bbfeecd0a63e75e8da0ff7cc49a067648f7ca2452d95ac736a7230002204e59499b7b9aa8e7ed319ab745dd00515ddb8e7ae88e2a4ece524d23b5c8420701feffffff020dad45660400000023210217c47191716017ccfaf25956a5fa8b2ef2cb6fd42db9266bc6f179b175bf81b4ac002103304543eb9a4662f3a3f43f9fd87ffb4c734af5e5c1884da4a95be2ff506f7be61305a5a0c486da1a3805f103d74f740a42c334989131e230bc51f3e591871e700014840dad45660400000000fcbb131b0000000023210250c74335114c0d6036bbe5343bbece4a71d8536f3b63d24bc0934c2e42f3a77aac002103c3a1fab9ddddbe2e11fa5e25439294627ec9ed3a53068eabb09c3496256e8a6adde333a2976eb164324587fbf06e632a1c932b1da22f02e5146db8c45859f7f400d30efcbb131b0000000000bae70700060000000100e5dbe2b64a2ed5d906efb7244eb7ab5ffa946fcbd71bd5b577cae2105a265d400100000048473044022039b76c83d581aeebc4614efaae8e113053455c1184d27a6cf8aabc628a87815502202c39b11ad726921649bbb4372adaafdff36c6983c736068f54765a35430ea4e301feffffff029c845735040000002321028c8851e4ab69cb314b02a6d25cd22b042d231d46b61056d97ed54d66f70a0790ac0021030eb990300fe13b2a8997d90b7cfc44dd2aba0a1f4ef547781918905ba560f7856d9d83e5e76e307b3d73ccc90b768a6d175ca686dbe0a50cac04df99a5248c340014849c84573504000000003065e43500000000232103570338b3e6d0482af3f066645b93e8fe65c2b788fa0c8c69c462886ddf10ab38ac002102117072d7154ca51d6a3f5fed1c0268749809ba7828d7c6c76a749641ab0defcc8ece1449d422890d5119cffeacf75768bcae525ce8db3fa1266c62200df3d18800c0a93065e4350000000000bae7070006000000010086b3826c88a5c3c6c1d08bb048184d04ccfaa7cf531c7faab8b79abf443170f4010000004847304402202ca7e55ca3a6fd2536ac8f636053bcc7c832f31c6cca019bae1a73e69e927372022053cb20a3ff9f92258a22b47b0e59a4702992c332a948827d77f250926ce89c7901feffffff0212848b7e03000000232103b5695b9d16f89b93ba7cc8dd8a83b20fc7ddb75f429c1c80a58cec8d7613d9a8ac002103e53c30169a349825529a9a779557179a09b033b482e181c8d423aaeab3ea3fb7aad7f691499431385fa5fe7d14cd51470f3cb4e30b6ca72ab68c3cba7abd059000148412848b7e0300000000786cf6a6000000002321034535578157bbe918c1b268cd678085675f97764e1178f0daa632e44bfeefe9adac00210315faea57ea8c5b4639f380239d3dfdcb767015ee11bbb9748a0a2ba698ec5586f95a8fc149a5ebd20e3593ca79b4d0fa27055eca08fc66e48f16f77e3dc88329000973786cf6a60000000000bae70700060000000100157fcb18a50a69a7fb97564dcc3fb3c00c728f222445c6d709796a4238089161000000004847304402201f3c528f761c4112dc43dae8857fa24db809a4d992ac8e028fbe9eafbe4c4c0202201a5095bcf10ef73faa001d0f5399122fe760eca3b0fef90209cdb250c53e219001feffffff026ea6fa00040000002321020a482e2a5df03b0317d9693b9ab2b692b7960cc2c1c58d4273a060a8d81ff92fac0021033113ebe1a155164daef4cbc3c9ad786f873b2f3de20ecd1a24e592668f544b3229ebe27df82b47c5713d43bf38cfe7fb07d68ce03e40938e6fea9565f0e0904d0061de6ea6fa00040000000068f18104000000002321039912c9755c676f35bc8f05ab5766695003fbd7b55b020c9b4fa5fcfc576f91ecac0021032034fd0dbe3f18ba280107596ce1bcd9cdb494a802a8318bb34f892805af66faa687f01bf7f6af2e3e87aaebc37551dd083a7278b08ad2b1202eb706473dfbac00148468f181040000000000bae70700060000000100f7288437a6ce0ecc5cedf0eb575b96ee78daa2ab1198871f7a82976c53da1e1d000000004847304402206f847947f55ac4d1374024e0d4738bdd8ea3ac30692454ccfc188daa20f1209302204637cadc33b51ddf9bc45f89e555d89a29855544870057cace54867a2d96f67b01feffffff02122f9ca40000000023210249f6d034460fa294d79f6f4f213b9c1860a979ee0bcb17c8c4986d469c398b2cac002102b6c20c270f355b6c9e031e7abe9a90da56efe33a261e2439287e1f3c179732a25f5a621f519c5d72ef62464e4b91cb0915f83e827986eba19ad8d13b81eba59e0008ec122f9ca400000000008aaa0fad0300000023210356e2e582fc6047dc4bb82e9c9a5ba41818f3f51d383d1dcb5e8c761337d30d07ac0021033a32177b4c1f15700f602194299cde62f18280561738e56251376736386cebfc3dd8c1ebdef61201189c34f32da1accf3d98dfa5cd3601c7c21bf6ff2c6c103b0014848aaa0fad0300000000bae7070006000000010061a5a979d00aaa051b3067035d471436d16a2bbc4ae034d3d7e64f30d3846e950000000048473044022055266c4813e641ffe85e42009b7311693c5344c1e33f7d60b3c837a86982922a022079fb1b2dd8dea347b5462db2a92f518706c13c1a272d6fa649f33cfee6d9a35c01feffffff02051920730400000023210267233a8f4215df99158390ebc0b1a6cff9aa504b98810779801f3d881810ec9aac002102834bd1db1b17c5c5a4b11693a4b04745f14e0bec30853bdf2eb6f3aaa58ef6593ea1767ddbad7c70e2c66dc6ca8a6c066c2d582661378c52c8c8fa115387e9db0014840519207304000000000450390e000000002321022a9021cea7e980c7abdb27282829de6398d681cc5eb8c326fe3c4547c617cdcfac00210383a541e4653c9b97466fc6a0f84be4184bf2264ce5afd8cabebbc0de36aa57e8a0aca35b5b76c286037abeab8ea8d8dcf074b039fedec47222978c3d637bba8100e0810450390e0000000000bae707000600000001007ffa53ce37209197b63ea6be40d39aec427711644fe555fef059398f3682c0ef0100000048473044022028833100addd43c079c73413178878d6f598054b9756950e89f3a951a9de809a0220783f52f78c602af6e26aa96c502e764385e2717f2d019ab6717e81b99e3db6dc01feffffff027a4a6e250400000023210296b3252f4a32a0f44b5d63c6dde9a4a651ccaf77f0e9981c9151fe71e7a354ecac002102325765111fe57ce5f0cc5dea933e92cec9852a059a6b2d6a210ee37878b089329361d8c2cb46fa2444c7c7cce71005d3da4e31ec3b875e265add77456f51d5440014847a4a6e250400000000e8b1524000000000232102ebaa7496a6c9586aca1fbdd8088a3dcc2a02077410aea113d1231f259d6b3226ac0021027b34e2b42b31487b68c1c51098d82a137b191b3430e6da1d57a6a3681fd779c6d3bca5cb6d385d02098e6393d4b7930c524e207d0422bcfef0a891f90cba9d3d00191de8b152400000000000bae707000600000001004cc9b023d7f136cb054ea29ae228b786dee12a7c2e9caca9518ce9f0a55e29a7000000004847304402204387707f2cd65b2f6f680c0afb9fb50cec3697a33973ba91806ab5044bf329090220403ad8fdfa38c5acb3252794e540cfa19257aeb740ed101232f22e9a19ee8ad601feffffff0800d6268a00000000232103c8ab0d3b03785268c8d70809ac2f2e1b10e654a5f62259dc544be964982c4accac002103f91484d3f852d6f65621b8d1eef356d9c2e416c03d84e29df60f8e410dbda9ffc54f51ea1ba35a20de9f7da8a6985586200dadb44cce37a1f343314bc7176ba100d73a00d6268a00000000008eb00d3001000000232103021f91db16cb276491ea3547274cfb87ee6c9f92b7b495184b6a1f5ff446f553ac00210250ea92defb63cc2cc8cda32eb2b1d57a694a404e3c0d97722a21fabe85731bbe97349f258abef8f3e205f22d719ee5e919b92c8ac6932e96e89f17330fb56c1600bc008eb00d3001000000009e9db55e00000000232102eed5da16da013aec5dc10e641cc2738dda294e15aca9a8aafaaac6a107e2711fac002103eac45a72b14479cad1781857ff0a9b8eba0317ba416f073d5ef82c88f24cc40e490d7d2725a312923cbdd33e3c6fbd53b076fb5909f252266aed41ff58224fb9005d309e9db55e00000000000a67f129000000002321025d7f19c5d82024ded5867c9c047ca4e29813359f585d9fc2edc85241bdcc0dd9ac002102000c85182fd20800f15fb7e7e0489aea7dd6aa2aacfcfb2a3548af685a05d1aef781a60502943c437d09d9435abdd8f5c4e90d9b92234bd6e83e0ba624d1c7ea01869f0a67f129000000000052bd503a01000000232102c4a373f1e8fceaff952d0f15339084b62f84e3cc1d801e4e9cc7812e37b015aaac0021027d4da3366188332783d72a8a6f8a4b8442b78369ed449bff52c0784d85e99771ca88d4e31ae9569b5a27f4385b83a956be86794423b174ed2e27099653b71943003efa52bd503a0100000000081c4717000000002321033b21b5952553702398c451eeaa84f0cb118f791e60f668e7ac576ff7bc4b4ed8ac0021031c7f29f9ebfbbb53bc5af7c61b68b063fc1df6aa624aa9f3b270598adf3155cf6635dbc0cb4c9bc239836198539f8d5bb56e82d94e872d828272b774d09caebf000f22081c4717000000000091083b0b000000002321026a6ef7525c5d1078e9ec27e8a59f8bcdc37a21f51cdf7ddb70f69592b113a1feac002102ed974f5af62304d29400ed21f72b94c6569c9b0cbabb1c19afb93a02c2598dbfc2d01a91080c6922278c12ce4416e9d6097fc3640d8cfe98898c365c6617588d00ddde91083b0b000000000068abaae100000000232103a8385b1581f8fe21ae015617fbf8002bdd8446fe9343a05feb26e9b84a68e847ac0021027bcd87d5f033967ec42adb12d2d0aa940bffd5202c77f8af7d6e0ba17eefd74a0aff8fa8189978b4ad088dd3f26d4d90a2948f8f5d4aa2995256f0fe4255dc840101fe68abaae10000000000bae707000600000002003fb3374c4f5e16579c67d12392a7264be04cf97065cc8200e0ae35734ebaa88a0100000049483045022100e8e84bd8a947d91e043cfe258df44756fef92a1d45e5cc3853977751b76a60ae02207f6d3f281c23692029133987dba148c5d5b8df08cc81b53a7208928a2052f74801feffffff00322dd710b467c0c3020baf8b3591f7d951c6a7f09d770c7fd3494eb0e681fed70000000049483045022100d8b121687f3deb188d702187b6d08301aebde067c993a8db64a2f7f8a8870bf002200e3ae98710d342eecfd976e4951d07704fc05c73ca69e747023d25767f5b43e101feffffff02234ba80500000000232103bc696a8ddfe0a2a62bf5ca67560eee69c2f3e02c3ef08580039b8eb1c132da0eac002102b00ae31e5a4756d2363b47351f1de7213d91da5c7a9a010f649726d4b53504571694420caa3539d9467ce63e8a10db7893105c27bf6bca46ae149bdcdd59eaa1001484234ba8050000000000a440d21b00000000232102a29bb987ef52e2fa67195ddc87c413309a6de0fb6598621ce41e2ddb13c1c337ac0021033d37ed4f9461f64e54336eaac5c038fbd197413e514b7826efeaa951387a7ee4f4e48f8b4db1395510ca5b8c867ccf5e2946e9037b105f178f4d64a795d0e8b3001754a440d21b0000000000bae707000600000001004f6d027afae03eeceec2966ce4a1e76a1b1f2262148b30c0b9c914f604174a0f0000000049483045022100e42f4052cd4578797207b242e78a5bad4af3164ef5ad56a31eca1768fd08240b022029d1cc6d7be3534ef43467e5e2509a59009eeb878b4623a00cfb2e56a4cce10c01feffffff0259799f53040000002321033235b34909d556baea64b81c19cdc0fc8e2fe5c0426c65cb2ffc7b985c92555fac002102ec1a9f4fed6ec020cce720310bdec1132c2e94024147aab0646dffbc741da6afe1be8a191bf8afdd6c1c73834f04a395ec8ee3975fd73a7a2e916ac02c9b910e00148459799f530400000000b0efb92d000000002321020c1583a24bdfa0c395ba4c5d2aef4f3ce289c8e02d0a5497f183d1471450cc91ac00210249ada27b18d547f2a1a7cd993a7db57f9afe97f6c36d4ccf18c9ecf23be161bc5bec1852d8e099ec3ea224639dee48e2c889e88de5f6b66f00ce8ad757d67bdf001544b0efb92d0000000000bae707000600000001001969898c805ad42f4d53e6b1cc58e77646735d4de5537705e26afbfaca7c82540000000049483045022100fe00ebc74f7a71291fee373ef8d7cfface5ef502a9a71bd07c178d6f738bb3da022066430833f3c7fa5c548434af771bca1767664f98bc5be339cb2e0191f34df41701feffffff023921c405000000002321025a9707c139912972a0684cb45b0658f20747365ca18e95989f09153a3a8c669aac00210230e7e354cefde04035fdbece6f53d5b7ed95ce85b97b602b088792f70f3caaa5b20958fc1fab9b0b69d354f285523cd926be21a0414bc756fd42c066352af480006bd73921c4050000000000d047957b040000002321030aea526fb1d48fadea03ae4b89a975c83a991065892c4ca89d12f24c30582b13ac002102e6230909b8e9ce4a5f52e610be79bf16514e7b4876bf7310c6524830e59e4294f9d8852e374ef7f700d671b59c56c866d4aadeb407a4816e5cda9e7b4d8df22d009082d047957b0400000000bae70700060000000100b55badeac6d4193705858ebbf8a07cfeaa927ca28c0b6abf9b09e022a9e5176f0100000049483045022100fdb09c4b2d1e4d3e28bf1c799f7900472087aff2abb90440b5817deff21a98c7022041df81c33fd002dd350468460759760c34299ef71efb1b561bdf2371058ee2e101feffffff02668b87df01000000232103034397b5e16a57365529b899d57a1d0890d92c0277915dc4f23a158e7590266dac0021029b55a39dd16c15039447a4511da4498c2492afea3474232b4d534629f7e885b6f4579a23a9cf56eae1d8c5592cfdb99b67d097ec2b0f216b19d77c78def69591000497668b87df0100000000fed6a27a00000000232102984e4f96fad14ba06da19b6bbbda30bf473d47d93f3c4d73f1b4217e73b97919ac0021031d301591d5f8a8c23626c8963d847202f7f02f342e7d0a2721a880222fbe9583b7849a34ec36f999d0cade62cc854887a1aedf3f0507fa6a43c4a7bb1dd0eb15001484fed6a27a0000000000bae70700060000000100759059d3a1c5e169add639fd112d4c4871bd5c7ed91012a1595d9d7210f2e9c80100000049483045022100caf92273facdd17d0d0b8b893627c4b9a2f2bdf07d6deddcf0b94dac823f565f022026dbb08d582b962b3ac1f31e3bce70e28bd15064f869ff7abbf4284980b5aae801feffffff02d8e46b0c00000000232102b7dabf3bf2a969829068d34f8f7889337044902dedfb69f867ad9df43321fe12ac00210298202682b70f5c1925be28ac4dab69bbc3780b6f31141e8c46a89782bf1677affeb03a0ea4ee33a7c512235d7976f830b5df4abc041890f26347a3e180f4c0ad001484d8e46b0c0000000000cae0ee44030000002321039f948f3510b0859beac67a83a740c47ec0f0e84cb8708de9b5bcb935c239ea41ac002103101bdda77f34548e2d769266386fd5ee4743c70a4f2ed7b08218c4079b49d448dbea20e288b8b43c9b1ed9097b847f5b7bb8a5fe7a4becf082d9432930d8934000f912cae0ee440300000000bae707000600000001005066ea8f5be3c851705f000da08322b80d5c859b01e90330ba5400e37ed86f580100000049483045022100d77c2eebed07984276e5cc8dd8f9a9507ff28f9b58aa21a51fc7eb23bff6271202207ab642747074b30bc0f6c351e2c4ff003d954ace65b9f1473d26cf3f5863ff2701feffffff027a592df4030000002321026680f1fbb357061b46f41adf1c02ded6f7d116e53a68fda425800927d9f393fbac002103fb3a06c36aa0a57c23fc5b9e6e19b5d52b7e365c05388ce6d49ba88184f9506a9a3c9e37276729796c33a292ad5ab660e0ddae9d4ea7c2bb003d09e5ddd5c91a0014847a592df40300000000e2f7a066000000002321032aedc9bd99e56e0b675257f229c7488ab6d691b9077b6705ee96c214d5f43b5fac00210380f7bc318ca3060f4033129fdc000617b27fe57b62afa339c43a39b150eaf1d63d76c879cd1df798250b7430c3b1f2502011a17c4f9cca71c4ec01d0868750d5000163e2f7a0660000000000abe70700 > [2019-08-09T13:38:11.907Z] [silly] [bitcash] [Pool [:1]] : blockHashInvalid = 000000038e7f94a7e70670817ca1eaa0cb953977deacfc061080e575502f6181 > > =================================================== > > [2019-08-09T23:27:58.482Z] [silly] [pexacoin] [Pool [:1]] : result from jobManager process share = {"result":true,"error":null} > [2019-08-09T23:28:07.206Z] [info] [pexacoin] [Pool [:1]] : No new blocks for 55 seconds - updating transactions & rebroadcasting work > [2019-08-09T23:28:07.207Z] [info] [pexacoin] [Pool [:1]] : DIFFICULTY>UPDATE> diff: 132.50311332 miner: XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp worker: TREX3 > [2019-08-09T23:28:13.031Z] [silly] [pexacoin] [Pool [:1]] : mining.submit message from miner > [2019-08-09T23:28:13.032Z] [silly] [pexacoin] [Pool [:1]] : mining.submit event, params = {"name":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","jobId":"4f7","extraNonce2":"13000000","nTime":"5d4e0187","nonce":"7ce89807"} > [2019-08-09T23:28:13.032Z] [silly] [pexacoin] [Pool [:1]] : Trying to process share in jobmanager > [2019-08-09T23:28:13.032Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2.length / 2 !== _this.extraNonce2Size > [2019-08-09T23:28:13.033Z] [silly] [pexacoin] [Pool [:1]] : typeof job === 'undefined' || job.jobId != jobId > [2019-08-09T23:28:13.033Z] [silly] [pexacoin] [Pool [:1]] : nTime.length !== 8 > [2019-08-09T23:28:13.034Z] [silly] [pexacoin] [Pool [:1]] : nTime, 16 > [2019-08-09T23:28:13.034Z] [silly] [pexacoin] [Pool [:1]] : nonce.length !== 8 > [2019-08-09T23:28:13.035Z] [silly] [pexacoin] [Pool [:1]] : !job.registerSubmit(extraNonce1, extraNonce2, nTime, nonce) > [2019-08-09T23:28:13.035Z] [silly] [pexacoin] [Pool [:1]] : extraNonce1Buffer = 78000000 > [2019-08-09T23:28:13.035Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2Buffer = 13000000 > [2019-08-09T23:28:13.036Z] [silly] [pexacoin] [Pool [:1]] : coinbaseBuffer = 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000130000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000 > [2019-08-09T23:28:13.036Z] [silly] [pexacoin] [Pool [:1]] : coinbaseHash = c40e64f11bf7cf371b4a92ae66be33fc0c7f77fbb335a9ad10cd2aeb395e49f3 > [2019-08-09T23:28:13.036Z] [silly] [pexacoin] [Pool [:1]] : merkleRoot = 4d4a30ade0139445a3f60bfeb278840add6ba2f23f8e2bba5ae9eeeb61a85a4b > [2019-08-09T23:28:13.037Z] [silly] [pexacoin] [Pool [:1]] : headerBuffer = 000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e00000000004b5aa861ebeee95aba2b8e3ff2a26bdd0a8478b2fe0bf6a3459413e0ad304a4d87014e5db14c011c0798e87c > [2019-08-09T23:28:13.037Z] [silly] [pexacoin] [Pool [:1]] : headerHash = 228f70094b0eb816a92d2fe037e416798c36a58acfe5e8ab89e3e0cb01000000 > [2019-08-09T23:28:13.038Z] [silly] [pexacoin] [Pool [:1]] : headerBigNum = 01cbe0e389abe8e5cf8aa5368c7916e437e02f2da916b80e4b09708f22 > [2019-08-09T23:28:13.038Z] [silly] [pexacoin] [Pool [:1]] : shareDiff = 142.50503991190456 > [2019-08-09T23:28:13.039Z] [silly] [pexacoin] [Pool [:1]] : blockDiffAdjusted = 50427.99328384 > [2019-08-09T23:28:13.039Z] [silly] [pexacoin] [Pool [:1]] : blockHexInvalid = 000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e00000000004b5aa861ebeee95aba2b8e3ff2a26bdd0a8478b2fe0bf6a3459413e0ad304a4d87014e5db14c011c0798e87c0201000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000130000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000020000000104e0d426df8d8e575c8dbe19e2430bdc9cbed9701fb63cec231598a6ddec1f02010000006b483045022100fbc01b0a9972456f5d9658c75b92ed745cb071c474b68ad1e057a28a6b9d708f02203a46059f596d5fa5b0e4329eb5615f661e0513feb08ed7b4b396dc0973b4e2650121034b6f2776f6b9502f637121c2d8836f054bd3b7ce6aec232a57640dbb06a73d3afeffffff0413604506000000001976a9147e8f253b28bc437b24f1512f9f750b821ec9a5ae88acdb651702000000001976a914fd6cd197f271d91ba05c5f07b410a3b06cfa9a0c88ac12f36f0f000000001976a91488df8ecfce23b90db39a3ad5c6c632a3fa20befe88ac3c21f705000000001976a9142d6c23a5659542394c75ce6032183c862712ff4788acbae10000 > [2019-08-09T23:28:13.040Z] [silly] [pexacoin] [Pool [:1]] : blockHashInvalid = 00000001cbe0e389abe8e5cf8aa5368c7916e437e02f2da916b80e4b09708f22 > [2019-08-09T23:28:13.040Z] [silly] [pexacoin] [Pool [:1]] : Checking share against network difficulty > [2019-08-09T23:28:13.040Z] [silly] [pexacoin] [Pool [:1]] : Share is lower than network diff > [2019-08-09T23:28:13.041Z] [silly] [pexacoin] [Pool [:1]] : Checking if share matched miner's diff > [2019-08-09T23:28:13.041Z] [silly] [pexacoin] [Pool [:1]] : Sadly, it didnt reach miner diff > [2019-08-09T23:28:13.042Z] [silly] [pexacoin] [Pool [:1]] : onStratumPoolShare > [2019-08-09T23:28:13.042Z] [debug] [pexacoin] [Pool [:1]] : forkId 0 > [2019-08-09T23:28:13.043Z] [info] [pexacoin] [Pool [:1]] : SHARE>ACCEPTED> job: 4f7 req: 132.50311332 res: 142.50503991 by XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp worker: TREX3 [::ffff:192.168.1.50] > [2019-08-09T23:28:13.043Z] [silly] [pexacoin] [Pool [:1]] : Handle share, execeuting shareProcessor.handleShare, isValidShare = true, isValidBlock = false, data = {"job":"4f7","ip":"::ffff:192.168.1.50","port":3032,"worker":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","height":57788,"blockReward":500125348,"difficulty":132.50311332,"shareDiff":"142.50503991","blockDiff":50427.99328384,"blockDiffActual":196.984348765,"coinbaseBuffer":{"type":"Buffer","data":[1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,32,3,188,225,0,4,135,1,78,93,8,120,0,0,0,19,0,0,0,13,47,110,111,100,101,83,116,114,97,116,117,109,47,0,0,0,0,2,0,0,0,0,0,0,0,0,38,106,36,170,33,169,237,131,73,101,240,90,184,171,115,103,189,234,180,230,75,107,94,18,200,242,72,146,20,10,57,44,168,192,103,9,195,206,46,164,78,207,29,0,0,0,0,25,118,169,20,25,28,205,128,15,83,136,9,207,116,192,51,115,169,73,68,220,79,159,144,136,172,0,0,0,0]},"txHash":"c40e64f11bf7cf371b4a92ae66be33fc0c7f77fbb335a9ad10cd2aeb395e49f3","headerHash":{"type":"Buffer","data":[34,143,112,9,75,14,184,22,169,45,47,224,55,228,22,121,140,54,165,138,207,229,232,171,137,227,224,203,1,0,0,0]},"blockHashInvalid":"00000001cbe0e389abe8e5cf8aa5368c7916e437e02f2da916b80e4b09708f22","time":1565393293} > [2019-08-09T23:28:13.044Z] [silly] [pexacoin] [Pool [:1]] : Emmitted share, shareDataToLogger = {"shareData":{"job":"4f7","ip":"::ffff:192.168.1.50","port":3032,"worker":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","height":57788,"blockReward":500125348,"difficulty":132.50311332,"shareDiff":"142.50503991","blockDiff":50427.99328384,"blockDiffActual":196.984348765,"coinbaseBuffer":{"type":"Buffer","data":[1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,32,3,188,225,0,4,135,1,78,93,8,120,0,0,0,19,0,0,0,13,47,110,111,100,101,83,116,114,97,116,117,109,47,0,0,0,0,2,0,0,0,0,0,0,0,0,38,106,36,170,33,169,237,131,73,101,240,90,184,171,115,103,189,234,180,230,75,107,94,18,200,242,72,146,20,10,57,44,168,192,103,9,195,206,46,164,78,207,29,0,0,0,0,25,118,169,20,25,28,205,128,15,83,136,9,207,116,192,51,115,169,73,68,220,79,159,144,136,172,0,0,0,0]},"txHash":"c40e64f11bf7cf371b4a92ae66be33fc0c7f77fbb335a9ad10cd2aeb395e49f3","headerHash":{"type":"Buffer","data":[34,143,112,9,75,14,184,22,169,45,47,224,55,228,22,121,140,54,165,138,207,229,232,171,137,227,224,203,1,0,0,0]},"blockHashInvalid":"00000001cbe0e389abe8e5cf8aa5368c7916e437e02f2da916b80e4b09708f22","time":1565393293},"blockHexInvalid":"000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e00000000004b5aa861ebeee95aba2b8e3ff2a26bdd0a8478b2fe0bf6a3459413e0ad304a4d87014e5db14c011c0798e87c0201000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000130000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000020000000104e0d426df8d8e575c8dbe19e2430bdc9cbed9701fb63cec231598a6ddec1f02010000006b483045022100fbc01b0a9972456f5d9658c75b92ed745cb071c474b68ad1e057a28a6b9d708f02203a46059f596d5fa5b0e4329eb5615f661e0513feb08ed7b4b396dc0973b4e2650121034b6f2776f6b9502f637121c2d8836f054bd3b7ce6aec232a57640dbb06a73d3afeffffff0413604506000000001976a9147e8f253b28bc437b24f1512f9f750b821ec9a5ae88acdb651702000000001976a914fd6cd197f271d91ba05c5f07b410a3b06cfa9a0c88ac12f36f0f000000001976a91488df8ecfce23b90db39a3ad5c6c632a3fa20befe88ac3c21f705000000001976a9142d6c23a5659542394c75ce6032183c862712ff4788acbae10000"} > [2019-08-09T23:28:13.044Z] [silly] [pexacoin] [Pool [:1]] : Returning result = {"result":true,"error":null} > [2019-08-09T23:28:13.045Z] [silly] [pexacoin] [Pool [:1]] : result from jobManager process share = {"result":true,"error":null} > [2019-08-09T23:28:14.308Z] [info] [bitcash] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T23:28:18.259Z] [silly] [pexacoin] [Pool [:1]] : mining.submit message from miner > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : mining.submit event, params = {"name":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","jobId":"4f7","extraNonce2":"12000000","nTime":"5d4e0187","nonce":"5bc72a12"} > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : Trying to process share in jobmanager > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2.length / 2 !== _this.extraNonce2Size > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : typeof job === 'undefined' || job.jobId != jobId > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : nTime.length !== 8 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : nTime, 16 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : nonce.length !== 8 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : !job.registerSubmit(extraNonce1, extraNonce2, nTime, nonce) > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : extraNonce1Buffer = 78000000 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2Buffer = 12000000 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : coinbaseBuffer = 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000120000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : coinbaseHash = ac60b2dfac8573e9701c8de478adeadbc21feee49087ae0536ace43cd9d85cb4 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : merkleRoot = a0b72d571d1874912d7fecb893a059fbb3c10e320f7b7c1b27ebfe55d8f097da > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : headerBuffer = 000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e0000000000da97f0d855feeb271b7c7b0f320ec1b3fb59a093b8ec7f2d9174181d572db7a087014e5db14c011c122ac75b > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : headerHash = 47818a7ddb84d043b330823f2588c07543ffc04f9eab4077a118287601000000 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : headerBigNum = 01762818a17740ab9e4fc0ff4375c088253f8230b343d084db7d8a8147 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : shareDiff = 175.15392077779606 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : blockDiffAdjusted = 50427.99328384 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : blockHexInvalid = 000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e0000000000da97f0d855feeb271b7c7b0f320ec1b3fb59a093b8ec7f2d9174181d572db7a087014e5db14c011c122ac75b0201000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000120000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000020000000104e0d426df8d8e575c8dbe19e2430bdc9cbed9701fb63cec231598a6ddec1f02010000006b483045022100fbc01b0a9972456f5d9658c75b92ed745cb071c474b68ad1e057a28a6b9d708f02203a46059f596d5fa5b0e4329eb5615f661e0513feb08ed7b4b396dc0973b4e2650121034b6f2776f6b9502f637121c2d8836f054bd3b7ce6aec232a57640dbb06a73d3afeffffff0413604506000000001976a9147e8f253b28bc437b24f1512f9f750b821ec9a5ae88acdb651702000000001976a914fd6cd197f271d91ba05c5f07b410a3b06cfa9a0c88ac12f36f0f000000001976a91488df8ecfce23b90db39a3ad5c6c632a3fa20befe88ac3c21f705000000001976a9142d6c23a5659542394c75ce6032183c862712ff4788acbae10000 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : blockHashInvalid = 00000001762818a17740ab9e4fc0ff4375c088253f8230b343d084db7d8a8147 > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : Checking share against network difficulty > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : Share is lower than network diff > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : Checking if share matched miner's diff > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : Sadly, it didnt reach miner diff > [2019-08-09T23:28:18.260Z] [silly] [pexacoin] [Pool [:1]] : onStratumPoolShare > [2019-08-09T23:28:18.260Z] [debug] [pexacoin] [Pool [:1]] : forkId 0 > [2019-08-09T23:28:18.261Z] [info] [pexacoin] [Pool [:1]] : SHARE>ACCEPTED> job: 4f7 req: 132.50311332 res: 175.15392078 by XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp worker: TREX3 [::ffff:192.168.1.50] > [2019-08-09T23:28:18.261Z] [silly] [pexacoin] [Pool [:1]] : Handle share, execeuting shareProcessor.handleShare, isValidShare = true, isValidBlock = false, data = {"job":"4f7","ip":"::ffff:192.168.1.50","port":3032,"worker":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","height":57788,"blockReward":500125348,"difficulty":132.50311332,"shareDiff":"175.15392078","blockDiff":50427.99328384,"blockDiffActual":196.984348765,"coinbaseBuffer":{"type":"Buffer","data":[1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,32,3,188,225,0,4,135,1,78,93,8,120,0,0,0,18,0,0,0,13,47,110,111,100,101,83,116,114,97,116,117,109,47,0,0,0,0,2,0,0,0,0,0,0,0,0,38,106,36,170,33,169,237,131,73,101,240,90,184,171,115,103,189,234,180,230,75,107,94,18,200,242,72,146,20,10,57,44,168,192,103,9,195,206,46,164,78,207,29,0,0,0,0,25,118,169,20,25,28,205,128,15,83,136,9,207,116,192,51,115,169,73,68,220,79,159,144,136,172,0,0,0,0]},"txHash":"ac60b2dfac8573e9701c8de478adeadbc21feee49087ae0536ace43cd9d85cb4","headerHash":{"type":"Buffer","data":[71,129,138,125,219,132,208,67,179,48,130,63,37,136,192,117,67,255,192,79,158,171,64,119,161,24,40,118,1,0,0,0]},"blockHashInvalid":"00000001762818a17740ab9e4fc0ff4375c088253f8230b343d084db7d8a8147","time":1565393298} > [2019-08-09T23:28:18.264Z] [silly] [pexacoin] [Pool [:1]] : Emmitted share, shareDataToLogger = {"shareData":{"job":"4f7","ip":"::ffff:192.168.1.50","port":3032,"worker":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","height":57788,"blockReward":500125348,"difficulty":132.50311332,"shareDiff":"175.15392078","blockDiff":50427.99328384,"blockDiffActual":196.984348765,"coinbaseBuffer":{"type":"Buffer","data":[1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,32,3,188,225,0,4,135,1,78,93,8,120,0,0,0,18,0,0,0,13,47,110,111,100,101,83,116,114,97,116,117,109,47,0,0,0,0,2,0,0,0,0,0,0,0,0,38,106,36,170,33,169,237,131,73,101,240,90,184,171,115,103,189,234,180,230,75,107,94,18,200,242,72,146,20,10,57,44,168,192,103,9,195,206,46,164,78,207,29,0,0,0,0,25,118,169,20,25,28,205,128,15,83,136,9,207,116,192,51,115,169,73,68,220,79,159,144,136,172,0,0,0,0]},"txHash":"ac60b2dfac8573e9701c8de478adeadbc21feee49087ae0536ace43cd9d85cb4","headerHash":{"type":"Buffer","data":[71,129,138,125,219,132,208,67,179,48,130,63,37,136,192,117,67,255,192,79,158,171,64,119,161,24,40,118,1,0,0,0]},"blockHashInvalid":"00000001762818a17740ab9e4fc0ff4375c088253f8230b343d084db7d8a8147","time":1565393298},"blockHexInvalid":"000000308dfe83d946045c8b05c34d644fff0c7a240fd6d1b327c92603a59e0000000000da97f0d855feeb271b7c7b0f320ec1b3fb59a093b8ec7f2d9174181d572db7a087014e5db14c011c122ac75b0201000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bce1000487014e5d0878000000120000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9ed834965f05ab8ab7367bdeab4e64b6b5e12c8f24892140a392ca8c06709c3ce2ea44ecf1d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000020000000104e0d426df8d8e575c8dbe19e2430bdc9cbed9701fb63cec231598a6ddec1f02010000006b483045022100fbc01b0a9972456f5d9658c75b92ed745cb071c474b68ad1e057a28a6b9d708f02203a46059f596d5fa5b0e4329eb5615f661e0513feb08ed7b4b396dc0973b4e2650121034b6f2776f6b9502f637121c2d8836f054bd3b7ce6aec232a57640dbb06a73d3afeffffff0413604506000000001976a9147e8f253b28bc437b24f1512f9f750b821ec9a5ae88acdb651702000000001976a914fd6cd197f271d91ba05c5f07b410a3b06cfa9a0c88ac12f36f0f000000001976a91488df8ecfce23b90db39a3ad5c6c632a3fa20befe88ac3c21f705000000001976a9142d6c23a5659542394c75ce6032183c862712ff4788acbae10000"} > [2019-08-09T23:28:18.264Z] [silly] [pexacoin] [Pool [:1]] : Returning result = {"result":true,"error":null} > [2019-08-09T23:28:18.265Z] [silly] [pexacoin] [Pool [:1]] : result from jobManager process share = {"result":true,"error":null} > [2019-08-09T23:28:47.226Z] [info] [bitcash] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T23:28:53.736Z] [info] [bitcash] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T23:28:55.367Z] [info] [pexacoin] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T23:29:01.609Z] [silly] [pexacoin] [Pool [:1]] : mining.submit message from miner > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : mining.submit event, params = {"name":"XDoi4kKGjMnmKPbtu2azgQncS3NtiZHwRp.TREX3","jobId":"4f8","extraNonce2":"16000000","nTime":"5d4e01b7","nonce":"a6730609"} > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : Trying to process share in jobmanager > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2.length / 2 !== _this.extraNonce2Size > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : typeof job === 'undefined' || job.jobId != jobId > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : nTime.length !== 8 > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : nTime, 16 > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : nonce.length !== 8 > [2019-08-09T23:29:01.610Z] [silly] [pexacoin] [Pool [:1]] : !job.registerSubmit(extraNonce1, extraNonce2, nTime, nonce) > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : extraNonce1Buffer = 78000000 > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : extraNonce2Buffer = 16000000 > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : coinbaseBuffer = 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bde10004b7014e5d0878000000160000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9edc3d17f3c7bf0aec68f33f5f417ec70abda010893c827073b10b6918ea195c01561b6d01d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000 > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : coinbaseHash = 9385d18b5a1ac1f557cb1cc30a1ab794e164b9912a60e5c4ea94f13a05cae57b > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : merkleRoot = ff31cbb80376370b2f21d2fa87d212048079d26ec8dee3bc94b80fe702b8110f > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : headerBuffer = 00000030c836bcfd864cdec44ee968945fedb03af78aa46d0320f532a1cf6a00000000000f11b802e70fb894bce3dec86ed279800412d287fad2212f0b377603b8cb31ffb7014e5d3b4e011c090673a6 > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : headerHash = 800a2fe5ebc18f0b2e52d483069ce1bdd356d9c4b169f1675dea037c01000000 > [2019-08-09T23:29:01.611Z] [silly] [pexacoin] [Pool [:1]] : headerBigNum = 017c03ea5d67f169b1c4d956d3bde19c0683d4522e0b8fc1ebe52f0a80 > [2019-08-09T23:29:01.612Z] [silly] [pexacoin] [Pool [:1]] : shareDiff = 172.45358511613708 > [2019-08-09T23:29:01.612Z] [silly] [pexacoin] [Pool [:1]] : blockDiffAdjusted = 50195.782756608 > [2019-08-09T23:29:01.612Z] [silly] [pexacoin] [Pool [:1]] : blockHexInvalid = 00000030c836bcfd864cdec44ee968945fedb03af78aa46d0320f532a1cf6a00000000000f11b802e70fb894bce3dec86ed279800412d287fad2212f0b377603b8cb31ffb7014e5d3b4e011c090673a60201000000010000000000000000000000000000000000000000000000000000000000000000ffffffff2003bde10004b7014e5d0878000000160000000d2f6e6f64655374726174756d2f00000000020000000000000000266a24aa21a9edc3d17f3c7bf0aec68f33f5f417ec70abda010893c827073b10b6918ea195c01561b6d01d000000001976a914191ccd800f538809cf74c03373a94944dc4f9f9088ac00000000020000000218c6e0e50a331bf9a42cc215ac68c84a314e53a2fcbfbc135739ecc99a32d095010000006a47304402204f0df8354711150031046b6f6da58c11972328b7a12e2cfd4e1ee20eddb1305002204d215e238d3ff5dc016a6d2922fe5d611644d7c37864c79e3d4ed1411520c23d012102116a9b592122d5af71742cde21012f58a4276a743653b72f7942de8fbe78d3eafeffffff730372c62bb1676f7cfbc014d92480891b55eaf42c7fa3dfe04db3da6b87f8d2010000006b483045022100c96ec6306126fe185b2d5fb44177d6045822b6edc4ee6fb79522402d2d8371840220499cbb6b2f25dd9326683dbff29352188fdb373fd7e88c3572d2226b1c8dedb0012102116a9b592122d5af71742cde21012f58a4276a743653b72f7942de8fbe78d3eafeffffff061f66ec01000000001976a91407496b7ac008ff8e9405b15fa48d28d561c6f67d88ac69dbb517000000001976a914e32966bd0dc30ba9ab781ee208353817e9972f4a88aceab64403000000001976a914063107d38d0f044cd69c0bfbbf9c6eca9fdde03f88ac9f9a7315000000001976a914c58aa7650335889a3c7f110bb6c5636effbd3a7c88ac46369403000000001976a914c30d4ec31fc796428867690525ef517ab68dc2d288ac48afa805000000001976a9142194f27feb871137a0774cd6f83594fff55b23f488acbbe10000 > [2019-08-09T23:29:01.612Z] [silly] [pexacoin] [Pool [:1]] : blockHashInvalid = 000000017c03ea5d67f169b1c4d956d3bde19c0683d4522e0b8fc1ebe52f0a80
priority
bitcash does not work invalid block hex bitcash does not work invalid block hex block notification via rpc polling no new blocks for seconds updating transactions rebroadcasting work difficulty update diff miner worker mining submit message from miner mining submit event params name jobid ntime nonce trying to process share in jobmanager length this typeof job undefined job jobid jobid ntime length ntime nonce length job registersubmit ntime nonce coinbasebuffer coinbasehash merkleroot headerbuffer headerhash headerbignum sharediff blockdiffadjusted blockhexinvalid blockhashinvalid trying to process share in jobmanager length this typeof job undefined job jobid jobid ntime length ntime nonce length job registersubmit ntime nonce coinbasebuffer coinbasehash merkleroot headerbuffer headerhash headerbignum sharediff blockdiffadjusted blockhexinvalid blockhashinvalid result from jobmanager process share result true error null no new blocks for seconds updating transactions rebroadcasting work difficulty update diff miner worker mining submit message from miner mining submit event params name jobid ntime nonce trying to process share in jobmanager length this typeof job undefined job jobid jobid ntime length ntime nonce length job registersubmit ntime nonce coinbasebuffer coinbasehash merkleroot headerbuffer headerhash headerbignum sharediff blockdiffadjusted blockhexinvalid blockhashinvalid checking share against network difficulty share is lower than network diff checking if share matched miner s diff sadly it didnt reach miner diff onstratumpoolshare forkid share accepted job req res by worker handle share execeuting shareprocessor handleshare isvalidshare true isvalidblock false data job ip ffff port worker height blockreward difficulty sharediff blockdiff blockdiffactual coinbasebuffer type buffer data txhash headerhash type buffer data blockhashinvalid time emmitted share sharedatatologger sharedata job ip ffff port worker height blockreward difficulty sharediff blockdiff blockdiffactual coinbasebuffer type buffer data txhash headerhash type buffer data blockhashinvalid time blockhexinvalid returning result result true error null result from jobmanager process share result true error null block notification via rpc polling mining submit message from miner mining submit event params name jobid ntime nonce trying to process share in jobmanager length this typeof job undefined job jobid jobid ntime length ntime nonce length job registersubmit ntime nonce coinbasebuffer coinbasehash merkleroot headerbuffer headerhash headerbignum sharediff blockdiffadjusted blockhexinvalid blockhashinvalid checking share against network difficulty share is lower than network diff checking if share matched miner s diff sadly it didnt reach miner diff onstratumpoolshare forkid share accepted job req res by worker handle share execeuting shareprocessor handleshare isvalidshare true isvalidblock false data job ip ffff port worker height blockreward difficulty sharediff blockdiff blockdiffactual coinbasebuffer type buffer data txhash headerhash type buffer data blockhashinvalid time emmitted share sharedatatologger sharedata job ip ffff port worker height blockreward difficulty sharediff blockdiff blockdiffactual coinbasebuffer type buffer data txhash headerhash type buffer data blockhashinvalid time blockhexinvalid returning result result true error null result from jobmanager process share result true error null block notification via rpc polling block notification via rpc polling block notification via rpc polling mining submit message from miner mining submit event params name jobid ntime nonce trying to process share in jobmanager length this typeof job undefined job jobid jobid ntime length ntime nonce length job registersubmit ntime nonce coinbasebuffer coinbasehash merkleroot headerbuffer headerhash headerbignum sharediff blockdiffadjusted blockhexinvalid blockhashinvalid
1
39,561
2,856,783,609
IssuesEvent
2015-06-02 16:29:37
Naoghuman/Dream-Better-Worlds
https://api.github.com/repos/Naoghuman/Dream-Better-Worlds
closed
Reorder the components in TipOfTheNightEditor.
development refactoring issue fixed priority low
Reorder the components in TipOfTheNightEditor from vertical to horizontal. That means that the preview is on the left side and all other components on the right side.
1.0
Reorder the components in TipOfTheNightEditor. - Reorder the components in TipOfTheNightEditor from vertical to horizontal. That means that the preview is on the left side and all other components on the right side.
priority
reorder the components in tipofthenighteditor reorder the components in tipofthenighteditor from vertical to horizontal that means that the preview is on the left side and all other components on the right side
1
43,769
2,892,524,490
IssuesEvent
2015-06-15 13:32:44
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Script result window wraps text for no reason
GUI Low Priority
This issue was originally [TRAC 11172](http://trac.mantidproject.org/mantid/ticket/11172) See screenshot attached. There is no good reason to wrap text at this point if the entire line can be displayed as a single line given the width of window.
1.0
Script result window wraps text for no reason - This issue was originally [TRAC 11172](http://trac.mantidproject.org/mantid/ticket/11172) See screenshot attached. There is no good reason to wrap text at this point if the entire line can be displayed as a single line given the width of window.
priority
script result window wraps text for no reason this issue was originally see screenshot attached there is no good reason to wrap text at this point if the entire line can be displayed as a single line given the width of window
1
58,536
3,089,703,936
IssuesEvent
2015-08-25 23:08:20
google/googlemock
https://api.github.com/repos/google/googlemock
closed
make matchers printable
auto-migrated OpSys-All Priority-Low Type-Enhancement Usability
``` gtest's extensible universal value printer allows us to customize how a value of a specific type is printed. Currently it prints a matcher (testing::Matcher<T>) as a hex dump, which isn't useful at all. We should make it print something like a matcher that matches a value of type int that is greater than 42 when RTTI is on, or a matcher that matches a value that is greater than 42 when RTTI is off. The "is greater than 42" part is obtained from the matcher's DescribeTo() method. This can be useful for debugging complex matcher expressions, but I don't expect it to be needed often. Hence the low priority. ``` Original issue reported on code.google.com by `w...@google.com` on 28 Sep 2010 at 5:03
1.0
make matchers printable - ``` gtest's extensible universal value printer allows us to customize how a value of a specific type is printed. Currently it prints a matcher (testing::Matcher<T>) as a hex dump, which isn't useful at all. We should make it print something like a matcher that matches a value of type int that is greater than 42 when RTTI is on, or a matcher that matches a value that is greater than 42 when RTTI is off. The "is greater than 42" part is obtained from the matcher's DescribeTo() method. This can be useful for debugging complex matcher expressions, but I don't expect it to be needed often. Hence the low priority. ``` Original issue reported on code.google.com by `w...@google.com` on 28 Sep 2010 at 5:03
priority
make matchers printable gtest s extensible universal value printer allows us to customize how a value of a specific type is printed currently it prints a matcher testing matcher as a hex dump which isn t useful at all we should make it print something like a matcher that matches a value of type int that is greater than when rtti is on or a matcher that matches a value that is greater than when rtti is off the is greater than part is obtained from the matcher s describeto method this can be useful for debugging complex matcher expressions but i don t expect it to be needed often hence the low priority original issue reported on code google com by w google com on sep at
1
591,651
17,857,609,019
IssuesEvent
2021-09-05 10:44:45
ooni/probe
https://api.github.com/repos/ooni/probe
closed
cli/ci: obfs4_test.go:80: not the error we expected mocked error
bug priority/low effort/XS
**Describe the bug** The CI fails intermittently with this error: ``` --- FAIL: TestOBFS4DialerFailsWithConnectionErrorAndContextExpiration (0.00s) Error: obfs4_test.go:80: not the error we expected mocked error FAIL coverage: 99.3% of statements ``` See https://github.com/ooni/probe-cli/pull/446/checks?check_run_id=3381985435 **To Reproduce** Run many CI runs per day: eventually, it will happen. **Expected behavior** The test always succeeds. **Screenshots** N/A **System information (please complete the following information):** GitHub Actions **Additional context** N/A
1.0
cli/ci: obfs4_test.go:80: not the error we expected mocked error - **Describe the bug** The CI fails intermittently with this error: ``` --- FAIL: TestOBFS4DialerFailsWithConnectionErrorAndContextExpiration (0.00s) Error: obfs4_test.go:80: not the error we expected mocked error FAIL coverage: 99.3% of statements ``` See https://github.com/ooni/probe-cli/pull/446/checks?check_run_id=3381985435 **To Reproduce** Run many CI runs per day: eventually, it will happen. **Expected behavior** The test always succeeds. **Screenshots** N/A **System information (please complete the following information):** GitHub Actions **Additional context** N/A
priority
cli ci test go not the error we expected mocked error describe the bug the ci fails intermittently with this error fail error test go not the error we expected mocked error fail coverage of statements see to reproduce run many ci runs per day eventually it will happen expected behavior the test always succeeds screenshots n a system information please complete the following information github actions additional context n a
1
79,797
3,547,144,557
IssuesEvent
2016-01-20 08:09:49
JustArchi/ArchiSteamFarm
https://api.github.com/repos/JustArchi/ArchiSteamFarm
opened
Allow user to choose which game should be farmed
Enhancement Low priority Wishlist
This solves two issues at once. It allows user to prioritize the game he wants to farm first, by switching to "manual" mode and farming that game, and it also makes it possible to use ASF in the way of farming "hours played" and not only steam cards. Rather close TODO.
1.0
Allow user to choose which game should be farmed - This solves two issues at once. It allows user to prioritize the game he wants to farm first, by switching to "manual" mode and farming that game, and it also makes it possible to use ASF in the way of farming "hours played" and not only steam cards. Rather close TODO.
priority
allow user to choose which game should be farmed this solves two issues at once it allows user to prioritize the game he wants to farm first by switching to manual mode and farming that game and it also makes it possible to use asf in the way of farming hours played and not only steam cards rather close todo
1
705,390
24,233,238,241
IssuesEvent
2022-09-26 20:17:08
naev/naev
https://api.github.com/repos/naev/naev
opened
[idea] More dynamic universe (rewards for helping random NPCs, etc.)
Type-Enhancement Priority-Low
``` Rage Burner — 今日 04:41 Idea: answering NPC calls for help rewards a bit of money/rep ``` On similar lines, something like being able to hire in-system bounty hunters or pirates and other in-game scripted scenes/mechanics could be used to spice up things. Just some quick brainstorming: - [ ] Have NPCs give rewards sometimes for being helped (merchants give some cargo / credits, etc.) - [ ] Bounty hunters and pirates (if friendly) can be bribed in system only (limited to naturally spawned entities) - [ ] Caravans with special cargo that spawn in faction systems allowing the player to steal special loot or outfits. - [ ] Special experimental / cargo ships that spawn in restricted systems that the player can loot for special outfits (or factional stuff locked behind standing)
1.0
[idea] More dynamic universe (rewards for helping random NPCs, etc.) - ``` Rage Burner — 今日 04:41 Idea: answering NPC calls for help rewards a bit of money/rep ``` On similar lines, something like being able to hire in-system bounty hunters or pirates and other in-game scripted scenes/mechanics could be used to spice up things. Just some quick brainstorming: - [ ] Have NPCs give rewards sometimes for being helped (merchants give some cargo / credits, etc.) - [ ] Bounty hunters and pirates (if friendly) can be bribed in system only (limited to naturally spawned entities) - [ ] Caravans with special cargo that spawn in faction systems allowing the player to steal special loot or outfits. - [ ] Special experimental / cargo ships that spawn in restricted systems that the player can loot for special outfits (or factional stuff locked behind standing)
priority
more dynamic universe rewards for helping random npcs etc rage burner — 今日 idea answering npc calls for help rewards a bit of money rep on similar lines something like being able to hire in system bounty hunters or pirates and other in game scripted scenes mechanics could be used to spice up things just some quick brainstorming have npcs give rewards sometimes for being helped merchants give some cargo credits etc bounty hunters and pirates if friendly can be bribed in system only limited to naturally spawned entities caravans with special cargo that spawn in faction systems allowing the player to steal special loot or outfits special experimental cargo ships that spawn in restricted systems that the player can loot for special outfits or factional stuff locked behind standing
1
729,931
25,151,265,685
IssuesEvent
2022-11-10 10:11:14
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
drivers: flash: spi_nor: init fails when flash is busy
bug priority: low area: Flash
**Describe the bug** The spi-nor flash device is automatically initialized during boot, but it does not check if the flash is busy with a write/erase operation. This can happen when a slow erase or page program operation starts before a soft-boot. The result is invalid responses from the flash because it will not decode many instruction when it's busy. Reading the JEDEC ID results in 0x00, 0x00, 0x00 instead of the actual JEDEC ID. So that is probably the most common error unless `CONFIG_SPI_NOR_SFDP_RUNTIME` is configured - then the next command will most likely fail instead. ![Datasheet documentation for read JEDEC ID command](https://user-images.githubusercontent.com/149725/198300075-d0706716-9da5-492a-af8c-e2509def0e0d.png) ![Command and response for read JEDEC ID when flash device is busy erasing](https://user-images.githubusercontent.com/149725/198301374-3a2acf89-61f1-4647-bcab-df46b526e3b7.png) Please also mention any information which could help others to understand the problem you're facing: - What target platform are you using? - External flash (MX25R6435F) on the nRF9160 DK and nRF52840 DK (using spi instead of qspi). - What have you tried to diagnose or workaround this issue? - Yes, see #51662. **To Reproduce** Steps to reproduce the behavior on an nRF52840 DK: 1. cd samples/drivers/spi_flash 1. unzip [init-busy2.patch.zip](https://github.com/zephyrproject-rtos/zephyr/files/9887988/init-busy2.patch.zip) * Updated Oct. 28. to use spi-nor driver instead of nordic-qspi-nor driver 1. git apply init-busy.patch # attached to this issue 1. enable CONFIG_FLASH_LOG_LEVEL_DBG=y 1. west build -b nrf52840dk_nrf52840 1. open a serial monitor application and connect to the nrf52840 DK 1. west flash 1. wait until you see «Test 1: Flash erase» (it will erase for ~17 seconds) 1. press reset button on the DK to reset during the erase operation 1. result: <err> spi_nor: Device id 00 00 00 does not match config c2 28 17 **Expected behavior** I would expect the driver to wait until the device is ready or to reset the flash chip instead of failing. I don't know how to recover from this error other than reset the whole system. **Impact** It took quite some time to understand why the flash suddenly wouldn't report it's JEDEC id, but respond only zeroes instead of the actual JEDEC id. At first it seemed to fail at random, but later when working on erasing the whole flash (which can take several minutes), it was easier to understand why it was failing. Handling this will be tricky to work around in the application. I'm not aware of a way to recover other than rebooting the system from the application code if the flash device is not ready. This will cause a reboot loop until the flash is ready. On the nRF9160, the modem will detect multiple ungraceful detaches from the cellular network and prevent the modem to attach to the network for some time. **Logs and console output** From the SPI flash sample described above (error is printed before Zephyr boot message because of immediate logging): ``` *** Booting Zephyr OS build zephyr-v3.2.0-987-g12c23aedd5dc *** MX25R64 SPI flash testing ========================== Test 1: Flash erase [00:00:00.253,723] <err> spi_nor: Device id 00 00 00 does not match config c2 28 17 *** Booting Zephyr OS build zephyr-v3.2.0-987-g12c23aedd5dc *** MX25R64: device not ready. ``` **Environment (please complete the following information):** - OS: MacOS - Toolchain: Zephyr SDK - Commit SHA: a9b223b26b0f19b181e17097d401551c0e6f351c (main)
1.0
drivers: flash: spi_nor: init fails when flash is busy - **Describe the bug** The spi-nor flash device is automatically initialized during boot, but it does not check if the flash is busy with a write/erase operation. This can happen when a slow erase or page program operation starts before a soft-boot. The result is invalid responses from the flash because it will not decode many instruction when it's busy. Reading the JEDEC ID results in 0x00, 0x00, 0x00 instead of the actual JEDEC ID. So that is probably the most common error unless `CONFIG_SPI_NOR_SFDP_RUNTIME` is configured - then the next command will most likely fail instead. ![Datasheet documentation for read JEDEC ID command](https://user-images.githubusercontent.com/149725/198300075-d0706716-9da5-492a-af8c-e2509def0e0d.png) ![Command and response for read JEDEC ID when flash device is busy erasing](https://user-images.githubusercontent.com/149725/198301374-3a2acf89-61f1-4647-bcab-df46b526e3b7.png) Please also mention any information which could help others to understand the problem you're facing: - What target platform are you using? - External flash (MX25R6435F) on the nRF9160 DK and nRF52840 DK (using spi instead of qspi). - What have you tried to diagnose or workaround this issue? - Yes, see #51662. **To Reproduce** Steps to reproduce the behavior on an nRF52840 DK: 1. cd samples/drivers/spi_flash 1. unzip [init-busy2.patch.zip](https://github.com/zephyrproject-rtos/zephyr/files/9887988/init-busy2.patch.zip) * Updated Oct. 28. to use spi-nor driver instead of nordic-qspi-nor driver 1. git apply init-busy.patch # attached to this issue 1. enable CONFIG_FLASH_LOG_LEVEL_DBG=y 1. west build -b nrf52840dk_nrf52840 1. open a serial monitor application and connect to the nrf52840 DK 1. west flash 1. wait until you see «Test 1: Flash erase» (it will erase for ~17 seconds) 1. press reset button on the DK to reset during the erase operation 1. result: <err> spi_nor: Device id 00 00 00 does not match config c2 28 17 **Expected behavior** I would expect the driver to wait until the device is ready or to reset the flash chip instead of failing. I don't know how to recover from this error other than reset the whole system. **Impact** It took quite some time to understand why the flash suddenly wouldn't report it's JEDEC id, but respond only zeroes instead of the actual JEDEC id. At first it seemed to fail at random, but later when working on erasing the whole flash (which can take several minutes), it was easier to understand why it was failing. Handling this will be tricky to work around in the application. I'm not aware of a way to recover other than rebooting the system from the application code if the flash device is not ready. This will cause a reboot loop until the flash is ready. On the nRF9160, the modem will detect multiple ungraceful detaches from the cellular network and prevent the modem to attach to the network for some time. **Logs and console output** From the SPI flash sample described above (error is printed before Zephyr boot message because of immediate logging): ``` *** Booting Zephyr OS build zephyr-v3.2.0-987-g12c23aedd5dc *** MX25R64 SPI flash testing ========================== Test 1: Flash erase [00:00:00.253,723] <err> spi_nor: Device id 00 00 00 does not match config c2 28 17 *** Booting Zephyr OS build zephyr-v3.2.0-987-g12c23aedd5dc *** MX25R64: device not ready. ``` **Environment (please complete the following information):** - OS: MacOS - Toolchain: Zephyr SDK - Commit SHA: a9b223b26b0f19b181e17097d401551c0e6f351c (main)
priority
drivers flash spi nor init fails when flash is busy describe the bug the spi nor flash device is automatically initialized during boot but it does not check if the flash is busy with a write erase operation this can happen when a slow erase or page program operation starts before a soft boot the result is invalid responses from the flash because it will not decode many instruction when it s busy reading the jedec id results in instead of the actual jedec id so that is probably the most common error unless config spi nor sfdp runtime is configured then the next command will most likely fail instead please also mention any information which could help others to understand the problem you re facing what target platform are you using external flash on the dk and dk using spi instead of qspi what have you tried to diagnose or workaround this issue yes see to reproduce steps to reproduce the behavior on an dk cd samples drivers spi flash unzip updated oct to use spi nor driver instead of nordic qspi nor driver git apply init busy patch attached to this issue enable config flash log level dbg y west build b open a serial monitor application and connect to the dk west flash wait until you see «test flash erase» it will erase for seconds press reset button on the dk to reset during the erase operation result spi nor device id does not match config expected behavior i would expect the driver to wait until the device is ready or to reset the flash chip instead of failing i don t know how to recover from this error other than reset the whole system impact it took quite some time to understand why the flash suddenly wouldn t report it s jedec id but respond only zeroes instead of the actual jedec id at first it seemed to fail at random but later when working on erasing the whole flash which can take several minutes it was easier to understand why it was failing handling this will be tricky to work around in the application i m not aware of a way to recover other than rebooting the system from the application code if the flash device is not ready this will cause a reboot loop until the flash is ready on the the modem will detect multiple ungraceful detaches from the cellular network and prevent the modem to attach to the network for some time logs and console output from the spi flash sample described above error is printed before zephyr boot message because of immediate logging booting zephyr os build zephyr spi flash testing test flash erase spi nor device id does not match config booting zephyr os build zephyr device not ready environment please complete the following information os macos toolchain zephyr sdk commit sha main
1
300,089
9,206,125,794
IssuesEvent
2019-03-08 12:48:51
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Delimited text import: precision loss (latlong)
Category: C++ Plugins Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **Markus Neteler** (Markus Neteler) Original Redmine Issue: 1432, https://issues.qgis.org/issues/1432 Original Assignee: nobody - --- I observe a severe precision loss when importing LatLong CSV files: ``` #original CSV: ID,LONG,LAT BG1,10.367989875,45.873774277 BG2,10.368377488,45.903017929 BG3,10.368990013,45.907293667 ... 1. imported into QGIS, saved as SHP shpdump traps_LL.shp Shapefile Type: Point # of Shapes: 20 File Bounds: ( 10.341, 45.874,0,0) to ( 10.903, 45.927,0,0) ... Shape:18 (Point) nVertices=1, nParts=0 Bounds:( 10.369, 45.907, 0, 0) to ( 10.369, 45.907, 0, 0) ( 10.369, 45.907, 0, 0) ... ``` Precision of 3-digits isn't sufficient in LatLong, especially if my original data were good. Suggestions: either increase the precision during import/export (not sure where it get's lost). Or add a "number of decimals" field to the user frontend so that s/he may decide.
1.0
Delimited text import: precision loss (latlong) - --- Author Name: **Markus Neteler** (Markus Neteler) Original Redmine Issue: 1432, https://issues.qgis.org/issues/1432 Original Assignee: nobody - --- I observe a severe precision loss when importing LatLong CSV files: ``` #original CSV: ID,LONG,LAT BG1,10.367989875,45.873774277 BG2,10.368377488,45.903017929 BG3,10.368990013,45.907293667 ... 1. imported into QGIS, saved as SHP shpdump traps_LL.shp Shapefile Type: Point # of Shapes: 20 File Bounds: ( 10.341, 45.874,0,0) to ( 10.903, 45.927,0,0) ... Shape:18 (Point) nVertices=1, nParts=0 Bounds:( 10.369, 45.907, 0, 0) to ( 10.369, 45.907, 0, 0) ( 10.369, 45.907, 0, 0) ... ``` Precision of 3-digits isn't sufficient in LatLong, especially if my original data were good. Suggestions: either increase the precision during import/export (not sure where it get's lost). Or add a "number of decimals" field to the user frontend so that s/he may decide.
priority
delimited text import precision loss latlong author name markus neteler markus neteler original redmine issue original assignee nobody i observe a severe precision loss when importing latlong csv files original csv id long lat imported into qgis saved as shp shpdump traps ll shp shapefile type point of shapes file bounds to shape point nvertices nparts bounds to precision of digits isn t sufficient in latlong especially if my original data were good suggestions either increase the precision during import export not sure where it get s lost or add a number of decimals field to the user frontend so that s he may decide
1
211,166
7,198,832,962
IssuesEvent
2018-02-05 14:12:02
zoonproject/zoon
https://api.github.com/repos/zoonproject/zoon
closed
Zoon app paper as citation
Priority - low question
Just to say if/when the zoon paper is accepted, we'll probably want to change the package citation to that paper. Or at least have it as an option. Guess there's a trade off between citing package versions properly, and us collecting citations to a paper rather than a package which is probably better for the ol' career and that.
1.0
Zoon app paper as citation - Just to say if/when the zoon paper is accepted, we'll probably want to change the package citation to that paper. Or at least have it as an option. Guess there's a trade off between citing package versions properly, and us collecting citations to a paper rather than a package which is probably better for the ol' career and that.
priority
zoon app paper as citation just to say if when the zoon paper is accepted we ll probably want to change the package citation to that paper or at least have it as an option guess there s a trade off between citing package versions properly and us collecting citations to a paper rather than a package which is probably better for the ol career and that
1
638,860
20,740,484,996
IssuesEvent
2022-03-14 17:13:05
WordPress/openverse-frontend
https://api.github.com/repos/WordPress/openverse-frontend
opened
Two e2e tests consistently fail when updating tapes but appear stable otherwise
🟩 priority: low 🛠 goal: fix 🤖 aspect: dx
## Description <!-- Concisely describe the bug. --> The following two tests almost always fail when running `pnpm test:e2e:update-tapes` or `recreate-tapes`: * search-types.spec.js:102:3 › Can open All content page client-side * search-types.spec.js:102:3 › Can open Images page client-side It'd be nice to try to figure out why this happens. It doesn't seem to have any effect on their stability as e2e tests generally, but it's worrisome that they fail when Talkback is retrieving actual production data (even though that same data is used for subsequent e2e test runs when not updating tapes???). ## Reproduction <!-- Provide detailed steps to reproduce the bug. --> 1. <!-- Step 1 ... --> Run `pnpm test:e2e:update-tapes` or `pnpm test:e2e:recreate-tapes` on main and observe the two tests failing. ## Additional context <!-- Add any other context about the problem here; or delete the section entirely. --> This is very low priority as it doesn't appear to effect the actual stability or usefulness of the tests when they're run normally. It's just a curiosity that would be nice to understand in case there's something we can do to fix it. ## Resolution <!-- Replace the [ ] with [x] to check the box. --> - [ ] 🙋 I would be interested in resolving this bug.
1.0
Two e2e tests consistently fail when updating tapes but appear stable otherwise - ## Description <!-- Concisely describe the bug. --> The following two tests almost always fail when running `pnpm test:e2e:update-tapes` or `recreate-tapes`: * search-types.spec.js:102:3 › Can open All content page client-side * search-types.spec.js:102:3 › Can open Images page client-side It'd be nice to try to figure out why this happens. It doesn't seem to have any effect on their stability as e2e tests generally, but it's worrisome that they fail when Talkback is retrieving actual production data (even though that same data is used for subsequent e2e test runs when not updating tapes???). ## Reproduction <!-- Provide detailed steps to reproduce the bug. --> 1. <!-- Step 1 ... --> Run `pnpm test:e2e:update-tapes` or `pnpm test:e2e:recreate-tapes` on main and observe the two tests failing. ## Additional context <!-- Add any other context about the problem here; or delete the section entirely. --> This is very low priority as it doesn't appear to effect the actual stability or usefulness of the tests when they're run normally. It's just a curiosity that would be nice to understand in case there's something we can do to fix it. ## Resolution <!-- Replace the [ ] with [x] to check the box. --> - [ ] 🙋 I would be interested in resolving this bug.
priority
two tests consistently fail when updating tapes but appear stable otherwise description the following two tests almost always fail when running pnpm test update tapes or recreate tapes search types spec js › can open all content page client side search types spec js › can open images page client side it d be nice to try to figure out why this happens it doesn t seem to have any effect on their stability as tests generally but it s worrisome that they fail when talkback is retrieving actual production data even though that same data is used for subsequent test runs when not updating tapes reproduction run pnpm test update tapes or pnpm test recreate tapes on main and observe the two tests failing additional context this is very low priority as it doesn t appear to effect the actual stability or usefulness of the tests when they re run normally it s just a curiosity that would be nice to understand in case there s something we can do to fix it resolution 🙋 i would be interested in resolving this bug
1
329,998
10,028,087,367
IssuesEvent
2019-07-17 10:45:09
workcraft/workcraft
https://api.github.com/repos/workcraft/workcraft
opened
Append scan chain if scanout port extists
enhancement priority:low status:confirmed tag:model:circuit
In Cycle analyser tool, when inserting scan check the presence and connectivity of ``scanout`` port. if it exists and connected, then insert new testable elements in the existing scan chain, just before ``scanout`.
1.0
Append scan chain if scanout port extists - In Cycle analyser tool, when inserting scan check the presence and connectivity of ``scanout`` port. if it exists and connected, then insert new testable elements in the existing scan chain, just before ``scanout`.
priority
append scan chain if scanout port extists in cycle analyser tool when inserting scan check the presence and connectivity of scanout port if it exists and connected then insert new testable elements in the existing scan chain just before scanout
1
710,404
24,416,899,834
IssuesEvent
2022-10-05 16:40:54
Ze-Rax/TrackmaniaFlagRush
https://api.github.com/repos/Ze-Rax/TrackmaniaFlagRush
closed
Adding Time (Callvote) after overtime began doesn't put the mode out of overtime
bug gamemode low priority
When the mode entered overtime, but time is added afterwards, the timer will be shown correctly, but the mode will stay in overteam, meaning that the next scored flag ends the round regardless of the current scores or round time left.
1.0
Adding Time (Callvote) after overtime began doesn't put the mode out of overtime - When the mode entered overtime, but time is added afterwards, the timer will be shown correctly, but the mode will stay in overteam, meaning that the next scored flag ends the round regardless of the current scores or round time left.
priority
adding time callvote after overtime began doesn t put the mode out of overtime when the mode entered overtime but time is added afterwards the timer will be shown correctly but the mode will stay in overteam meaning that the next scored flag ends the round regardless of the current scores or round time left
1
218,528
7,331,648,629
IssuesEvent
2018-03-05 14:11:44
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Menu ACTIONS its not translatable - SuiteP - version 7.10.RC2
Fix Proposed Low Priority Resolved: Next Release bug
<!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. ---> #### Issue <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> The menu "ACTIONS" in SuiteP template is not translatable. 7.9.x works fine but the fix from https://github.com/salesagility/SuiteCRM/issues/1915 is partially not implemented in 7.10 ![2018-02-15 15_52_13-inicio](https://user-images.githubusercontent.com/3055443/36269325-d0b300dc-1270-11e8-983a-14c2a8d0e06e.png) #### Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> themes/SuiteP/include/MySugar/tpls/MySugar.tpl needs to be changed to `<a class="dropdown-toggle" data-toggle="dropdown" href="#">{$dashboardActions}</a>` I will submit a PR #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.10.RC2 * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome * Environment name and version (e.g. MySQL, PHP 7): apache 2.4.18 / PHP Version 7.0.11 / mysql 5.7.17 * Operating System and version (e.g Ubuntu 16.04): Windows 10 - 32 bit - local Wamp
1.0
Menu ACTIONS its not translatable - SuiteP - version 7.10.RC2 - <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. ---> #### Issue <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> The menu "ACTIONS" in SuiteP template is not translatable. 7.9.x works fine but the fix from https://github.com/salesagility/SuiteCRM/issues/1915 is partially not implemented in 7.10 ![2018-02-15 15_52_13-inicio](https://user-images.githubusercontent.com/3055443/36269325-d0b300dc-1270-11e8-983a-14c2a8d0e06e.png) #### Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> themes/SuiteP/include/MySugar/tpls/MySugar.tpl needs to be changed to `<a class="dropdown-toggle" data-toggle="dropdown" href="#">{$dashboardActions}</a>` I will submit a PR #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.10.RC2 * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome * Environment name and version (e.g. MySQL, PHP 7): apache 2.4.18 / PHP Version 7.0.11 / mysql 5.7.17 * Operating System and version (e.g Ubuntu 16.04): Windows 10 - 32 bit - local Wamp
priority
menu actions its not translatable suitep version issue the menu actions in suitep template is not translatable x works fine but the fix from is partially not implemented in possible fix themes suitep include mysugar tpls mysugar tpl needs to be changed to dashboardactions i will submit a pr your environment suitecrm version used browser name and version e g chrome version bit chrome environment name and version e g mysql php apache php version mysql operating system and version e g ubuntu windows bit local wamp
1
649,259
21,261,439,233
IssuesEvent
2022-04-13 05:01:47
lorenarojas1/CDMX012-lab-notes
https://api.github.com/repos/lorenarojas1/CDMX012-lab-notes
opened
Registrar cuenta de usuario con firebase.
low priority
Crear una vista para que el usuario pueda registrarse con firebase en la app de notas.
1.0
Registrar cuenta de usuario con firebase. - Crear una vista para que el usuario pueda registrarse con firebase en la app de notas.
priority
registrar cuenta de usuario con firebase crear una vista para que el usuario pueda registrarse con firebase en la app de notas
1
63,699
3,197,670,670
IssuesEvent
2015-10-01 07:16:25
openxpki/openxpki
https://api.github.com/repos/openxpki/openxpki
opened
SCEP renewal/replace window ignored if allowed certs > 1
bug low priority scep
If max_allowed_certs is greater than the number of issued certificates, a renewal is allowed even if the request is outside the renewal window (ca_policy_approval condition is true by max_count, the renewal window itself is ignored). Same for replace.
1.0
SCEP renewal/replace window ignored if allowed certs > 1 - If max_allowed_certs is greater than the number of issued certificates, a renewal is allowed even if the request is outside the renewal window (ca_policy_approval condition is true by max_count, the renewal window itself is ignored). Same for replace.
priority
scep renewal replace window ignored if allowed certs if max allowed certs is greater than the number of issued certificates a renewal is allowed even if the request is outside the renewal window ca policy approval condition is true by max count the renewal window itself is ignored same for replace
1
302,436
9,259,564,799
IssuesEvent
2019-03-18 00:31:31
VGV-Team/StandaloneCrawler
https://api.github.com/repos/VGV-Team/StandaloneCrawler
opened
Rework print statements to work well with multi-threading
Low Priority task
This will make thread debugging easier
1.0
Rework print statements to work well with multi-threading - This will make thread debugging easier
priority
rework print statements to work well with multi threading this will make thread debugging easier
1
56,287
3,078,761,965
IssuesEvent
2015-08-21 12:39:47
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
opened
"Настройки->Внешний вид->Цвета и Шрифты" = две кнопки "Стиль текста"
Component-UI enhancement imported Priority-Low
_From [Karen.Ar...@gmail.com](https://code.google.com/u/102596796363083496500/) on September 20, 2011 10:46:34_ Версия: SetupFlylinkDC-x86-x64- r501 -beta37-build-8141 "Настройки->Внешний вид->Цвета и Шрифты" = две кнопки "Стиль текста" Что это? Либо это дубляж, либо нужно как-то указать какая кнопка для чего. _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=560_
1.0
"Настройки->Внешний вид->Цвета и Шрифты" = две кнопки "Стиль текста" - _From [Karen.Ar...@gmail.com](https://code.google.com/u/102596796363083496500/) on September 20, 2011 10:46:34_ Версия: SetupFlylinkDC-x86-x64- r501 -beta37-build-8141 "Настройки->Внешний вид->Цвета и Шрифты" = две кнопки "Стиль текста" Что это? Либо это дубляж, либо нужно как-то указать какая кнопка для чего. _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=560_
priority
настройки внешний вид цвета и шрифты две кнопки стиль текста from on september версия setupflylinkdc build настройки внешний вид цвета и шрифты две кнопки стиль текста что это либо это дубляж либо нужно как то указать какая кнопка для чего original issue
1
315,868
9,633,136,910
IssuesEvent
2019-05-15 17:53:27
NCIOCPL/cgov-digital-platform
https://api.github.com/repos/NCIOCPL/cgov-digital-platform
opened
Hide action dropdown on the content overview
Low priority
Super low priority - Can we please hide the action dropdown on the content overview view? Most of these options don't work, and aren't part of our custom implementation. We should also probably hide the checkboxes beside each content item. ![image](https://user-images.githubusercontent.com/31222859/57797591-c506fa00-7718-11e9-89c6-33be025254af.png)
1.0
Hide action dropdown on the content overview - Super low priority - Can we please hide the action dropdown on the content overview view? Most of these options don't work, and aren't part of our custom implementation. We should also probably hide the checkboxes beside each content item. ![image](https://user-images.githubusercontent.com/31222859/57797591-c506fa00-7718-11e9-89c6-33be025254af.png)
priority
hide action dropdown on the content overview super low priority can we please hide the action dropdown on the content overview view most of these options don t work and aren t part of our custom implementation we should also probably hide the checkboxes beside each content item
1
662,266
22,107,639,045
IssuesEvent
2022-06-01 18:18:03
openbullet/OpenBullet2
https://api.github.com/repos/openbullet/OpenBullet2
closed
[REQUEST] Discord Webhook
enhancement low priority
If possible allow us to use our own format for the message for discord webhook such as put it in message embed because it would make it look better rather than have a bunch of spam text stuck together
1.0
[REQUEST] Discord Webhook - If possible allow us to use our own format for the message for discord webhook such as put it in message embed because it would make it look better rather than have a bunch of spam text stuck together
priority
discord webhook if possible allow us to use our own format for the message for discord webhook such as put it in message embed because it would make it look better rather than have a bunch of spam text stuck together
1
819,544
30,741,314,259
IssuesEvent
2023-07-28 11:45:10
PRIME-TU-Delft/Open-LA-Applets
https://api.github.com/repos/PRIME-TU-Delft/Open-LA-Applets
opened
[Issue]: Improve search
Low priority
### What needs to change? Search is now automatically updating the url, this is not a desired behaviour. It should only change the URL when the search form is submitted ### Does this issue relate or depend on other issues? _No response_
1.0
[Issue]: Improve search - ### What needs to change? Search is now automatically updating the url, this is not a desired behaviour. It should only change the URL when the search form is submitted ### Does this issue relate or depend on other issues? _No response_
priority
improve search what needs to change search is now automatically updating the url this is not a desired behaviour it should only change the url when the search form is submitted does this issue relate or depend on other issues no response
1
332,704
10,102,865,330
IssuesEvent
2019-07-29 12:20:14
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
opened
ArcGauge should allow setting of its HtmlAttributes()
Enhancement Priority 1 S: Wrappers (ASP.NET MVC) SEV: Low
### Enhancement Ticket ID 1418725 ### Current behavior Currently it is not possible to pass HtmlAttributes() to the ArcGauge wrapper. The other gauges have this method, the ArcGauge should be no different. ### Expected/desired behavior The HtmlAttributes() should be set to the widget's element. ### Environment * **Kendo UI version:** 2019.2.619
1.0
ArcGauge should allow setting of its HtmlAttributes() - ### Enhancement Ticket ID 1418725 ### Current behavior Currently it is not possible to pass HtmlAttributes() to the ArcGauge wrapper. The other gauges have this method, the ArcGauge should be no different. ### Expected/desired behavior The HtmlAttributes() should be set to the widget's element. ### Environment * **Kendo UI version:** 2019.2.619
priority
arcgauge should allow setting of its htmlattributes enhancement ticket id current behavior currently it is not possible to pass htmlattributes to the arcgauge wrapper the other gauges have this method the arcgauge should be no different expected desired behavior the htmlattributes should be set to the widget s element environment kendo ui version
1
612,593
19,026,685,388
IssuesEvent
2021-11-24 05:06:08
axelarnetwork/axelar-core
https://api.github.com/repos/axelarnetwork/axelar-core
opened
vald cosmos sdk logs show a mismatching chain id than the value set
low priority investigate
## Description/Reasoning A validator on [Discord](https://discord.com/channels/770814806105128977/867457262620770334/911583585729937409) noticed that their vald logs were showing the following error: `Nov 20 10:14:50 axelard[14104]: 2021-11-20T10:14:50Z INF backing off (retry in 5s ): signature verification failed; please verify account number (106) and chain-id (axelar-testnet-barcelona): unauthorized module=vald` but then [realized](https://discord.com/channels/770814806105128977/867457262620770334/911723360252203018) this was because `AXELARD_CHAIN_ID` was set to a different value from a prior version. Although, the cosmos sdk logs in vald above still show the correct chain id. Investigate this discrepancy in chain ids, especially since it makes the user believe that the chain id has been set correctly. ## Current Behaviour ## Expected Behaviour ## Steps to reproduce (for bugs) ## Relevant Logs or Files
1.0
vald cosmos sdk logs show a mismatching chain id than the value set - ## Description/Reasoning A validator on [Discord](https://discord.com/channels/770814806105128977/867457262620770334/911583585729937409) noticed that their vald logs were showing the following error: `Nov 20 10:14:50 axelard[14104]: 2021-11-20T10:14:50Z INF backing off (retry in 5s ): signature verification failed; please verify account number (106) and chain-id (axelar-testnet-barcelona): unauthorized module=vald` but then [realized](https://discord.com/channels/770814806105128977/867457262620770334/911723360252203018) this was because `AXELARD_CHAIN_ID` was set to a different value from a prior version. Although, the cosmos sdk logs in vald above still show the correct chain id. Investigate this discrepancy in chain ids, especially since it makes the user believe that the chain id has been set correctly. ## Current Behaviour ## Expected Behaviour ## Steps to reproduce (for bugs) ## Relevant Logs or Files
priority
vald cosmos sdk logs show a mismatching chain id than the value set description reasoning a validator on noticed that their vald logs were showing the following error nov axelard inf backing off retry in signature verification failed please verify account number and chain id axelar testnet barcelona unauthorized module vald but then this was because axelard chain id was set to a different value from a prior version although the cosmos sdk logs in vald above still show the correct chain id investigate this discrepancy in chain ids especially since it makes the user believe that the chain id has been set correctly current behaviour expected behaviour steps to reproduce for bugs relevant logs or files
1
609,333
18,870,259,464
IssuesEvent
2021-11-13 03:22:46
scilus/fibernavigator
https://api.github.com/repos/scilus/fibernavigator
closed
Uniformize dataset saving mecanism
enhancement Priority-Low OpSys-All Component-Logic
Some classes deriving from DatasetInfo have a SaveNifti method, others have just the save method. Uniformize this.
1.0
Uniformize dataset saving mecanism - Some classes deriving from DatasetInfo have a SaveNifti method, others have just the save method. Uniformize this.
priority
uniformize dataset saving mecanism some classes deriving from datasetinfo have a savenifti method others have just the save method uniformize this
1
299,713
9,205,786,890
IssuesEvent
2019-03-08 11:39:20
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Old .qgs project causes GUI mess
Category: Project Loading/Saving Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **Mateusz Loskot -** (Mateusz Loskot -) Original Redmine Issue: 1081, https://issues.qgis.org/issues/1081 Original Assignee: Tom Elwertowski --- I've experienced strange behavior of latest QGIS 0.10.0 under Mac OS X 10.5. I have a .qgs project (old_postgis_project.qgs) composed with a few [[PostGIS]] layers. I created it using 0.9 version. I copied this project file to another computer without database used in the project definition and tried to open it with QGIS. Here are steps I took, with references to screenshots illustrating every stage. 1. Launched QGIS (1.png). 2. File -> Open Project -> old_postgis_project.qgs loaded. The screen 2.png shows error message I got after clicked Open button in file selection dialog. 3. I clicked OK on the message box and GUI got completely messed (3.png) 4. I resized the messed main Window to present the destruction better (4.png) --- - [old_postgis_project.qgs](https://issues.qgis.org/attachments/download/2061/old_postgis_project.qgs) (Mateusz Loskot -) - [1.png](https://issues.qgis.org/attachments/download/2057/1.png) (Mateusz Loskot -) - [2.png](https://issues.qgis.org/attachments/download/2058/2.png) (Mateusz Loskot -) - [3.png](https://issues.qgis.org/attachments/download/2059/3.png) (Mateusz Loskot -) - [4.png](https://issues.qgis.org/attachments/download/2060/4.png) (Mateusz Loskot -)
1.0
Old .qgs project causes GUI mess - --- Author Name: **Mateusz Loskot -** (Mateusz Loskot -) Original Redmine Issue: 1081, https://issues.qgis.org/issues/1081 Original Assignee: Tom Elwertowski --- I've experienced strange behavior of latest QGIS 0.10.0 under Mac OS X 10.5. I have a .qgs project (old_postgis_project.qgs) composed with a few [[PostGIS]] layers. I created it using 0.9 version. I copied this project file to another computer without database used in the project definition and tried to open it with QGIS. Here are steps I took, with references to screenshots illustrating every stage. 1. Launched QGIS (1.png). 2. File -> Open Project -> old_postgis_project.qgs loaded. The screen 2.png shows error message I got after clicked Open button in file selection dialog. 3. I clicked OK on the message box and GUI got completely messed (3.png) 4. I resized the messed main Window to present the destruction better (4.png) --- - [old_postgis_project.qgs](https://issues.qgis.org/attachments/download/2061/old_postgis_project.qgs) (Mateusz Loskot -) - [1.png](https://issues.qgis.org/attachments/download/2057/1.png) (Mateusz Loskot -) - [2.png](https://issues.qgis.org/attachments/download/2058/2.png) (Mateusz Loskot -) - [3.png](https://issues.qgis.org/attachments/download/2059/3.png) (Mateusz Loskot -) - [4.png](https://issues.qgis.org/attachments/download/2060/4.png) (Mateusz Loskot -)
priority
old qgs project causes gui mess author name mateusz loskot mateusz loskot original redmine issue original assignee tom elwertowski i ve experienced strange behavior of latest qgis under mac os x i have a qgs project old postgis project qgs composed with a few layers i created it using version i copied this project file to another computer without database used in the project definition and tried to open it with qgis here are steps i took with references to screenshots illustrating every stage launched qgis png file open project old postgis project qgs loaded the screen png shows error message i got after clicked open button in file selection dialog i clicked ok on the message box and gui got completely messed png i resized the messed main window to present the destruction better png mateusz loskot mateusz loskot mateusz loskot mateusz loskot mateusz loskot
1
232,187
7,655,853,740
IssuesEvent
2018-05-10 14:32:51
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
Emoji are not visible in 1-1 chat message bubbles
bug low-priority
***Type***: Bug ***Summary***: ... Emoji in 1-1 chat messages are not visible on Android 4.4.2. If they accompanied by the text - only text is shown. If the message consist only emoji - empty message bubble is present. However, it's all fine in group or public chat. **Expected behavior** Emoji are visible in 1-1 chat messages **Actual behavior** No emoji are visible in 1-1 chat messages ![no_emoji_android_4_4_2](https://user-images.githubusercontent.com/8749671/33569513-9a19aa2a-d932-11e7-836e-9c60fd11094a.png) **Reproduction** 1) Open Status 2) Log in with your account (or create a new one) 3) From the list of contacts tap on 'Jarrad' contact to create 1-1 chat 4) Send any emoji from the app list of emoji 5) Send any emoji from the native device list of emoji **Additional Information** * Status version: 0.9.12+ * Operating System: Android 4.4.2 (real device LG L70)
1.0
Emoji are not visible in 1-1 chat message bubbles - ***Type***: Bug ***Summary***: ... Emoji in 1-1 chat messages are not visible on Android 4.4.2. If they accompanied by the text - only text is shown. If the message consist only emoji - empty message bubble is present. However, it's all fine in group or public chat. **Expected behavior** Emoji are visible in 1-1 chat messages **Actual behavior** No emoji are visible in 1-1 chat messages ![no_emoji_android_4_4_2](https://user-images.githubusercontent.com/8749671/33569513-9a19aa2a-d932-11e7-836e-9c60fd11094a.png) **Reproduction** 1) Open Status 2) Log in with your account (or create a new one) 3) From the list of contacts tap on 'Jarrad' contact to create 1-1 chat 4) Send any emoji from the app list of emoji 5) Send any emoji from the native device list of emoji **Additional Information** * Status version: 0.9.12+ * Operating System: Android 4.4.2 (real device LG L70)
priority
emoji are not visible in chat message bubbles type bug summary emoji in chat messages are not visible on android if they accompanied by the text only text is shown if the message consist only emoji empty message bubble is present however it s all fine in group or public chat expected behavior emoji are visible in chat messages actual behavior no emoji are visible in chat messages reproduction open status log in with your account or create a new one from the list of contacts tap on jarrad contact to create chat send any emoji from the app list of emoji send any emoji from the native device list of emoji additional information status version operating system android real device lg
1
347,912
10,436,290,885
IssuesEvent
2019-09-17 19:13:29
supergrecko/QuestionBot
https://api.github.com/repos/supergrecko/QuestionBot
closed
core: Implement preconditions
effort:low priority:high scope:dev status:work-in-progress type:feature-request
Need to implement preconditions to limit commands to certain groups of users
1.0
core: Implement preconditions - Need to implement preconditions to limit commands to certain groups of users
priority
core implement preconditions need to implement preconditions to limit commands to certain groups of users
1
644,119
20,966,873,045
IssuesEvent
2022-03-28 07:42:01
googleapis/google-cloud-dotnet
https://api.github.com/repos/googleapis/google-cloud-dotnet
closed
ListJobsAsync() returns only us-central1 jobs
type: bug priority: p1 status: blocked external api: dataflow
#### Environment details - OS: **Windows 10 Enterprise** - .NET version: **.NET Core 3.1** - Package name and version: **Google.Cloud.Dataflow.V1Beta3 v1.0.0-beta02** #### Steps to reproduce The below method should return active Dataflow jobs located in a region specified in `location` parameter, but actually it returns jobs from `us-central1` region regardless of the parameter value. ```csharp using Google.Cloud.Dataflow.V1Beta3; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using System; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Abracadabra.Api.Controllers { internal class GcpController : Controller { public async Task<IActionResult> GetDataflowJobsAsync(string project, string location, CancellationToken cancellationToken) { try { var client = await JobsV1Beta3Client.CreateAsync(cancellationToken); var request = new ListJobsRequest { ProjectId = project, Filter = ListJobsRequest.Types.Filter.Active, Location = location }; var jobs = client.ListJobsAsync(request); var result = await jobs.ToListAsync(cancellationToken); return Ok(result); } catch (Exception e) { return StatusCode(StatusCodes.Status500InternalServerError, e); } } } } ```
1.0
ListJobsAsync() returns only us-central1 jobs - #### Environment details - OS: **Windows 10 Enterprise** - .NET version: **.NET Core 3.1** - Package name and version: **Google.Cloud.Dataflow.V1Beta3 v1.0.0-beta02** #### Steps to reproduce The below method should return active Dataflow jobs located in a region specified in `location` parameter, but actually it returns jobs from `us-central1` region regardless of the parameter value. ```csharp using Google.Cloud.Dataflow.V1Beta3; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using System; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Abracadabra.Api.Controllers { internal class GcpController : Controller { public async Task<IActionResult> GetDataflowJobsAsync(string project, string location, CancellationToken cancellationToken) { try { var client = await JobsV1Beta3Client.CreateAsync(cancellationToken); var request = new ListJobsRequest { ProjectId = project, Filter = ListJobsRequest.Types.Filter.Active, Location = location }; var jobs = client.ListJobsAsync(request); var result = await jobs.ToListAsync(cancellationToken); return Ok(result); } catch (Exception e) { return StatusCode(StatusCodes.Status500InternalServerError, e); } } } } ```
priority
listjobsasync returns only us jobs environment details os windows enterprise net version net core package name and version google cloud dataflow steps to reproduce the below method should return active dataflow jobs located in a region specified in location parameter but actually it returns jobs from us region regardless of the parameter value csharp using google cloud dataflow using microsoft aspnetcore http using microsoft aspnetcore mvc using system using system linq using system threading using system threading tasks namespace abracadabra api controllers internal class gcpcontroller controller public async task getdataflowjobsasync string project string location cancellationtoken cancellationtoken try var client await createasync cancellationtoken var request new listjobsrequest projectid project filter listjobsrequest types filter active location location var jobs client listjobsasync request var result await jobs tolistasync cancellationtoken return ok result catch exception e return statuscode statuscodes e
1
665,309
22,308,256,112
IssuesEvent
2022-06-13 14:45:19
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Import/export Dashboard
Priority: Low Accepted Internal Dashboard Good first issue New Feature
## Description <!-- A few sentences describing new feature --> <!-- screenshot, video, or link to mockup/prototype are welcome --> Add two buttons on the burger menu to trigger import/export functionality for the whole Dashboard. ## Acceptance criteria <!-- Describe here the list of acceptance criteria --> Add in the related burger menu the possibility to - [ ] import a dashboard (from json) - [ ] export a dashboard (to json)
1.0
Import/export Dashboard - ## Description <!-- A few sentences describing new feature --> <!-- screenshot, video, or link to mockup/prototype are welcome --> Add two buttons on the burger menu to trigger import/export functionality for the whole Dashboard. ## Acceptance criteria <!-- Describe here the list of acceptance criteria --> Add in the related burger menu the possibility to - [ ] import a dashboard (from json) - [ ] export a dashboard (to json)
priority
import export dashboard description add two buttons on the burger menu to trigger import export functionality for the whole dashboard acceptance criteria add in the related burger menu the possibility to import a dashboard from json export a dashboard to json
1
764,612
26,808,579,923
IssuesEvent
2023-02-01 20:18:04
cosmos/ibc-rs
https://api.github.com/repos/cosmos/ibc-rs
opened
Remove `ChannelEnd::order_matches()`
O: maintainability A: low-priority
We should use a `match` statement instead. This pattern encourages not looking at all possible variants, and shouldn't be used. At the same time, we should understand what the `Order::None` represents, and if we keep it, what to do in cases where the order is `None`.
1.0
Remove `ChannelEnd::order_matches()` - We should use a `match` statement instead. This pattern encourages not looking at all possible variants, and shouldn't be used. At the same time, we should understand what the `Order::None` represents, and if we keep it, what to do in cases where the order is `None`.
priority
remove channelend order matches we should use a match statement instead this pattern encourages not looking at all possible variants and shouldn t be used at the same time we should understand what the order none represents and if we keep it what to do in cases where the order is none
1
354,344
10,565,875,524
IssuesEvent
2019-10-05 14:49:08
nfprojects/nfengine
https://api.github.com/repos/nfprojects/nfengine
closed
Improve PRNG in Math module
enhancement low priority medium proposal
The current implementation uses simple xorshift algorithm. Switch to xorshift\* or xorshift+ - they provide much better quality and are super fast (see http://xorshift.di.unimi.it/). Consider converting Random class to template with base integers PRGN algorithm as a template parameter (like it's done in C++11)
1.0
Improve PRNG in Math module - The current implementation uses simple xorshift algorithm. Switch to xorshift\* or xorshift+ - they provide much better quality and are super fast (see http://xorshift.di.unimi.it/). Consider converting Random class to template with base integers PRGN algorithm as a template parameter (like it's done in C++11)
priority
improve prng in math module the current implementation uses simple xorshift algorithm switch to xorshift or xorshift they provide much better quality and are super fast see consider converting random class to template with base integers prgn algorithm as a template parameter like it s done in c
1
769,704
27,016,874,317
IssuesEvent
2023-02-10 20:17:37
tallyhowallet/extension
https://api.github.com/repos/tallyhowallet/extension
closed
Swap - Can't change From Asset
Type: Bug Status: Pending Priority: Low
### Discord Discussion Link _No response_ ### What browsers are you seeing the problem on? Chrome ### What were you trying to do? Was trying to change the From asset when doing a swap. I was coming from a asset details page. <img width="362" alt="image" src="https://user-images.githubusercontent.com/80846886/156594493-9ba2b06f-f54e-4e56-9d99-5005d2c0bc2f.png"> ### What did not work? From: dropdown doesn't seem to act like a dropdown in this instance. Works ok on other instances. Very similar to a bug we previously had, now it seems contained to this use-case ### Version Community Edition v0.12.0 ### Relevant log output ```shell Version: v0.12.0-25-gb11d448a (1 Mar 2022) ```
1.0
Swap - Can't change From Asset - ### Discord Discussion Link _No response_ ### What browsers are you seeing the problem on? Chrome ### What were you trying to do? Was trying to change the From asset when doing a swap. I was coming from a asset details page. <img width="362" alt="image" src="https://user-images.githubusercontent.com/80846886/156594493-9ba2b06f-f54e-4e56-9d99-5005d2c0bc2f.png"> ### What did not work? From: dropdown doesn't seem to act like a dropdown in this instance. Works ok on other instances. Very similar to a bug we previously had, now it seems contained to this use-case ### Version Community Edition v0.12.0 ### Relevant log output ```shell Version: v0.12.0-25-gb11d448a (1 Mar 2022) ```
priority
swap can t change from asset discord discussion link no response what browsers are you seeing the problem on chrome what were you trying to do was trying to change the from asset when doing a swap i was coming from a asset details page img width alt image src what did not work from dropdown doesn t seem to act like a dropdown in this instance works ok on other instances very similar to a bug we previously had now it seems contained to this use case version community edition relevant log output shell version mar
1
822,227
30,859,205,756
IssuesEvent
2023-08-03 00:27:32
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
codeowners: invalid syntax (comma)
bug priority: low Stale area: Continuous Integration
The BitBucket pull request checker complains about: Code Owners failed. Syntax error CODEOWNERS#566 : Invalid Code Owner rule Caused by: Missing or invalid identifier: Use a valid user or group identifier. Caused by: Invalid identifier: Bitbucket user name Caused by: '@' expected but ',' found It is caused by a comma in the file name introduced by commit 4be438254a51e230e929055504fc4871a96f478d last month. codeowners: Add code owner for INTEL FPGA NIOSV Removing this line in our clone, as shown below, solved the problem, but the better fix would be removing the comma from the file names. ``` diff --git a/CODEOWNERS b/CODEOWNERS index 5481798968..8f0055eb65 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -563,7 +563,6 @@ /dts/bindings/sensor/*ina23* @bbilas /dts/bindings/sensor/st* @avisconti /dts/bindings/smbus/ @finikorg -/dts/bindings/cpu/intel,niosv.yaml @sweeaun /dts/common/ @galak /include/ @nashif @carlescufi @galak @MaureenHelm /include/zephyr/drivers/*/*litex* @mateusz-holenko @kgugala @pgielda ```
1.0
codeowners: invalid syntax (comma) - The BitBucket pull request checker complains about: Code Owners failed. Syntax error CODEOWNERS#566 : Invalid Code Owner rule Caused by: Missing or invalid identifier: Use a valid user or group identifier. Caused by: Invalid identifier: Bitbucket user name Caused by: '@' expected but ',' found It is caused by a comma in the file name introduced by commit 4be438254a51e230e929055504fc4871a96f478d last month. codeowners: Add code owner for INTEL FPGA NIOSV Removing this line in our clone, as shown below, solved the problem, but the better fix would be removing the comma from the file names. ``` diff --git a/CODEOWNERS b/CODEOWNERS index 5481798968..8f0055eb65 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -563,7 +563,6 @@ /dts/bindings/sensor/*ina23* @bbilas /dts/bindings/sensor/st* @avisconti /dts/bindings/smbus/ @finikorg -/dts/bindings/cpu/intel,niosv.yaml @sweeaun /dts/common/ @galak /include/ @nashif @carlescufi @galak @MaureenHelm /include/zephyr/drivers/*/*litex* @mateusz-holenko @kgugala @pgielda ```
priority
codeowners invalid syntax comma the bitbucket pull request checker complains about code owners failed syntax error codeowners invalid code owner rule caused by missing or invalid identifier use a valid user or group identifier caused by invalid identifier bitbucket user name caused by expected but found it is caused by a comma in the file name introduced by commit last month codeowners add code owner for intel fpga niosv removing this line in our clone as shown below solved the problem but the better fix would be removing the comma from the file names diff git a codeowners b codeowners index a codeowners b codeowners dts bindings sensor bbilas dts bindings sensor st avisconti dts bindings smbus finikorg dts bindings cpu intel niosv yaml sweeaun dts common galak include nashif carlescufi galak maureenhelm include zephyr drivers litex mateusz holenko kgugala pgielda
1
31,715
2,736,539,273
IssuesEvent
2015-04-19 14:54:55
cs2103jan2015-t16-3c/Main
https://api.github.com/repos/cs2103jan2015-t16-3c/Main
closed
A user can set reminders for various tasks
priority.low
so that the user can be aware of them in case the user forgets to check the list.
1.0
A user can set reminders for various tasks - so that the user can be aware of them in case the user forgets to check the list.
priority
a user can set reminders for various tasks so that the user can be aware of them in case the user forgets to check the list
1
104,887
4,226,476,281
IssuesEvent
2016-07-02 13:48:55
Laura-O4S/RobotsGoHome
https://api.github.com/repos/Laura-O4S/RobotsGoHome
closed
OVERLAY: Duplicate SmoothMoves Robots (minor)
bug done low priority
I can't recreate yet, I was messing around repeatedly buying boosters, closing the window and selecting the same level. Might be worth checking if there is a logical explanation why the same smooth moves robots can instantiate on top of each other
1.0
OVERLAY: Duplicate SmoothMoves Robots (minor) - I can't recreate yet, I was messing around repeatedly buying boosters, closing the window and selecting the same level. Might be worth checking if there is a logical explanation why the same smooth moves robots can instantiate on top of each other
priority
overlay duplicate smoothmoves robots minor i can t recreate yet i was messing around repeatedly buying boosters closing the window and selecting the same level might be worth checking if there is a logical explanation why the same smooth moves robots can instantiate on top of each other
1