Mint: migration to clean up overly large witnesses (#817)

* add migration to clean up overly large witnesses

* bump to 0.18.1
This commit is contained in:
callebtc
2025-11-04 19:39:16 +01:00
committed by GitHub
parent c8566437f9
commit cf4cbbe882
6 changed files with 96 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ from pydantic import BaseSettings, Extra, Field
env = Env()
VERSION = "0.18.0"
VERSION = "0.18.1"
def find_env_file():