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
For whoever of us takes care of this: there's an "IsBlockValid" function in blockmanager. It takes the new block as well as the last verified block. If you can, please modify that function to take the new block as well as the ENTIRE blockchain (not just last block), and not just return a boolean for whether or not it's valid, but also return a string with an error code (invalid hash, invalid ownership, invalid item ID, etc etc) - this will make for a dope demo.
Can probably make a call to the history function in issue #4 and output True/False based on the output
The text was updated successfully, but these errors were encountered: