What impact would a device (ie super-computer or relativistic computer or other method) that solves the halting problem have on math?
Would there be any mathematical problems left to solve?
What would be the greatest mathematical challenges left?
Could we compute if our axiom system is is consistent?
Could we find "the one true and final" complete set theory?
Well, a means to solve the halting problem itself would do nothing for us if it would take $2^{1000}$ steps to test whether even a small program halted or not. But let us suppose we have a magical oracle that can do this for us quickly. For instance, imagine that you had a scroll with Chaitin's constant inscribed on it.
Then we could certainly compute whether the axiom system (which I'll assume to be recursively enumerable in the standard sense) is consistent or not. Simply define a machine $M$ as follows: for each $n$, $M$ enumerates all possible proofs of length $n$ (in our language and using our fixed set of axioms) and checks whether a contradiction (that is, $p \cap \not p$) can be derived. If at some point a contradiction is derived, it halts. So whether this program halts or not is equivalent to the consistency of the given axiom scheme. By a variant of this, we would be able to determine whether any statement of interest (e.g. the Riemann hypothesis, the P versus NP problem, etc.) is provable from our axiom scheme.