openethereum/ethcore/src/json_tests
Tomasz Drwięga 4c1b74a42e Calculating gas using usize (if supplied gaslimit fits in usize) (#1518)
* Spliting gasometer out of interpreter

* Choosing right gas calculations implementation based on supplied gas

* Moving verification out of gasometer

* MemGasCost benchmark.

Conflicts:
	ethcore/src/evm/benches/mod.rs

* Some simple benchmarks

* Benchmark for simple loop

* Calculating gas_for_memory only when it's actually needed

* Removing superfluous newline [ci skip]
2016-07-05 15:15:44 +02:00
..
chain.rs Fixing json tests 2016-06-24 10:57:44 +02:00
executive.rs Calculating gas using usize (if supplied gaslimit fits in usize) (#1518) 2016-07-05 15:15:44 +02:00
homestead_chain.rs Ignoring tests 2016-06-06 10:13:01 +02:00
homestead_state.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00
mod.rs returning client to the place it should be, cleanup 2016-02-09 00:54:33 +03:00
state.rs State diffing, exposed through JSONRPC. 2016-05-31 21:03:44 +02:00
test_common.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00
transaction.rs fixed homestead transition block number in transaction json-tests 2016-03-29 14:34:03 +02:00