Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@SebastienGllmt SebastienGllmt released this 12 Aug 03:49
· 21 commits to master since this release
4e3097c

Breaking change

  • 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