Releases: worldcoin/orb-software
Releases · worldcoin/orb-software
orb-attest/v0.2.9-beta.3+LL
security-utils: min tls ver to 1.2 (#165) Co-authored-by: vmenge <[email protected]>
orb-attest/v0.2.9-beta.2+LL
fix: bump openssl dep (#163) bump openssl dep Co-authored-by: Victor Menge <[email protected]>
orb-attest/v0.2.9-beta.1+LL
attest: fix missing backtrace (#161) fix missing backtrace in orb-attest
orb-attest/v0.2.9-beta.0+LL
attest: switch to orb-security-utils (#159)
orb-ui/v0.0.2-beta.0+LL
fix cargo lock (#150)
orb-mcu-util/v0.7.2-beta.0+LL
fix cargo lock (#150)
orb-mcu-util/v0.7.1-beta.1+LL
mcu-util: add colors (#138)
orb-mcu-util/v0.7.1-beta.0+LL
orb-mcu-util: don't fail on building boards object (#136) * orb-mcu-util: don't fail on building boards object heartbeat is sent to check that mcu is alive but if it's not, don't fail because the command might be targeted to the other MCU * orb-mcu-util: error trace prettify * address comments --------- Co-authored-by: Ryan Butler <[email protected]>
orb-ui/v0.0.1-beta.9+LL
mcu-util: explicitly join on task handles (#125) * mcu-interface: fix blocking, add kill for can_rx task, fix ack * mcu-interface: use unbounded channel * mcu-interface: introduce explicit task join handle * fix typo * switch info to debug * mcu-util: kill tasks before joining * improve task joining
orb-mcu-util/v0.7.0-beta.0+LL
mcu-util: pull out messaging module into a crate (#115) * mcu-util: pull out messaging module into a crate * rename to orb-mcu-interface