-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce major schema versioning and version 1 schema
* feat: enable models to be version aware * Use a structured version * Move schema migrations to new versioned package * Add base SQL for schemas and update README * Fix some spelling errors caught by lint * Appease the lint god * Incorporate pr review feedback Create v1 schema and adjust hypertable parameters Use numeric type to represent numbers add integer now function to each hypertable multisig tx param field is nullable Add Height to IDAddress and ChainEconomics Fix ups to ensure schema v1 matches models Some lint fixes Ensure older schema version can be installed in new database Add add FilReserveDisbursed for chain economics Support backwards compatibility with v0 models Fix genesis test Support custom postgresql schema names Explicitly check whether database has initialized version tables Fix ChainReward.NewReward to be notnull Convert value column in parsed_messages to numeric Add actor_family colum to derived_gas_outputs Add internal_messages and internal_parsed_messages models Make InternalParsedMessage.Method a string to match schema Remove extension comment Only set base schema search path if non-default Fix typo Add version number to initial version tables Fix template typo Revert adding version number to initial version tables Remove extension creation Remove owner statements from v1 schema Use fixed statediff Use merged version in statediff repo tweak logger name
- Loading branch information
Showing
34 changed files
with
2,571 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.