Merge branch 'release/v1.20.0' into asr/merge-release-into-master

This commit is contained in:
Aayush
2023-02-03 09:27:04 -05:00
93 changed files with 4203 additions and 2237 deletions
+4
View File
@@ -181,3 +181,7 @@ func NewSlashFilter(ds dtypes.MetadataDS) *slashfilter.SlashFilter {
func UpgradeSchedule() stmgr.UpgradeSchedule {
return filcns.DefaultUpgradeSchedule()
}
func EnableStoringEvents(cs *store.ChainStore) {
cs.StoreEvents(true)
}