This PR fixes commit.Buffer reader methods Int(), Uint() and Float() that will work regardless of the underlying value. These methods are used by the indexes and it allows to build indices from, for example, uint32 where previously it required only 64-bit values.
This PR fixes
commit.Buffer
reader methodsInt()
,Uint()
andFloat()
that will work regardless of the underlying value. These methods are used by the indexes and it allows to build indices from, for example,uint32
where previously it required only 64-bit values.