is In Most Work Chain
return true if the passed block is on the most work chain, false if it is not, or null if it is currently unknown. Null is returned if there is no tip loaded yet, or if the height of the passed block is beyond the tip. Since the tip is supposed to be the most work (and most probably largest height), we need to wait for the tip to be adjusted before determining this.