Project

devp2p

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
DEVp2p aims to provide a lightweight abstraction layer that provides these low-level algorithms, protocols and services in a transparent framework without predetermining the eventual transmission-use-cases of the protocols.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 5.8.3
~> 10.5
= 0.8.7.6

Runtime

 Project Readme

ruby-devp2p

MIT License travis build status

A ruby implementation of Ethereum's DEVp2p framework.

Fiber Stack Size

DEVp2p is build on Celluloid, which uses fibers to schedule tasks. Ruby's default limit on fiber stack size is quite small, which need to be increased by setting environment variables:

export RUBY_FIBER_VM_STACK_SIZE=104857600 # 100MB
export RUBY_FIBER_MACHINE_STACK_SIZE=1048576000

Resources