allora-network / allora-chain

Node software to run the Allora Network
https://www.allora.network/
Apache License 2.0
73 stars 67 forks source link

Hotfix/fix range and catch map lookups #408

Closed kpeluso closed 2 months ago

kpeluso commented 2 months ago

Fixes 2 bugs:

  1. Inference synthesis was using non-deterministic ranges => would eventually cause inconsistent state across nodes for any data saved from inference synthesis
  2. Catching map lookups for keys that don't exist.