Simon Jentzsch
Simon Jentzsch
When quering a contract and trying to find out when and how much eth was actually sent, we cannot only look at the `to` and the `value` field of the...
Here I applied only the changes needed in order to run the addon in nodejs 0.12
Currently L1-Accounts as Multisig are supported by checking the Contract Signature with EIP-1271 on the server and an L1 authorization when setting the pub key using `setAuthPubkeyHash`. But this requires...
This Module should be able to receive the open/close-message per bluetooth. And it may communicate with the bluetooth-device and reveice new configuration (like WLAN-Params) We must find a secure way...
loading custom-modules should be easy by adding a module-search-path in the config. right now the module-key would be a relative-path : "../../customModules/myModule" : {}
the logger must have following features: - redirect logging into file - set Loglevel [debug,warn,info,error]
**Is your feature request related to a problem? Please describe.** Currently, sequencer commitments (preconfirmations) are signed over ``` keccak256( domain ++ chain\_id ++ keccak256(payload) ) ```` This ties the signature...
**Is your feature request related to a problem? Please describe.** The API-Spec querying a header based on its parent, but nimbus has not implemented this yet. This is needed when...