You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open To-dos can point to architecture or programming issues that still need to be resolved. Often these kinds of comments indicate areas of complexity or confusion for developers. This provides value and insight to an attacker who aims to cause damage to the protocol.
Code Location:
Listing 23
1 ./x/ ethbridge / test / test_helpers .go :69: // TODO : staking . TStoreKey removed in favor of?
2 ./x/ tokenregistry / types / genesis .go :15: TODO : This is commented out because it no longer works after merging release /13.4.
Recommendation:
Consider resolving the To-dos before deploying code to a production context. Use an independent issue tracker or other project management software to track development tasks.
The text was updated successfully, but these errors were encountered:
Description
Open To-dos can point to architecture or programming issues that still need to be resolved. Often these kinds of comments indicate areas of complexity or confusion for developers. This provides value and insight to an attacker who aims to cause damage to the protocol.
Code Location:
Recommendation:
Consider resolving the To-dos before deploying code to a production context. Use an independent issue tracker or other project management software to track development tasks.
The text was updated successfully, but these errors were encountered: