obscuren
a052357872
Fixed EXP gas
10 years ago
obscuren
a22056db59
Make an attempt to pay for the gas prior to expanding the mem.
10 years ago
obscuren
beb7d35c40
Updated tests
10 years ago
obscuren
d33987cb44
Additional fees for *COPY
10 years ago
obscuren
6dc46d3341
Changed the way transactions are being added to the transaction pool
10 years ago
obscuren
616066a598
rework vm
10 years ago
Ethan Buchman
7c24cd790d
fix panic on bad sender
10 years ago
obscuren
1bce02eff7
Fixed merge
10 years ago
obscuren
a3559c5e1b
updated PV
10 years ago
obscuren
c8d0f8adc5
Changed refund
10 years ago
obscuren
6ba8328077
Removed min gas price from genesis
10 years ago
obscuren
61556ef01d
GasData changes & removed min gas price
10 years ago
Taylor Gerring
ef7961b7d2
Merge pull request #194 from ethereum/poc8
...
Update tests branch to PoC8
10 years ago
Taylor Gerring
c17a3cb0ce
chain coverage report & submission
...
prevent coverage results from being submitted to coveralls if when the
build fails
10 years ago
Felix Lange
cfd7e74c25
p2p: add test for NewPeer
10 years ago
Felix Lange
3a09459c4c
p2p: make Disconnect not hang for peers created with NewPeer
10 years ago
Felix Lange
9b85002b70
p2p: remove Msg.Value and MsgLoop
10 years ago
Felix Lange
f816fdcb69
rlp: include target type in decoder error messages
10 years ago
Felix Lange
6049fcd52a
p2p: use package rlp for baseProtocol
10 years ago
Felix Lange
c1fca72552
p2p: use package rlp
10 years ago
Felix Lange
205af02a1f
rlp: add NewListStream (for p2p)
10 years ago
Felix Lange
5a5560f105
rlp: add Stream.Reset and accept any reader (for p2p)
10 years ago
Felix Lange
59b63caf5e
p2p: API cleanup and PoC 7 compatibility
...
Whoa, one more big commit. I didn't manage to untangle the
changes while working towards compatibility.
10 years ago
Felix Lange
e4a601c644
p2p: disable failing Server tests for now
10 years ago
Felix Lange
7149191dd9
p2p: fix issues found during review
10 years ago
Felix Lange
f38052c499
p2p: rework protocol API
10 years ago
Jeffrey Wilcke
4cd9d57bad
Merge pull request #187 from honestmoney/develop
...
Fix for broken develop build and install.sh
10 years ago
obscuren
8cf9ed0ea5
Fixed test
10 years ago
Eric Robitaille
28b7dcc204
go get deps doesnt work with develop branch
10 years ago
Eric Robitaille
eba3fca7bc
go get dependencies on executable
10 years ago
Eric Robitaille
6c098ee779
changed install.sh to change branch and install executable
10 years ago
Eric Robitaille
c0bbb7e69a
fix for install script devel
10 years ago
Eric Robitaille
d5ac24907e
Updated install.sh - github paths for executables
10 years ago
Eric Robitaille
0f47129113
Updated main.go - fix for broken develop build
...
Transaction execution fixes - 60cdb1148c
10 years ago
obscuren
9b8a12b4b5
Removed naively casting to bytes
10 years ago
obscuren
12f1aea38d
Fixed iterator for short nodes.
...
In some cases the iterator didn't properly return the correct key
because it didn't append fields to the reverse lookup.
10 years ago
obscuren
b05e63c34d
Added paranoia check for tries
10 years ago
obscuren
cab7e6000e
Increased coverage
10 years ago
obscuren
0f460ad26e
Added caching and database interface to trie
...
* Reimplemented caching for trie
* Reimplemented resetting and persisting trie
10 years ago
obscuren
e70529a977
Added new iterator and tests
10 years ago
obscuren
14e2e488fd
Added `chain` tests & minor fixes
...
* Fork tests (equal and larger chains)
* `chain.link` fields are now exported
* moved debug function from state to dump.go
10 years ago
obscuren
437d79f094
Updated readme
10 years ago
obscuren
93e693be72
Fixed tests for 'types'
10 years ago
obscuren
675ba4d7eb
Merge branch 'tests' into poc8
10 years ago
obscuren
f8d0cd9906
Added a callback mechanism to chain adding.
...
Not sure if this is the right approach. Why? BlockChain shouldn't need
the "Ethereum" object. BlockChain shouldn't need to worry about
notifying listeners or message propagation.
10 years ago
obscuren
a1b6a9ac29
Begin of moving objects to types package
...
* Block(s)
* Transaction(s)
10 years ago
obscuren
62cd9946ee
j => i
10 years ago
obscuren
e08aba5dd9
added output test
10 years ago
obscuren
34f29d57b6
Update vm_debug.go
10 years ago
obscuren
3220a32ff0
Added some comparison tests for the new ptrie
10 years ago