go-tableland icon indicating copy to clipboard operation
go-tableland copied to clipboard

[GOT-47] Remove configurable `MaxRowCount`

Open dtbuchholz opened this issue 2 years ago • 0 comments

Since the maximum number of rows is a protocol definition and cannot be configured by an indiviual validator, the TableContraints > MaxRowCount key/value should be removed from the following: https://github.com/tablelandnetwork/go-tableland/blob/bbfa561db96554a6b784e9008f5f78328b46b928/docker/deployed/testnet/api/config.json#L19

As noted by @jsign:

For example, if the limit is X and a table has X rows, then a further insertion will make the query fail (as defined in the spec). If someone bumps that X, then that query won't fail and they'll "fork" from the rest of the network.

GOT-47

dtbuchholz avatar Jan 17 '23 18:01 dtbuchholz