Emil Georgiev
Emil Georgiev
# Description Closes: #XXXX --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...
# Description Closes: #XXXX --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...
# Description Closes: #XXXX --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...
# Description Closes: #XXXX --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...
Now, nanoseconds are properly encoded/decoded, and the lexicographical order of the bytes is correct when comparing two Duration objects: one with negative nanoseconds and another with zero nanoseconds. Fixed: #19910...
# Description Closes: #XXXX --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...
## Changes ## Tests ```sh go test -tags integration github.com/ChainSafe/gossamer ``` ## Issues #3444
## Issue summary Adding comments to the type worker in sync package should help clarify the functionality and design of the code, making it easier to understand and maintain
## Issue summary when I run the test, sometime it failed: ```go go test -run=Test_createRuntimeStorage -count=1 2024-06-09T09:34:09+03:00 INFO 🕸️ initialising node with name Gossamer, id gssmr, base path /var/folders/5b/vj0q2ky90t3cm83_r2ptp7dc0000gp/T/Test_createRuntimeStorage1085720502/001 and...
## Issue summary some of the else statements can be removed and simplify the code. For example: 1. If a variable is set in both branches of an if, it...