Simon Jentzsch

Results 7 issues of 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...

enhancement

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" : {}

enhancement

We need tests for all Modules

enhancement

the logger must have following features: - redirect logging into file - set Loglevel [debug,warn,info,error]

enhancement