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
caip2 value can now be null (in the case of timers) instead of empty string '' since it's safer to force handling this case explicitly
cde_caip2 to chain_data_extensions. See #416 for more
config field in cde_dynamic_primitive_config is now a JSONB type instead of TEXT
Bug fixes
dotenv no longer tries to load the dependency on browser builds (so you no longer need a polyfill for it). This was a bug introduced in 4.0.0
Chore
YAML config parsing now allows usage of anchor
Paima Engine no longer bundles templates, docs or contracts. These are always out-of-date in practice because they're in separate repos causing a chicken-and-egg problem when keeping versions in sync, and removing them lowers the build time a lot of and lowers the exe size