Module: Ethereum
- Defined in:
- lib/ethereum.rb,
lib/ethereum/vm.rb,
lib/ethereum/abi.rb,
lib/ethereum/env.rb,
lib/ethereum/log.rb,
lib/ethereum/spv.rb,
lib/ethereum/trie.rb,
lib/ethereum/block.rb,
lib/ethereum/bloom.rb,
lib/ethereum/chain.rb,
lib/ethereum/index.rb,
lib/ethereum/miner.rb,
lib/ethereum/sedes.rb,
lib/ethereum/utils.rb,
lib/ethereum/ethash.rb,
lib/ethereum/tester.rb,
lib/ethereum/account.rb,
lib/ethereum/address.rb,
lib/ethereum/fast_vm.rb,
lib/ethereum/opcodes.rb,
lib/ethereum/receipt.rb,
lib/ethereum/version.rb,
lib/ethereum/abi/type.rb,
lib/ethereum/constant.rb,
lib/ethereum/fast_rlp.rb,
lib/ethereum/vm/state.rb,
lib/ethereum/secp256k1.rb,
lib/ethereum/spv/proof.rb,
lib/ethereum/db/base_db.rb,
lib/ethereum/exceptions.rb,
lib/ethereum/public_key.rb,
lib/ethereum/vm/message.rb,
lib/ethereum/db/ephem_db.rb,
lib/ethereum/ethash_ruby.rb,
lib/ethereum/ffi/openssl.rb,
lib/ethereum/private_key.rb,
lib/ethereum/secure_trie.rb,
lib/ethereum/transaction.rb,
lib/ethereum/base_convert.rb,
lib/ethereum/block_header.rb,
lib/ethereum/cached_block.rb,
lib/ethereum/pruning_trie.rb,
lib/ethereum/tester/state.rb,
lib/ethereum/vm/call_data.rb,
lib/ethereum/db/overlay_db.rb,
lib/ethereum/external_call.rb,
lib/ethereum/fast_vm/state.rb,
lib/ethereum/db/refcount_db.rb,
lib/ethereum/tester/fixture.rb,
lib/ethereum/transient_trie.rb,
lib/ethereum/fast_vm/message.rb,
lib/ethereum/tester/language.rb,
lib/ethereum/trie/nibble_key.rb,
lib/ethereum/special_contract.rb,
lib/ethereum/ethash_ruby/cache.rb,
lib/ethereum/ethash_ruby/utils.rb,
lib/ethereum/fast_vm/call_data.rb,
lib/ethereum/spv/proof_verifier.rb,
lib/ethereum/tester/abi_contract.rb,
lib/ethereum/tester/log_recorder.rb,
lib/ethereum/ethash_ruby/hashimoto.rb,
lib/ethereum/spv/proof_constructor.rb,
lib/ethereum/abi/contract_translator.rb,
lib/ethereum/tester/solidity_wrapper.rb
Defined Under Namespace
Modules: ABI, BaseConvert, CachedBlock, Constant, DB, Ethash, EthashRuby, FastRLP, OpenSSL_EC, SPV, Secp256k1, Sedes, Tester, Utils Classes: Account, Address, AssertError, Block, BlockGasLimitReached, BlockHeader, Bloom, Chain, ChecksumError, ContractCreationFailed, DeprecatedError, Env, ExternalCall, FastVM, FormatError, Index, InsufficientBalance, InsufficientStartGas, InvalidBlock, InvalidNonce, InvalidSPVProof, InvalidTransaction, InvalidUncles, Log, Miner, Opcodes, PrivateKey, PruningTrie, PublicKey, Receipt, SecureTrie, SpecialContract, Transaction, TransactionFailed, TransientTrie, Trie, UnknownParentError, UnsignedTransactionError, VM, ValidationError, ValueError
Constant Summary collapse
- Logger =
BlockLogger- VERSION =
'0.9.1'- UnsignedTransaction =
Transaction.exclude %i(v r s)