Closed btcopenstamp closed 1 week ago
This is a bug and we will review the code again
Hi @vikkkko just checking in—how is this issue progressing? Please be aware that based on our previous testing, this issue could potentially cause the indexer to go down.
@reinamora137
Definitely a good time for some test cases
This has been fixed
Describe the bug An exception occurs when the price field of the domain is
""
(blank characters) during deploy, resulting in the program terminating unexpectedly.Branch/Release/Commit Hash of Problem Branch
bitname/testnet
.To Reproduce Steps to reproduce the behavior:
""
(blank characters).Expected behavior The program can continue running without terminating.
Screenshots
Additional context
Deploy information:
The location where the code execution failed: https://github.com/stampchain-io/btc_stamps/blob/f43eb41acab2302be0c5287aac35828bbbddb05c/indexer/src/index_core/src101.py#L375
Similarly, there are many scenarios of program robustness errors caused by missing fields or illegal fields that need further testing and improvement.
By the way, the test cases in src101 are still old codes that cannot be executed and need to be updated and maintained.