Arseniy Klempner

Results 36 issues of Arseniy Klempner
trafficstars

In a similar spirit to #144 , having recommendations from other users with a verifiable metric of how the two users interacted creates a more trustworthy system than LinkedIn where...

enhancement

Hi, awesome project! I've been playing around with a similar idea because I thought GitHub profiles are lacking and can do so, so much more. Having worked almost exclusively on...

enhancement

Presently, `Registry.sol` imports `Parameterizer.sol` in its entirety, but only calls the function `get(string _name)`. You can save gas and storage space by using a `ParameterizerInterface.sol` in `Registry` ```solidity interface ParameterizerInterface...

enhancement
good first issue

### Invoking events without "emit" prefix is deprecated. ``` Registry.sol:186:13: Warning: Invoking events without "emit" prefix is deprecated. _TouchAndRemoved(_listingHash); ^----------------------------^ Parameterizer.sol:155:5: Warning: Invoking events without "emit" prefix is deprecated. _ReparameterizationProposal(_name,...

Though there is an `ethpm.json` file in the repo, the `tcr` package is not published to the registry and cannot be installed on another project via `truffle install tcr`

This is a **bug report/feature or change request/support request** ## Problem The library consumer has to set the content/pubsub topic in multiple places: - when creating the waku node -...

enhancement

## Problem All functions to create a node allow it to be setup for either autosharding or static sharding depending on which options are passed. However, we want to encourage...

## Problem When library consumer specifies a cluster ID and shard index when creating an encoder, it means they are using static sharding and explicitly specifying which shard index (and...

## Problem Under harsh network conditions, especially at hackathons, it becomes difficult for a js-waku instance in the browser to connect to a Waku node on the network. It's easier...

E:js-waku Waku in Browser on Unreliable Network

This is a **bug report/feature or change request/support request** ## Problem ## Proposed Solutions ## Notes