Skip to content

Resource limits page has outdated values (e.g. footprint entries shows 100, current limit is 200) #2271

@leighmcculloch

Description

@leighmcculloch

The Resource Limits & Fees page has outdated values. For example, the page states:

Max number of keys in the footprint: 100

However, the current network limit for tx_max_footprint_entries is 200, as shown by:

  • https://lab.stellar.org/network-limits

  • Using stellar network settings command:

    $ stellar network settings | jq '[.updated_entry[].contract_ledger_cost_ext_v0.tx_max_footprint_entries] | del(.. | nulls) | .[0]'
    200
    

There are likely other values on the page that are also out of date. It would be worth auditing all the limits against current network settings. It would be worth linking to the lab.stellar.org instead of serving up what will always be old data.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions