chainlink-common
chainlink-common copied to clipboard
Add Must* value functions
A preferred alternative would be to update the original functions to not return an error.
I suggested a similar change to @cedric-cordenier - the only type that can currently return an error from New*() is Decimal so if we could somehow prevent that, we can just simplify New*() instead of adding new methods.