danielksan81

Results 5 issues of danielksan81

Hi @ all, Since release 1.5.6 of geth (https://github.com/ethereum/go-ethereum/releases/tag/v1.5.6), the RPC implementation only accepts hex data with prefix '0x', which is missing in the current implementation. As a sample, the...

Add version golangci-lint v1.53.3 as pre-requisites to README file. #### Description Update README file for golangci-lint version. ##### Category Improvement ##### Relevant issue fixes #267 #### Testing ##### Steps to...

#### Motivation / Context The Readme file should mention the proper version of the linter to use for linting. #### Description Add version v1.53.3 of golangci-lint to prerequisites. ##### Relates...

improvement

#### Motivation / Context In the current implementation a session can be closed and the listeners are still open. Expectation is that only if a session is open, listeners are...

improvement

#### Description Executing command _perunnode generate_ creates new files for alice and bob as well as a node.yaml configuration. Program first creates new files and folders in /tmp in Linux...

bug