Bas van Kervel
c273ed7d82
Moved leveldb update loop to eth/backend
...
change order of block insert and update LastBlock
bugfix, wrong hash stored in blockDb
10 years ago
obscuren
d7bab21681
natspec: fixed test to work with new queued transactions
10 years ago
Bas van Kervel
07e85d8e14
Moved leveldb update loop to eth/backend
10 years ago
Felix Lange
9d152d6191
common: delete BinaryLength
...
The test is failing the 32bit build and the function
is not used anywhere.
10 years ago
zelig
093a9106b0
contract addresses include hex prefix
...
- simplify resolver and tests
- added missing test for KeyToUrl
- fix notice error message and its test with !%x(MISSING)
- natspec test: insertTx modified - does not prepend 0x to contract address
- disable networking in e2e test
10 years ago
zelig
71c974f3eb
fix end to end test import cycle
10 years ago
zsfelfoldi
e9874cbcc1
fixed resolver test
10 years ago
zsfelfoldi
929428d602
URLhint support for URLs longer than 32 bytes
10 years ago
zsfelfoldi
b6fe9e0c83
added missing source file
10 years ago
zsfelfoldi
d8fb834386
test account is no longer permanently in genesis block, only put there when testing
10 years ago
zsfelfoldi
dba2367157
NatSpec contracts are now not in the genesis block but added by the test
10 years ago
zsfelfoldi
f255336c2c
utils linked to natspec notice eval, test notice now using utils.toHex()
10 years ago
zsfelfoldi
c4b7d4d3f7
NatSpec cli option, resolver tests passing
10 years ago
zsfelfoldi
b46e152171
default fallback NatSpec messages
10 years ago
zsfelfoldi
8e6a068d2d
natspec test bugfix
10 years ago
zsfelfoldi
b635cad9fe
NatSpec passing end to end test
10 years ago
zsfelfoldi
94489b2269
s
10 years ago
zsfelfoldi
e2d333d209
NatSpec contracts in genesis block, end to end test (unfinished)
10 years ago
zelig
ac0e5e8b6d
resolver tests
...
- add resolver tests and fix resolver to pass
- statereg constructor fixed
- comments added to natspec plus docserver integration for natspec userdoc fetching
10 years ago
zelig
3a540425a3
reorg:
...
- statereg methods move to natspec/resolver/docserver
- fix failing test on invalid js input
10 years ago
zelig
5b0ea1044a
add docserver using net/http Transport/Roundtrip
10 years ago
zsfelfoldi
3136bae4a5
NatSpec, URL register storage retrieval
...
fixed 2/3 tests
10 years ago
zelig
97a602864a
add common/resolver skeleton
10 years ago
zelig
d0b3536593
new natspec
...
- constructor takes abidoc, userdoc
- json parsing of userdoc
- method found by abi data
- notice found from method
10 years ago
obscuren
52c874a609
common: Added debug reporter
...
NOTE: For known, non-consensus, hard to reproduce bugs consider the
following method `common.Report("extra", stuff, "you need logged")` will
give you a stack trace and a friendly request to submit it as an issue
on our issue tracker.
10 years ago
Bas van Kervel
ef393da933
removed utility function and implemented hex conversation in crypto functions
10 years ago
Bas van Kervel
b3a3fdf9a4
Support for import/export hex encoded keys, closes #635
10 years ago
obscuren
7f32a08b60
Queued level db writes and batch writes. Closes #647
10 years ago
Taylor Gerring
aa71e27a3b
Detect non-valid strings for blockheight
10 years ago
Taylor Gerring
ac03ff6f05
Fix block size output #613
10 years ago
zelig
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
10 years ago
zelig
53af810851
natspec: minor fix in test
10 years ago
Taylor Gerring
bf73f02fe0
Remove common.go
10 years ago
Taylor Gerring
360c66c65d
Move Big* vars to big.go
10 years ago
Taylor Gerring
2477d10aa0
Move MakeName to path
10 years ago
Taylor Gerring
c0741edc34
Move OS-specific funcs to path.go
10 years ago
Taylor Gerring
82a41a198e
Move CurrencyToString to size
10 years ago
Taylor Gerring
08b21acff1
Move ToHex/FromHex into bytes
10 years ago
Felix Lange
c161d73d42
common: drop accessors for Value.Val
...
I don't see why we would need two different accessors for a public field.
10 years ago
Felix Lange
dcb9614dfe
common: drop unused kind field from Value
...
This makes Value 24 bytes smaller on 64bit systems.
10 years ago
Felix Lange
f7d1d601e9
common: make Value encodable with package rlp
...
Value.{Encode,Decode} are gone. It implements rlp.Encoder and rlp.Decoder
instead, so Value can be decoded into directly.
10 years ago
zsfelfoldi
8324b683b4
using robertkrimen/otto, godeps updated
10 years ago
obscuren
62236dd95e
copy over loop
10 years ago
obscuren
df5901fdc5
Removed more casts
10 years ago
obscuren
48dd601de0
prep template for fixed size hashes
10 years ago
obscuren
cd52ef315c
Added Hex methods
10 years ago
obscuren
0fa7859b94
Fixed VM & Tests w/ conversion
10 years ago
obscuren
843db4978e
updated blockpool
10 years ago
obscuren
91b0b14845
converted vm
10 years ago
obscuren
e620bde405
conversion state
10 years ago