GetChanges
GetChanges returns the validator changes stored on the realm, for blocks in the [from, to] range (inclusive on both ends). If to >= math.MaxInt64, it is clamped to math.MaxInt64-1 to avoid overflow. Panics if from > to (after clamping). This function is intended to be called by gno.land through the GnoSDK.
Command
gnokey query vm/qeval -remote "https://api.gno.berty.io:443" -data "gno.land/r/sys/validators/v2.GetChanges(,)"
Result