A Ruby implementation of Ethereum.
https://github.com/cryptape/ruby-bitcoin-secp256k1
Or some tests will fail because the default stack size cannot hold a maximum (1024) levels deep VM stack.
Set RUBY_THREAD_VM_STACK_SIZE
in your shell/environment:
export RUBY_THREAD_VM_STACK_SIZE=104857600 # 100M, 100 times default
- optimize memory foot print
- add pruning trie
- refactor abi types
- refactor trie node types
- review
db.commit_refcount_changes
usage