Commit Graph

339 Commits (df3f0a81a7ef6fd56c90675c32b6d732380a9fd2)

Author SHA1 Message Date
obscuren 76148515fa skip sol on new compiler 9 years ago
obscuren 2bb0e48a7b skipped failing natspec tests 9 years ago
obscuren 9b27fb91c0 cmd/geth, common/natspec: updating tests (still failing?) 9 years ago
obscuren b26f5e0bb7 types: block json unmarshal method added 9 years ago
obscuren 020006a8ed common, ethdb: removed caching and LastTD 9 years ago
Marek Kotewicz c31f8e2bd7 compile solidity contracts with std library 9 years ago
zelig b0ae84aa0d multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023 9 years ago
zelig 4201a18117 remove solc flair 9 years ago
zelig f9abcee0f9 fix solc tests unskip 9 years ago
obscuren 79fa05867f xeth: set balance max balance to from in call. Closes #951 9 years ago
Gustav Simonsson e389585f1f Change default keystore dir 9 years ago
Gustav Simonsson 8001e48115 Fix natspec test (again x2) types 9 years ago
Gustav Simonsson fe9e95a3fd Fix natspec e2e test accounts type (again) 9 years ago
obscuren dca290d525 sol: skipped source checking step 9 years ago
Bas van Kervel b79dd188d9 replaced several path.* with filepath.* which is platform independent 9 years ago
zelig 03bf902b92 compiler, cli/js: fix solidity compiler tests failing when a different version of solc installed 9 years ago
obscuren a2919b5e17 core, eth, miner: improved tx removal & fatal error on db sync err 10 years ago
zelig 009b221692 solidity compiler and contract metadocs integration 10 years ago
obscuren 03bb88dec0 xeth, rpc: added nonce setting through RPC and xeth transact 10 years ago
Felix Lange d457a1187d common: add Hash.Generate 10 years ago
Taylor Gerring f8cdff9a5d Remove path separator literals 10 years ago
obscuren 3bb6da9bd3 natspec: disabled natspec test 10 years ago
Bas van Kervel c273ed7d82 Moved leveldb update loop to eth/backend 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 10 years ago
zelig 093a9106b0 contract addresses include hex prefix 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 10 years ago
zelig 3a540425a3 reorg: 10 years ago
zelig 5b0ea1044a add docserver using net/http Transport/Roundtrip 10 years ago
zsfelfoldi 3136bae4a5 NatSpec, URL register storage retrieval 10 years ago
zelig 97a602864a add common/resolver skeleton 10 years ago
zelig d0b3536593 new natspec 10 years ago
obscuren 52c874a609 common: Added debug reporter 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