-
Notifications
You must be signed in to change notification settings - Fork 0
Pr 3893 templates contract #168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| StakingAddr string `yaml:"STAKING_ADDR"` | ||
| ConnectionAddr string `yaml:"CONNECTION_ADDR"` | ||
| StorageNodeAddr string `yaml:"STORAGE_NODE_ADDR"` | ||
| TemplateAddr string `yaml:"TEMPLATE_ADDR"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we update values.yaml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes... will just set to 0x0 for now, since it is not deployed yet
migrations/00046_create_template.sql
Outdated
|
|
||
| -- Create templates table for the new TemplateCreated event | ||
| CREATE TABLE templates ( | ||
| "id" bytea PRIMARY KEY CHECK (length("id") = 32), -- This is the keccak256 of cid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit - quotes might not be necessary as it is not reserved word
zakharenkodmytro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.