Skip to content

Commit

Permalink
Reduce field length to fit in BQ
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneynotthecity committed Jul 16, 2024
1 parent f6a920e commit 2539c01
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
32 changes: 16 additions & 16 deletions models/docs/sources/config_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ These settings are set at the network level and requires a validator vote to upd
{% docs config_setting_id %}
Config setting id types

| id | Type |
| --- | ------------------------------------------------------------- |
| 0 | ConfigSettingIdConfigSettingContractMaxSizeBytes |
| 1 | ConfigSettingIdConfigSettingContractComputeV0 |
| 2 | ConfigSettingIdConfigSettingContractLedgerCostV0 |
| 3 | ConfigSettingIdConfigSettingContractHistoricalDataV0 |
| 4 | ConfigSettingIdConfigSettingContractEventsV0 |
| 5 | ConfigSettingIdConfigSettingContractBandwidthV0 |
| 6 | ConfigSettingIdConfigSettingContractCostParamsCpuInstructions |
| 7 | ConfigSettingIdConfigSettingContractCostParamsMemoryBytes |
| 8 | ConfigSettingIdConfigSettingContractDataKeySizeBytes |
| 9 | ConfigSettingIdConfigSettingContractDataEntrySizeBytes |
| 10 | ConfigSettingIdConfigSettingStateTtl |
| 11 | ConfigSettingIdConfigSettingContractExecutionLanes |
| 12 | ConfigSettingIdConfigSettingBucketlistSizeWindow |
| 13 | ConfigSettingIdConfigSettingEvictionIterator |
| id | Type|
|-|-|
| 0 |ConfigSettingIdConfigSettingContractMaxSizeBytes|
| 1 |ConfigSettingIdConfigSettingContractComputeV0|
| 2 |ConfigSettingIdConfigSettingContractLedgerCostV0|
| 3 |ConfigSettingIdConfigSettingContractHistoricalDataV0|
| 4 |ConfigSettingIdConfigSettingContractEventsV0|
| 5 |ConfigSettingIdConfigSettingContractBandwidthV0|
| 6 |ConfigSettingIdConfigSettingContractCostParamsCpuInstructions|
| 7 |ConfigSettingIdConfigSettingContractCostParamsMemoryBytes|
| 8 |ConfigSettingIdConfigSettingContractDataKeySizeBytes|
| 9 |ConfigSettingIdConfigSettingContractDataEntrySizeBytes|
| 10 |ConfigSettingIdConfigSettingStateTtl|
| 11 |ConfigSettingIdConfigSettingContractExecutionLanes|
| 12 |ConfigSettingIdConfigSettingBucketlistSizeWindow|
| 13 |ConfigSettingIdConfigSettingEvictionIterator|

{% enddocs %}

Expand Down
26 changes: 13 additions & 13 deletions models/docs/sources/state_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Flags are set on the issuer accounts for an asset. When user accounts trust an a

#### `trust_lines`:

| Flag | Meaning |
| ---- | -------------------------------------------------------------------------------------------------------------------- |
| 0 | None, Default |
| 1 | Authorized (issuer has authorized account to perform transaction with its credit) |
| 2 | Authorized to Maintain Liabilities (issuer has authorized account to maintain and reduce liabilities for its credit) |
| 4 | Clawback Enabled (issuer has specified that it may clawback its credit, including claimable balances) |
| Flag | Meaning |
|---------|------------------------------|
| 0 | None, Default |
| 1 | Authorized (issuer has authorized account to perform transaction with its credit) |
| 2 | Authorized to Maintain Liabilities (issuer has authorized account to maintain and reduce liabilities for its credit) |
| 4 | Clawback Enabled (issuer has specified that it may clawback its credit, including claimable balances) |

{% enddocs %}

Expand All @@ -51,13 +51,13 @@ Flags are set on the issuer accounts for an asset. When user accounts trust an a

#### `accounts` and `claimable_balances`:

| Flag | Meaning |
| ---- | -------------------------------------------------------------------------------------------- |
| 0 | None - Default |
| 1 | Auth Required (all trustlines by default are untrusted and require manual trust established) |
| 2 | Auth Revocable (allows trustlines to be revoked if account no longer trusts asset) |
| 4 | Auth Immutable (all auth flags are read only when set) |
| 8 | Auth Clawback Enabled (asset can be clawed back from the user) |
| Flag | Meaning |
|----------|----------------------------|
| 0 | None - Default |
| 1 | Auth Required (all trustlines by default are untrusted and require manual trust established) |
| 2 | Auth Revocable (allows trustlines to be revoked if account no longer trusts asset) |
| 4 | Auth Immutable (all auth flags are read only when set) |
| 8 | Auth Clawback Enabled (asset can be clawed back from the user) |

{% enddocs %}

Expand Down

0 comments on commit 2539c01

Please sign in to comment.