ethereum / node-ethereum

[DEPRECATED] a simple standalone or embeddable Ethereum client written for Node.js
GNU General Public License v2.0
46 stars 38 forks source link

Add Connected Peer to Peer List #24

Closed Latrasis closed 9 years ago

Latrasis commented 9 years ago

For #3: Didn't wish to use sublevel again, so just did a manual get -> modify -> push

Uses hash id as id and hello as value.

Also added testdb into gitignore

Latrasis commented 9 years ago

Ok I setup an additional Peer Sublevel

wanderer commented 9 years ago

thanks @Latrasis !