Philipp Sippl
Philipp Sippl
Makes use of the ark serialisation, and only adapts the bits in the header. This was mostly done to have working version quickly. Should we instead use a more explicit...
## Motivation ## Solution ## PR Checklist - [ ] Added Tests - [ ] Added Documentation - [ ] Updated the changelog
It seems client.get_account_state is broken. Following code results in an error because `account_state` is None. ``` from pylibra import LibraClient client = LibraClient() account_state = client.get_account_state("4e9d15b27de3c0d39c47fff2e8b9923e7e494dd0689c0ca10c2a3b51fa97ebb3") print(account_state.balance) ```
A bit dirty still, couldn't find all the use of the storage crate, so I created this empty mock for wasm, we should probably get rid of this again.
TLDR: aesrng requires build time flag, then actually outperforms chacha (also on arm) ``` aesrng 2025-10-30T16:33:27.563065Z INFO vector_mpc_poc: ═══════════════════════════════════════════════════════ 2025-10-30T16:33:27.563070Z INFO vector_mpc_poc: Actor 0 FINAL SUMMARY (100 requests) 2025-10-30T16:33:27.563085Z INFO...