Add excessiveBlockSize indicator in the subversion string in MB.
The value would be truncated to the first decimal digit.
Following two example of what the subver will be in case of
different EB settings:
- excessiveBlockSize set to 2000000 --> /Bitcoin ABC:0.14.1(EB2)/
- excessiveBlockSize set to 1560000 --> /Bitcoin ABC:0.14.1(EB1.5)/
Add also functional tests for subver EB signalling to abc-{cmdline,rpc}.py