Atis Elsts
Atis Elsts
This PR improve the energy consumption of the non-storing (NS) rule by only adding Tx links in the timeslots that have a corresponding active neighbor. The idea is outlined and...
The function `soc_trng_isr()` looks like designed to run in interrupt context, but it uses `process_post` which I believe is not interrupt safe.
The way I see it, currently Orchestra suffers from two problems (please correct if my understanding is not right): 1) With the non-storing mode rule (`unicast_per_neighbor_rpl_ns`) the scheduler wakes up...
### Component Hooks ### Describe the suggested feature and problem it solves. `getFee()` function of the `IDynamicFeeManager` interface takes pool key as the only parameter. The hook deployer might want...
Other Contiki-NG platforms add to `CONTIKI_TARGET_SOURCEFILES` in their own Makefile. Cooja simply sets the variable `CONTIKI_TARGET_SOURCEFILES`. This breaks user application code that sets `CONTIKI_TARGET_SOURCEFILES` from the application Makefiles.
It's not clear what exactly `totalValueLockedToken0` and `totalValueLockedToken1` are reflecting. For instance, look at this UI screenshot:  The price of 0.9988 DAI per GUSD, and the liquidity distribution in...
We're using a modified version of Contiki-NG (based on 4.6) along with unmodified version of Cooja, commit 7a7fd5e471b3333c97d09c24224a865be4a4f4f4 from June 2021. There are some big problems with the log output...
## Related Issue #84 ## Description of changes This PR attempts to improve the FullRange hook code. The rationale for increasing the tick spacing is described in #84. The existing...
### Component Gas Optimization, General design optimization (improving efficiency, cleanliness, or developer experience) ### Describe the suggested feature and problem it solves. The FullRange hook would be very useful to...