Jozef Henzl
Jozef Henzl
logging in our modules is a mess (`printk() & co.` everywhere) - [ ] investigate how logging works in zephyr - [ ] use proper log module setup and replace...
Basic utilities to demo that ethereum connectivity works. This applies to the `wallet` shell submodule. - [x] set private key (`pk`) - [x] update the account nonce & balance from...
To be able to use ethereum's JSONRPC api, the node must have an access to an ethereum node one of these must be completed: - [ ] connect to `infura.io`...
Zephyr's kernel measures only time since the boot. To support real-world timestamps, the build must have either: 1) persistent hardware clock unit like DS3231 (or an emulation for qemu builds)...
Update the signing code to support [EIP155](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md) compatible signatures.
## Goal To create set of utilities that will help building and encoding an ethereum transaction on an embedded device. ## Required features - [x] `int eth_encode_tx(const transaction_t *tx, uint8_t...