Zodomo
Zodomo
If you pass a Bitcoin P2SH address into the validate function as so: `validate("32T3sEnqEjAKn8xJg6GKrnns6YXZ36TMR6", 'litecoin', 'prod');` It will return `true`. Litecoin P2SH addresses start with 'M', not '3'. Validate doesn't...
Making the `open` methods payable allows for natives to trivially be used in user requests. Native payment can easily be accounted for alongside ERC-20 tokens by using address(0). Adding the...
Uint40 should be used for timestamps instead of uint32. In systems that use signed integers, an int32 value is only good until the year 2038. External systems might use signed...