You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Given a DAO changes its name, we want to be able to keep track of this state change. This also includes things like the description. This could be broken down even further to include things like CW20-token states, but for now let's mainly focus on names.
Solution:
Research a solid management/versioning for Postgres and Rust
Come to James/Gavin and discuss the trade-offs between above
Integrate this into our indexing logic (during updates, specifically)
The text was updated successfully, but these errors were encountered:
Problem:
Given a DAO changes its name, we want to be able to keep track of this state change. This also includes things like the description. This could be broken down even further to include things like CW20-token states, but for now let's mainly focus on names.
Solution:
The text was updated successfully, but these errors were encountered: