[x] On the master_table the server version in JSON is 0, while the one in the server_version column is different.
[x] GET and sync endpoints returns server version 0 for the trade-items
[ ] For server_version use System.currentTimeMillis() instead of System.nanoTime(). System.nanoTime() is based on random reference and invocation in different thread will result in different values(Its not thread safe)