Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove path separator literals | Taylor Gerring | 2015-04-29 | 1 | -6/+7 |
| | |||||
* | natspec: disabled natspec test | obscuren | 2015-04-24 | 1 | -0/+1 |
| | |||||
* | Moved leveldb update loop to eth/backend | Bas van Kervel | 2015-04-23 | 1 | -0/+1 |
| | | | | | | change order of block insert and update LastBlock bugfix, wrong hash stored in blockDb | ||||
* | natspec: fixed test to work with new queued transactions | obscuren | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | common: delete BinaryLength | Felix Lange | 2015-04-22 | 2 | -25/+0 |
| | | | | | The test is failing the 32bit build and the function is not used anywhere. | ||||
* | contract addresses include hex prefix | zelig | 2015-04-20 | 4 | -37/+38 |
| | | | | | | | | - 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 | ||||
* | fix end to end test import cycle | zelig | 2015-04-20 | 1 | -3/+1 |
| | |||||
* | fixed resolver test | zsfelfoldi | 2015-04-20 | 1 | -2/+6 |
| | |||||
* | URLhint support for URLs longer than 32 bytes | zsfelfoldi | 2015-04-20 | 3 | -22/+70 |
| | |||||
* | added missing source file | zsfelfoldi | 2015-04-20 | 1 | -0/+36 |
| | |||||
* | test account is no longer permanently in genesis block, only put there when ↵ | zsfelfoldi | 2015-04-20 | 1 | -4/+13 |
| | | | | testing | ||||
* | NatSpec contracts are now not in the genesis block but added by the test | zsfelfoldi | 2015-04-20 | 2 | -20/+45 |
| | |||||
* | utils linked to natspec notice eval, test notice now using utils.toHex() | zsfelfoldi | 2015-04-20 | 3 | -8/+4048 |
| | |||||
* | NatSpec cli option, resolver tests passing | zsfelfoldi | 2015-04-20 | 2 | -8/+10 |
| | |||||
* | default fallback NatSpec messages | zsfelfoldi | 2015-04-20 | 2 | -14/+49 |
| | |||||
* | natspec test bugfix | zsfelfoldi | 2015-04-20 | 1 | -15/+12 |
| | |||||
* | NatSpec passing end to end test | zsfelfoldi | 2015-04-20 | 4 | -49/+196 |
| | |||||
* | s | zsfelfoldi | 2015-04-20 | 3 | -51/+79 |
| | |||||
* | NatSpec contracts in genesis block, end to end test (unfinished) | zsfelfoldi | 2015-04-20 | 6 | -58/+174 |
| | |||||
* | resolver tests | zelig | 2015-04-20 | 4 | -20/+81 |
| | | | | | | - add resolver tests and fix resolver to pass - statereg constructor fixed - comments added to natspec plus docserver integration for natspec userdoc fetching | ||||
* | reorg: | zelig | 2015-04-20 | 5 | -116/+66 |
| | | | | | - statereg methods move to natspec/resolver/docserver - fix failing test on invalid js input | ||||
* | add docserver using net/http Transport/Roundtrip | zelig | 2015-04-20 | 2 | -0/+131 |
| | |||||
* | NatSpec, URL register storage retrieval | zsfelfoldi | 2015-04-20 | 3 | -27/+200 |
| | | | | fixed 2/3 tests | ||||
* | add common/resolver skeleton | zelig | 2015-04-20 | 2 | -0/+62 |
| | |||||
* | new natspec | zelig | 2015-04-20 | 2 | -51/+186 |
| | | | | | | | - constructor takes abidoc, userdoc - json parsing of userdoc - method found by abi data - notice found from method | ||||
* | common: Added debug reporter | obscuren | 2015-04-15 | 1 | -0/+20 |
| | | | | | | | 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. | ||||
* | Queued level db writes and batch writes. Closes #647 | obscuren | 2015-04-08 | 1 | -2/+0 |
| | |||||
* | Detect non-valid strings for blockheight | Taylor Gerring | 2015-04-02 | 1 | -0/+5 |
| | |||||
* | Fix block size output #613 | Taylor Gerring | 2015-04-01 | 1 | -0/+4 |
| | |||||
* | common: remove WriteFile and ReadAllFile (use ioutil instead) | zelig | 2015-03-27 | 2 | -76/+1 |
| | |||||
* | natspec: minor fix in test | zelig | 2015-03-24 | 1 | -2/+2 |
| | |||||
* | Merge pull request #547 from tgerring/commoncleanup | Jeffrey Wilcke | 2015-03-23 | 9 | -265/+250 |
|\ | | | | | common/common.go cleanup | ||||
| * | Remove common.go | Taylor Gerring | 2015-03-22 | 1 | -12/+0 |
| | | |||||
| * | Move Big* vars to big.go | Taylor Gerring | 2015-03-22 | 2 | -14/+13 |
| | | |||||
| * | Move MakeName to path | Taylor Gerring | 2015-03-22 | 2 | -8/+8 |
| | | |||||
| * | Move OS-specific funcs to path.go | Taylor Gerring | 2015-03-22 | 4 | -98/+91 |
| | | |||||
| * | Move CurrencyToString to size | Taylor Gerring | 2015-03-22 | 4 | -91/+95 |
| | | |||||
| * | Move ToHex/FromHex into bytes | Taylor Gerring | 2015-03-22 | 4 | -42/+43 |
| | | |||||
* | | Merge pull request #536 from zsfelfoldi/develop | Jeffrey Wilcke | 2015-03-23 | 1 | -1/+1 |
|\ \ | |/ |/| | using robertkrimen/otto, godeps updated | ||||
| * | using robertkrimen/otto, godeps updated | zsfelfoldi | 2015-03-20 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-20 | 2 | -11/+4 |
|\ \ | |||||
| * | | copy over loop | obscuren | 2015-03-20 | 1 | -9/+2 |
| | | | |||||
| * | | Removed more casts | obscuren | 2015-03-20 | 1 | -2/+2 |
| | | | |||||
* | | | common: drop accessors for Value.Val | Felix Lange | 2015-03-20 | 3 | -10/+2 |
| | | | | | | | | | | | | I don't see why we would need two different accessors for a public field. | ||||
* | | | common: drop unused kind field from Value | Felix Lange | 2015-03-20 | 1 | -5/+1 |
| | | | | | | | | | | | | This makes Value 24 bytes smaller on 64bit systems. | ||||
* | | | common: make Value encodable with package rlp | Felix Lange | 2015-03-20 | 2 | -28/+55 |
|/ / | | | | | | | | | Value.{Encode,Decode} are gone. It implements rlp.Encoder and rlp.Decoder instead, so Value can be decoded into directly. | ||||
* | | merge | obscuren | 2015-03-19 | 1 | -0/+9 |
|\| | |||||
| * | DRY up the use of toHex in the project and move it to common | Maran | 2015-03-16 | 1 | -0/+9 |
| | | |||||
* | | prep template for fixed size hashes | obscuren | 2015-03-18 | 1 | -0/+48 |
| | | |||||
* | | Added Hex methods | obscuren | 2015-03-18 | 1 | -0/+2 |
| | | |||||
* | | Fixed VM & Tests w/ conversion | obscuren | 2015-03-17 | 1 | -0/+15 |
| | | |||||
* | | Merge branch 'develop' into conversion | obscuren | 2015-03-17 | 1 | -7/+2 |
|\| | | | | | | | | | Conflicts: common/types.go | ||||
| * | tmp | obscuren | 2015-03-16 | 1 | -2/+2 |
| | | |||||
* | | updated blockpool | obscuren | 2015-03-17 | 1 | -0/+3 |
| | | |||||
* | | converted vm | obscuren | 2015-03-17 | 1 | -18/+27 |
| | | |||||
* | | conversion state | obscuren | 2015-03-17 | 1 | -3/+5 |
| | | |||||
* | | Getters shouldn't need to be pointer receiver | obscuren | 2015-03-16 | 1 | -8/+7 |
| | | |||||
* | | compilable trie (tests fail) | obscuren | 2015-03-16 | 1 | -5/+5 |
| | | |||||
* | | Added functions to Hash & Address | obscuren | 2015-03-16 | 1 | -1/+37 |
| | | | | | | | | | | * Set, SetString, SetBytes * StringTo*, BytesTo* | ||||
* | | Added ToString methods | obscuren | 2015-03-16 | 1 | -3/+6 |
| | | |||||
* | | new type + additional methods | obscuren | 2015-03-16 | 2 | -1/+37 |
|/ | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 30 | -0/+2972 |