Anna Shaleva
Anna Shaleva
@fyfyrchik, you're interested in this functionality as far, so you may subscribe.
Contribution guideline job is failing.
@roman-khimov, ready for review.
> Do you really need this change? It can break some initializations in existing code. That was my concern as far, but I've checked the existing code and it seems...
After the fix presented in #3390 this test is failing in the other place (later testcase). Discovered in https://github.com/nspcc-dev/neo-go/pull/3385. ``` 2024-04-02T17:00:25.1449288Z === RUN TestNotary 2024-04-02T17:00:25.1450905Z logger.go:146: 2024-04-02T17:00:20.517Z INFO initial gas...
Discovered again after #3404 merge into master (Go 1.21, Ubuntu, https://github.com/nspcc-dev/neo-go/actions/runs/8627442036/job/23647412672), the error is in other place of the test, but the idea is the same: ``` 2024-04-10T07:22:56.2390854Z === RUN...
Reproduced in #3441: ``` 2024-05-16T16:35:51.7223903Z === RUN TestNotary 2024-05-16T16:35:51.7224687Z logger.go:146: 2024-05-16T16:32:06.649Z INFO initial gas supply is not set or wrong, setting default value {"InitialGASSupply": "52000000"} 2024-05-16T16:35:51.7225346Z logger.go:146: 2024-05-16T16:32:06.649Z INFO mempool...
Reproduced in #3504. ``` 2024-07-05T10:39:10.1046928Z === RUN TestNotary 2024-07-05T10:39:10.1047682Z logger.go:146: 2024-07-05T10:35:45.785Z INFO initial gas supply is not set or wrong, setting default value {"InitialGASSupply": "52000000"} 2024-07-05T10:39:10.1048347Z logger.go:146: 2024-07-05T10:35:45.785Z INFO mempool...
I was able to reproduce a similar bug on my local machine under the following conditions: 1. Low disk space left (< 100 Mb), LevelDB is used (BoltDB can't function...
I don't, I've removed the DB to test the release compatibility, but for some reason I suspect that the problem can be reproduced. I'll try to reproduce it and save...