| Commit message (Expand) | Author | Age | Files | Lines |
* | wip | obscuren | 2015-02-06 | 3 | -88/+116 |
* | Propagate known transactions to new peers on connect | obscuren | 2015-02-05 | 6 | -22/+30 |
* | Merge branch 'develop' into miner | obscuren | 2015-02-05 | 35 | -482/+1340 |
|\ |
|
| * | updated tests | obscuren | 2015-02-05 | 28 | -946/+2130 |
| |\ |
|
| | * | Merge pull request #55 from ethereum/develop | Marek Kotewicz | 2015-02-04 | 5 | -4/+19 |
| | |\ |
|
| | | * | fixed jsonrpc response 0 not handled properly | Marek Kotewicz | 2015-02-04 | 5 | -4/+19 |
| | |/ |
|
| | * | version upgrade | Marek Kotewicz | 2015-02-04 | 2 | -2/+2 |
| | * | jsonrpc.js tests && jsonrpc response validation is more strict | Marek Kotewicz | 2015-02-04 | 8 | -10/+235 |
| | * | jsonrpc.js file && batch polling | Marek Kotewicz | 2015-02-04 | 7 | -46/+196 |
| | * | simplified polling && jsonrpc payload creation | Marek Kotewicz | 2015-02-04 | 7 | -90/+36 |
| | * | tests && fixes for utils methods | Marek Kotewicz | 2015-02-04 | 6 | -4/+101 |
| | * | clearing tests | Marek Kotewicz | 2015-02-04 | 7 | -442/+465 |
| | * | version upgrade 0.0.12 | Marek Kotewicz | 2015-02-03 | 2 | -2/+2 |
| | * | Merge branch 'develop' into cpp | Marek Kotewicz | 2015-02-03 | 13 | -247/+555 |
| | |\ |
|
| | | * | parsing events output | Marek Kotewicz | 2015-02-03 | 6 | -13/+69 |
| | | * | gulp | Marek Kotewicz | 2015-02-03 | 3 | -5/+35 |
| | | * | event outputParser && tests | Marek Kotewicz | 2015-02-03 | 8 | -136/+288 |
| | | * | common cleanup | Marek Kotewicz | 2015-02-03 | 6 | -110/+114 |
| | | * | event_inc example | Marek Kotewicz | 2015-02-02 | 1 | -0/+66 |
| | * | | reverted ethereum.js | arkpar | 2015-02-03 | 1 | -3/+4 |
| | * | | removed splitter.qml | arkpar | 2015-02-02 | 1 | -4/+3 |
| | * | | Better HTML template in Mix. | Gav Wood | 2015-02-02 | 4 | -3/+9 |
| | |/ |
|
| | * | fixed event signatures | Marek Kotewicz | 2015-02-01 | 5 | -10/+20 |
| | * | version upgrade | Marek Kotewicz | 2015-01-31 | 2 | -2/+2 |
| | * | Merge branch 'develop' | Marek Kotewicz | 2015-01-31 | 15 | -709/+1238 |
| | |\ |
|
| | | * | eth.filter next param optional | Marek Kotewicz | 2015-01-31 | 5 | -9/+20 |
| | | * | formatInput && formatOutput simplified | Marek Kotewicz | 2015-01-31 | 5 | -52/+56 |
| | | * | few methods moved to utils | Marek Kotewicz | 2015-01-31 | 9 | -154/+154 |
| | | * | constants separated to const.js file | Marek Kotewicz | 2015-01-31 | 6 | -58/+104 |
| | | * | toAscii && fromAscii moved to utils | Marek Kotewicz | 2015-01-31 | 7 | -146/+122 |
| | | * | events | Marek Kotewicz | 2015-01-31 | 6 | -19/+63 |
| | | * | events | Marek Kotewicz | 2015-01-31 | 5 | -22/+120 |
| | | * | abi.js cleanup && new types.js, utils.js | Marek Kotewicz | 2015-01-31 | 9 | -169/+327 |
| | | * | gulp | Marek Kotewicz | 2015-01-31 | 3 | -129/+193 |
| | | * | formatters separated | Marek Kotewicz | 2015-01-31 | 2 | -119/+179 |
| | | * | event options | Marek Kotewicz | 2015-01-31 | 8 | -36/+104 |
| | * | | contract with array example | Marek Kotewicz | 2015-01-30 | 1 | -0/+76 |
| | |/ |
|
| | * | topics are deprecated | Marek Kotewicz | 2015-01-29 | 5 | -10/+16 |
| | * | topic for backwards compatibility | Marek Kotewicz | 2015-01-29 | 4 | -3/+5 |
| | * | Merge branch 'cpp' into cpp2 | Marek Kotewicz | 2015-01-29 | 18 | -153/+797 |
| | |\ |
|
| | | * | moved comment | Marek Kotewicz | 2015-01-29 | 3 | -14/+10 |
| | | * | event example | Marek Kotewicz | 2015-01-29 | 8 | -15/+162 |
| | | * | contract.js simplified | Marek Kotewicz | 2015-01-29 | 6 | -188/+231 |
| | | * | event.js | Marek Kotewicz | 2015-01-29 | 10 | -10/+106 |
| | | * | events init | Marek Kotewicz | 2015-01-28 | 4 | -5/+66 |
| | | * | tests for abi.filters | Marek Kotewicz | 2015-01-28 | 2 | -1/+59 |
| | | * | abi function type | Marek Kotewicz | 2015-01-28 | 8 | -12/+209 |
| | * | | Fix for API. | Gav Wood | 2015-01-29 | 1 | -1/+1 |
| * | | | Updated tests | obscuren | 2015-02-04 | 8 | -5/+137 |
* | | | | Filtering | obscuren | 2015-02-05 | 13 | -498/+983 |
* | | | | WIP miner | obscuren | 2015-02-04 | 5 | -54/+219 |
|/ / / |
|
* | | | Removed minimum height. Closes #282 | obscuren | 2015-02-03 | 1 | -2/+1 |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-03 | 2 | -3/+1 |
|\ \ \ |
|
| * | | | Separate Coveralls submission from coverage script | Taylor Gerring | 2015-02-03 | 2 | -3/+1 |
* | | | | Fixed whisper "to" filtering. Closes #283 | obscuren | 2015-02-03 | 4 | -4/+16 |
* | | | | Added missing whisper timestamp. Closes #284 | obscuren | 2015-02-03 | 3 | -7/+5 |
* | | | | Added a different default home page | obscuren | 2015-02-03 | 3 | -2/+77 |
* | | | | Docs & old code removed | obscuren | 2015-02-03 | 4 | -25/+28 |
* | | | | Make sure that CALL addr is always 20 bytes | obscuren | 2015-02-03 | 1 | -5/+6 |
* | | | | Raw data for existing blocks | obscuren | 2015-02-03 | 1 | -1/+1 |
* | | | | Fixed a copy issue in the trie which could cause a consensus failure | obscuren | 2015-02-03 | 7 | -19/+53 |
* | | | | Updated tests | obscuren | 2015-02-03 | 38 | -157/+6367 |
* | | | | Added (disabled) Jit validation | obscuren | 2015-02-01 | 5 | -4/+43 |
* | | | | Removed some VMEnv & Added VmType() to vm.Environment | obscuren | 2015-02-01 | 6 | -184/+25 |
|/ / / |
|
* | | | Merge branch 'bounty' into develop | obscuren | 2015-02-01 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Fixed n | obscuren | 2015-02-01 | 1 | -1/+2 |
* | | | | Merge branch 'bounty' into develop | obscuren | 2015-02-01 | 2 | -6/+2 |
|\| | | |
|
| * | | | Fixed Sign nonce | obscuren | 2015-02-01 | 2 | -6/+2 |
* | | | | Merge branch 'bounty' into develop | obscuren | 2015-02-01 | 2 | -7/+23 |
|\| | | |
|
| * | | | Validate transactions sender before adding to pool. Closes #272 | obscuren | 2015-02-01 | 2 | -7/+23 |
* | | | | removed old code | obscuren | 2015-02-01 | 1 | -12/+0 |
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-01 | 3 | -22/+24 |
|\ \ \ \ |
|
| * | | | | Update coveralls badge to develop branch | Taylor Gerring | 2015-01-31 | 1 | -1/+1 |
| * | | | | Travis fixes for Qt5.4 | Taylor Gerring | 2015-01-31 | 1 | -4/+7 |
| * | | | | Updated for Qt5.4 | Taylor Gerring | 2015-01-31 | 1 | -17/+16 |
* | | | | | Removed debug log | obscuren | 2015-01-31 | 1 | -2/+0 |
|/ / / / |
|
* | | | | added new default favicon | obscuren | 2015-01-30 | 1 | -0/+0 |
* | | | | "fixed" transaction view | obscuren | 2015-01-30 | 3 | -6/+5 |
* | | | | added disasm | obscuren | 2015-01-30 | 1 | -1/+2 |
* | | | | Bumped version number | obscuren | 2015-01-30 | 2 | -2/+2 |
* | | | | Added whisper messages | obscuren | 2015-01-30 | 3 | -5/+59 |
* | | | | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 10 | -17/+296 |
* | | | | Fixed whisper pub key bug | obscuren | 2015-01-30 | 2 | -2/+2 |
* | | | | Fixed issue with Storage() | obscuren | 2015-01-30 | 3 | -31/+8 |
* | | | | debug err removed | obscuren | 2015-01-30 | 1 | -1/+1 |
* | | | | default values removed | obscuren | 2015-01-30 | 4 | -16/+24 |
* | | | | Merge branch 'qt5.4' of github.com-obscure:ethereum/go-ethereum into qt5.4 | obscuren | 2015-01-30 | 10 | -518/+45 |
|\ \ \ \ |
|
| * | | | | Travis fix | Taylor Gerring | 2015-01-30 | 1 | -0/+1 |
| * | | | | Cleanup | Taylor Gerring | 2015-01-30 | 4 | -67/+44 |
| * | | | | Merge branch 'qt5.4' of github.com:ethereum/go-ethereum into qt5.4 | Taylor Gerring | 2015-01-30 | 72 | -3144/+1736 |
| |\ \ \ \ |
|
| * | | | | | Remove old websocket implementation | Taylor Gerring | 2015-01-29 | 5 | -474/+0 |
* | | | | | | More dapp samples | obscuren | 2015-01-30 | 7 | -41/+351 |
| |/ / / /
|/| | | | |
|
* | | | | | Reimplemented message filters for rpc calls | obscuren | 2015-01-29 | 6 | -15/+206 |
* | | | | | Samples and disams cmd for evm code | obscuren | 2015-01-29 | 4 | -5/+103 |
* | | | | | Added RPC "Call" for JS calls to contracts | obscuren | 2015-01-29 | 6 | -11/+55 |
* | | | | | Added abi example | obscuren | 2015-01-29 | 1 | -0/+44 |
* | | | | | removed create | obscuren | 2015-01-29 | 1 | -11/+0 |
* | | | | | Merge branch 'develop' into qt5.4 | obscuren | 2015-01-29 | 1 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | Separate golang source dir from GOPATH dir | Taylor Gerring | 2015-01-29 | 1 | -3/+3 |
* | | | | | | implement transact | obscuren | 2015-01-29 | 5 | -48/+24 |
* | | | | | | updated ethereum.js and moved to subfolder | obscuren | 2015-01-29 | 7 | -3/+140 |
* | | | | | | Add 'cmd/mist/assets/ext/ethereum.js/' from commit '63d9c070ef7637a3d570a5a45... | obscuren | 2015-01-29 | 34 | -0/+4018 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | fixed incoming messages | Marek Kotewicz | 2015-01-28 | 4 | -4/+4 |
| * | | | | | log error on console, if api returns an error | Marek Kotewicz | 2015-01-28 | 4 | -3/+15 |
| * | | | | | removed fromFixed, toFixed && offset from tests | Marek Kotewicz | 2015-01-28 | 1 | -3/+0 |
| * | | | | | removed web3.eth.account, fixed #37 | Marek Kotewicz | 2015-01-27 | 5 | -6/+3 |
| * | | | | | fixed #23 | Marek Kotewicz | 2015-01-27 | 6 | -6/+46 |
| | |_|_|/
| |/| | | |
|
| * | | | | evaluating solidity method input params | Marek Kotewicz | 2015-01-27 | 4 | -3/+6 |
| * | | | | contract method name | Marek Kotewicz | 2015-01-27 | 1 | -0/+1 |
| * | | | | getMethodWithName | Marek Kotewicz | 2015-01-27 | 4 | -32/+32 |
| * | | | | fixed contract example | Marek Kotewicz | 2015-01-27 | 1 | -2/+2 |
| * | | | | fixed natspec example | Marek Kotewicz | 2015-01-27 | 1 | -2/+0 |
| * | | | | Merge branch 'develop' into cpp | Marek Kotewicz | 2015-01-27 | 20 | -68/+78 |
| |\ \ \ \ |
|
| | * | | | | removed promise dependency, updated readme, fixed node.js version of lib | Marek Kotewicz | 2015-01-27 | 13 | -36/+24 |
| | * | | | | upgraded version to 0.0.9 | Marek Kotewicz | 2015-01-26 | 2 | -2/+2 |
| | * | | | | gulp | Marek Kotewicz | 2015-01-26 | 3 | -3/+3 |
| | * | | | | Merge branch 'master' into sync | Marek Kotewicz | 2015-01-26 | 1 | -1/+1 |
| | |\ \ \ \ |
|
| | | * | | | | added local | wanderer | 2015-01-25 | 1 | -0/+18 |
| | | * | | | | Merge pull request #32 from kumavis/patch-1 | Marek Kotewicz | 2015-01-18 | 1 | -1/+1 |
| | | |\ \ \ \ |
|
| | | | * | | | | WebsocketProvider - fixed incorrect variable name | aaron | 2015-01-17 | 1 | -1/+1 |
| | | |/ / / / |
|
| | | * | | | | shh getMessage => getMessages | Jeffrey Wilcke | 2015-01-13 | 1 | -1/+1 |
| | * | | | | | Merge branch 'develop' into sync | Marek Kotewicz | 2015-01-26 | 1 | -0/+18 |
| | |\ \ \ \ \ |
|
| | | * | | | | | added addressbook | wanderer | 2015-01-25 | 1 | -0/+18 |
| | * | | | | | | polling every second | Marek Kotewicz | 2015-01-26 | 4 | -4/+4 |
| | * | | | | | | return null instead of undefined, if not provider is set | Marek Kotewicz | 2015-01-26 | 4 | -4/+4 |
| | * | | | | | | watches are calling callback with a single result object, not a full jsonrpc ... | Marek Kotewicz | 2015-01-26 | 5 | -14/+18 |
| * | | | | | | | Additional work on the JS stuff to make it more similar to Solidity. | Gav Wood | 2015-01-26 | 5 | -4/+40 |
| * | | | | | | | Fix string outputs. | Gav Wood | 2015-01-25 | 5 | -8/+26 |
| * | | | | | | | Auto select call or transact depending on constness. | Gav Wood | 2015-01-25 | 4 | -6/+6 |
| * | | | | | | | Fixes to ethereum.js and standard.js. | Gav Wood | 2015-01-25 | 4 | -5/+29 |
| * | | | | | | | Vanity addresses in AZ. | Gav Wood | 2015-01-25 | 5 | -6/+8 |
| * | | | | | | | Merge commit 'b1971f46cce7d21be5f6277c9f8c406a0d195f78' into natspec | Marek Kotewicz | 2015-01-23 | 5 | -50/+34 |
| |\| | | | | | |
|
| | * | | | | | | simplified synchronous polling | Marek Kotewicz | 2015-01-23 | 5 | -50/+34 |
| * | | | | | | | natspec.js updated to use sync api | Marek Kotewicz | 2015-01-22 | 1 | -1/+1 |
| * | | | | | | | Merge commit '93fa6855afad7a7eb86e49efe384372a6060da35' into natspec | Marek Kotewicz | 2015-01-22 | 4 | -23/+27 |
| |\| | | | | | |
|
| | * | | | | | | not parsing transaction output | Marek Kotewicz | 2015-01-22 | 4 | -23/+27 |
| * | | | | | | | Merge commit 'b32dedc5b54f853cf63bb2663c8bca6aa4272b0b' into natspec | Marek Kotewicz | 2015-01-22 | 4 | -39/+43 |
| |\| | | | | | |
|
| | * | | | | | | fixed contract.js | Marek Kotewicz | 2015-01-22 | 4 | -39/+43 |
| * | | | | | | | Merge commit '8e3ba3a4285cc7e902a018196b3849df56944dd0' into natspec | Marek Kotewicz | 2015-01-22 | 5 | -66/+88 |
| |\| | | | | | |
|
| | * | | | | | | implicit solidity method call | Marek Kotewicz | 2015-01-22 | 5 | -66/+88 |
| * | | | | | | | fixed natspec example | Marek Kotewicz | 2015-01-22 | 1 | -9/+8 |
| * | | | | | | | Merge commit 'cdd7af2a6e87363d0ff7d2528f9d9b521bf2ef20' into natspec | Marek Kotewicz | 2015-01-22 | 5 | -8/+78 |
| |\| | | | | | |
|
| | * | | | | | | qt sync provider | Marek Kotewicz | 2015-01-22 | 5 | -8/+78 |
| * | | | | | | | Merge commit 'eb4984c0d036c1420e782ca136810e851e33fb37' into natspec | Marek Kotewicz | 2015-01-22 | 21 | -1181/+265 |
| |\| | | | | | |
|
| | * | | | | | | changes in filter.js (not yet working) | Marek Kotewicz | 2015-01-22 | 5 | -50/+20 |
| | * | | | | | | toDecimal/fromDecimal is using bignumber.js now | Marek Kotewicz | 2015-01-22 | 4 | -29/+63 |
| | * | | | | | | removed unused pieces of code | Marek Kotewicz | 2015-01-22 | 4 | -93/+3 |
| | * | | | | | | removed send queues from providermanager | Marek Kotewicz | 2015-01-22 | 5 | -62/+28 |
| | * | | | | | | contract.html example is working with sync api | Marek Kotewicz | 2015-01-22 | 8 | -62/+60 |
| | * | | | | | | sync api tests running, removed unused pieces of code | Marek Kotewicz | 2015-01-22 | 10 | -173/+9 |
| | * | | | | | | removed unused providers | Marek Kotewicz | 2015-01-22 | 8 | -823/+9 |
| | * | | | | | | http sync api | Marek Kotewicz | 2015-01-22 | 8 | -102/+286 |
| | |/ / / / / |
|
| * | | | | | | Merge commit 'c4638ba3edbd14677da5441d61f7845668df2b22' into natspec | Marek Kotewicz | 2015-01-22 | 5 | -6/+11 |
| |\| | | | | |
|
| | * | | | | | gulp | Marek Kotewicz | 2015-01-22 | 3 | -5/+8 |
| | * | | | | | changes to for natspec | Marek Kotewicz | 2015-01-22 | 2 | -1/+3 |
| * | | | | | | natspec changes | Marek Kotewicz | 2015-01-22 | 1 | -2/+3 |
| * | | | | | | Merge commit '53b4fda16d0b191be8ab986379a328aa38aaf916' into natspec | Marek Kotewicz | 2015-01-21 | 7 | -38/+112 |
| |\| | | | | |
|
| | * | | | | | _currentAbi object | Marek Kotewicz | 2015-01-21 | 1 | -0/+1 |
| | * | | | | | solidity methods "overloading" | Marek Kotewicz | 2015-01-20 | 7 | -38/+111 |
| * | | | | | | fixed natspec_contract.html example | Marek Kotewicz | 2015-01-20 | 1 | -1/+2 |
| * | | | | | | Merge commit '2b4d38b9bf059014596e1ab00c99dc2ad4ab3761' into ethereumjs | Marek Kotewicz | 2015-01-19 | 7 | -28/+149 |
| |\| | | | | |
|
| | * | | | | | parsing real, ureal values on output | Marek Kotewicz | 2015-01-19 | 5 | -14/+85 |
| | * | | | | | encoding real on input | Marek Kotewicz | 2015-01-19 | 5 | -7/+61 |
| | * | | | | | fixes for autoprovider | Marek Kotewicz | 2015-01-19 | 5 | -13/+9 |
| * | | | | | | Merge commit '6a383d6ed3fb37cf6739f6ac441652adfdb70463' into ethereumjs | Marek Kotewicz | 2015-01-17 | 5 | -242/+411 |
| |\| | | | | |
|
| | * | | | | | tests for parsing output array | Marek Kotewicz | 2015-01-17 | 1 | -0/+27 |
| | * | | | | | output parser string support | Marek Kotewicz | 2015-01-17 | 5 | -127/+207 |
| | * | | | | | support for int array types[] | Marek Kotewicz | 2015-01-17 | 5 | -109/+180 |
| | * | | | | | removed unused functions | Marek Kotewicz | 2015-01-17 | 1 | -9/+0 |
| * | | | | | | Merge commit '29333fc213b62b27ef826616cf77430947fb6eab' into ethereumjs | Marek Kotewicz | 2015-01-16 | 14 | -97/+112 |
| |\| | | | | |
|
| | * | | | | | default padding set to 32, separated to one variable | Marek Kotewicz | 2015-01-16 | 4 | -11/+15 |
| | * | | | | | fixed checking first bit for parsing int output | Marek Kotewicz | 2015-01-16 | 4 | -7/+13 |
| | * | | | | | abi.js rounds down floating point input | Marek Kotewicz | 2015-01-16 | 5 | -24/+49 |
| | * | | | | | updated bower.json && package.json version, added bignumber.js to bower depen... | Marek Kotewicz | 2015-01-16 | 4 | -6/+7 |
| | * | | | | | fixed #28 and other small node.js issues | Marek Kotewicz | 2015-01-16 | 10 | -60/+39 |
| * | | | | | | Merge commit 'd876522bc0614fea3180a54be57bcb61784b352e' into ethereumjs | Marek Kotewicz | 2015-01-16 | 8 | -40/+163 |
| |\| | | | | |
|
| | * | | | | | big integers on abi.js output, tests | Marek Kotewicz | 2015-01-16 | 5 | -13/+78 |
| | * | | | | | tests for bigintegers on input | Marek Kotewicz | 2015-01-16 | 1 | -1/+49 |
| | * | | | | | BigNumber support | Marek Kotewicz | 2015-01-16 | 7 | -29/+39 |
| * | | | | | | Merge commit '1a6dbeff6e86d65cae6d7db366cbaa4182eaff7f' into ethereumjs | Marek Kotewicz | 2015-01-16 | 22 | -597/+1541 |
| |\| | | | | |
|
| | * | | | | | gulp | Marek Kotewicz | 2015-01-15 | 4 | -7/+17 |
| | * | | | | | negative integers support | Marek Kotewicz | 2015-01-15 | 2 | -4/+23 |
| | * | | | | | fixed typos | Marek Kotewicz | 2015-01-15 | 1 | -3/+3 |
| | * | | | | | fixed readme | Marek Kotewicz | 2015-01-15 | 1 | -4/+4 |
| | * | | | | | gulp | Marek Kotewicz | 2015-01-15 | 2 | -3/+3 |
| | * | | | | | fixed typos | Marek Kotewicz | 2015-01-15 | 1 | -2/+2 |
| | * | | | | | methodExists and propertyExists are now separated tests | Marek Kotewicz | 2015-01-15 | 5 | -51/+45 |
| | * | | | | | more comments | Marek Kotewicz | 2015-01-15 | 3 | -10/+26 |
| | * | | | | | next part of abi.js parsers tests and fixes | Marek Kotewicz | 2015-01-15 | 5 | -21/+211 |
| | * | | | | | next part of abi.js docs | Marek Kotewicz | 2015-01-14 | 4 | -61/+71 |
| | * | | | | | formatting bool tests and fixes | Marek Kotewicz | 2015-01-14 | 5 | -64/+114 |
| | * | | | | | simplifid abi.js methods | Marek Kotewicz | 2015-01-14 | 1 | -59/+72 |
| | * | | | | | gulp | Marek Kotewicz | 2015-01-14 | 3 | -26/+137 |
| | * | | | | | providers documentation | Marek Kotewicz | 2015-01-14 | 6 | -11/+108 |
| | * | | | | | few comments | Marek Kotewicz | 2015-01-14 | 2 | -13/+27 |
| | * | | | | | ProviderManager separated to providermanager.js file | Marek Kotewicz | 2015-01-14 | 5 | -168/+238 |
| | * | | | | | Filter separated to filter.js file | Marek Kotewicz | 2015-01-14 | 5 | -114/+224 |
| | * | | | | | beginning of comments in web3 | Marek Kotewicz | 2015-01-14 | 1 | -1/+37 |
| | * | | | | | test for parsing multiple methods description | Marek Kotewicz | 2015-01-13 | 1 | -2/+80 |
| | * | | | | | tests... | Marek Kotewicz | 2015-01-13 | 1 | -10/+110 |
| | * | | | | | web3.contract -> web3.eth.contract | Marek Kotewicz | 2015-01-13 | 5 | -5/+5 |
| | * | | | | | removed unused line | Marek Kotewicz | 2015-01-13 | 1 | -2/+0 |
| | * | | | | | tests in progress, fixed utf characters conversion in toAscii | Marek Kotewicz | 2015-01-13 | 5 | -26/+132 |
| | * | | | | | mocha test reporter | Marek Kotewicz | 2015-01-13 | 1 | -1/+1 |
| | * | | | | | mocha reporter name starts with lower case letter | Marek Kotewicz | 2015-01-13 | 1 | -1/+1 |
| | * | | | | | removed padding calculation from ethereum.js, padding is always 32 | Marek Kotewicz | 2015-01-13 | 4 | -121/+51 |
| * | | | | | | Merge pull request #798 from LefterisJP/natspec_OnContractCreation | Lefteris Karapetsas | 2015-01-15 | 1 | -0/+77 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Cleaned up some unused functions | Lefteris Karapetsas | 2015-01-14 | 1 | -1/+2 |
| | * | | | | | | Natspechandler: Get function hash from transaction data | Lefteris Karapetsas | 2015-01-14 | 1 | -1/+1 |
| | * | | | | | | A first version of Natspec warning popup | Lefteris Karapetsas | 2015-01-13 | 1 | -0/+76 |
| | |/ / / / / |
|
| * | | | | | | Auto-generated commits, too. | Gav Wood | 2015-01-13 | 3 | -14/+18 |
| * | | | | | | Fix for JS API formatting. | Gav Wood | 2015-01-13 | 1 | -11/+15 |
| |/ / / / / |
|
| * | | | | | Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into develop | Gav Wood | 2015-01-12 | 3 | -2/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | updated readme | Marek Kotewicz | 2015-01-12 | 1 | -2/+2 |
| | * | | | | | updated readme | Marek Kotewicz | 2015-01-12 | 1 | -4/+2 |
| | * | | | | | Merge branch 'tests' into develop | Marek Kotewicz | 2015-01-12 | 12 | -5/+162 |
| | |\ \ \ \ \ |
|
| | | * | | | | | spec reporter instead of nyan | Marek Kotewicz | 2015-01-12 | 1 | -1/+1 |
| | | * | | | | | fixed travis.yml && added nmp test script | Marek Kotewicz | 2015-01-11 | 4 | -4/+8 |
| | | * | | | | | Merge branch 'master' into tests | Marek Kotewicz | 2015-01-11 | 2 | -3/+28 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | updated package json | Marek Kotewicz | 2015-01-11 | 1 | -1/+2 |
| | | | * | | | | | Merge branch 'master' of https://github.com/ethereum/ethereum.js | Marek Kotewicz | 2015-01-11 | 1 | -2/+26 |
| | | | |\| | | | |
|
| | | * | | | | | | Merge branch 'develop' into tests | Marek Kotewicz | 2015-01-09 | 5 | -12/+20 |
| | | |\ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ | Merge branch 'master' into tests | Marek Kotewicz | 2015-01-09 | 8 | -15/+45 |
| | | |\ \ \ \ \ \ \
| | | | | |/ / / / /
| | | | |/| | | | | |
|
| | | * | | | | | | | mocha opts file && init of parser tests | Marek Kotewicz | 2015-01-09 | 3 | -0/+40 |
| | | * | | | | | | | methods existance tests in progress | Marek Kotewicz | 2015-01-09 | 6 | -49/+112 |
| | | * | | | | | | | mocha test init | Marek Kotewicz | 2015-01-09 | 1 | -0/+49 |
| | * | | | | | | | | Merge branch 'master' into develop | Marek Kotewicz | 2015-01-12 | 1 | -2/+26 |
| | |\ \ \ \ \ \ \ \
| | | | |_|_|/ / / /
| | | |/| | | | | | |
|
| | | * | | | | | | | Update README.md | Marek Kotewicz | 2015-01-11 | 1 | -17/+25 |
| | | * | | | | | | | Update README.md | Marek Kotewicz | 2015-01-11 | 1 | -1/+17 |
| * | | | | | | | | | Various fixes to ethereum.js and client web API stuff. | Gav Wood | 2015-01-12 | 4 | -7/+11 |
| * | | | | | | | | | Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into develop | Gav Wood | 2015-01-12 | 14 | -8/+209 |
| |/ / / / / / / / |
|
| * | | | / / / / | default padding changed to 0 | Marek Kotewicz | 2015-01-10 | 4 | -4/+4 |
| | |_|_|/ / / /
| |/| | | | | | |
|
| * | | | | | | | rerun gulp | Marek Kotewicz | 2015-01-09 | 2 | -3/+2 |
| * | | | | | | | missing fromAscii | Marek Kotewicz | 2015-01-09 | 4 | -5/+6 |
| * | | | | | | | method signature length defined | Marek Kotewicz | 2015-01-09 | 4 | -9/+17 |
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | Merge branch 'master' of https://github.com/ethereum/ethereum.js | Marek Kotewicz | 2015-01-09 | 2 | -2/+4 |
| |\| | | | | |
|
| | * | | | | | module var fix | Jeffrey Wilcke | 2015-01-09 | 1 | -1/+2 |
| | * | | | | | module var fix | Jeffrey Wilcke | 2015-01-09 | 1 | -1/+2 |
| | |/ / / / |
|
| * | | | | | version upgraded | Marek Kotewicz | 2015-01-09 | 1 | -1/+1 |
| * | | | | | sha3 method signature | Marek Kotewicz | 2015-01-09 | 5 | -12/+40 |
| |/ / / / |
|
| * | | | | missing jshint ignore | Marek Kotewicz | 2015-01-08 | 3 | -3/+3 |
| * | | | | fixed example | Marek Kotewicz | 2015-01-08 | 1 | -1/+1 |
| * | | | | version upgrade | Marek Kotewicz | 2015-01-08 | 1 | -1/+1 |
| * | | | | fixes for node.js | Marek Kotewicz | 2015-01-08 | 8 | -66/+61 |
| * | | | | gulpfile modifications, default build set to dev | Marek Kotewicz | 2015-01-07 | 4 | -68/+1213 |
| * | | | | Merge pull request #22 from debris/strings | Marek Kotewicz | 2015-01-07 | 4 | -13/+60 |
| |\ \ \ \ |
|
| | * | | | | real, ureal paddings and implicit paddings for uint, int and hash | Marek Kotewicz | 2015-01-07 | 4 | -19/+48 |
| | * | | | | solidity string support | Marek Kotewicz | 2015-01-07 | 4 | -13/+31 |
| * | | | | | Merge pull request #21 from debris/master | Marek Kotewicz | 2015-01-07 | 10 | -26/+27 |
| |\| | | | |
|
| | * | | | | fixed tabs | Marek Kotewicz | 2015-01-06 | 1 | -3/+3 |