Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mist: R.I.P. | obscuren | 2015-06-20 | 7 | -483/+0 |
| | | | | | | | | | | | | | | | | | /"""""/""""""". / / \ __ / / \ || /____ / \ || | | In Loving | || | | Memory | || | | | || | | 2014-2015 | || | | * * * * | _||_ | | *\/* *\/* | | TT | | | *_\_ / ...""""""| || |.""....""""""""."" | | \/.."""""..."""\ || /.""".......""""... | |...."""""""........""""""^^^^"......."""""""".." |......"""""""""""""""........"""""...."""""..""-Jeff W. | ||||
* | core: fixed an issue with storing receipts | obscuren | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | web3: updated | obscuren | 2015-04-24 | 1 | -2/+1 |
| | |||||
* | Updated xeth logger | obscuren | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | ignore invalid txs right after being added if they prove incorrect | obscuren | 2015-04-09 | 1 | -2/+5 |
| | |||||
* | fixed stack level | obscuren | 2015-04-03 | 1 | -3/+0 |
| | |||||
* | updated coin | obscuren | 2015-04-03 | 1 | -10/+4 |
| | |||||
* | info => debug | obscuren | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Updated example for new ethereum.js | obscuren | 2015-03-26 | 1 | -4/+4 |
| | |||||
* | Removed full path | obscuren | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | Better error reporting in the console. Updated ethereum.js | obscuren | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | fallback | obscuren | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Updated RPC | obscuren | 2015-03-11 | 1 | -2/+3 |
| | | | | | | * Added a generic RawMessage deserialiser * Updated ethereum.js * Updated coin test app | ||||
* | Added unmarshalState | obscuren | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | Defautl block | obscuren | 2015-02-26 | 1 | -2/+5 |
| | |||||
* | Properly uninstall filters. Mining issue fixed #closes #365 | obscuren | 2015-02-23 | 1 | -6/+18 |
| | | | | | | * Added an additional tx state which is used to get the current nonce * Refresh transient state each time a new canonical block is found * Properly uninstall filters. Fixes a possible crash in RPC | ||||
* | Added eth_logs & fixed issue with manual log filtering | obscuren | 2015-02-22 | 1 | -12/+11 |
| | | | | | | * Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found | ||||
* | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -0/+22 |
| | |||||
* | Changed to ChainEvent and fixed a nil pointer in transact | obscuren | 2015-02-18 | 1 | -0/+4 |
| | |||||
* | Filter and mutex locks added | obscuren | 2015-02-17 | 1 | -5/+0 |
| | |||||
* | Moved ECIES to repo & added secondary title for webview | obscuren | 2015-02-14 | 1 | -2/+2 |
| | | | | | * ECIES moved from obscuren to ethereum * Added html META[name=badge] to reflect menuItem.secondaryTitle | ||||
* | Updated coin.js abi | obscuren | 2015-02-14 | 1 | -56/+57 |
| | |||||
* | Merge branch 'develop' into miner | obscuren | 2015-02-14 | 2 | -1/+70 |
|\ | |||||
| * | merge | obscuren | 2015-02-13 | 1 | -0/+6 |
| | | |||||
| * | merge | obscuren | 2015-02-13 | 1 | -1/+64 |
| | | |||||
* | | Merge branch 'develop' into miner | obscuren | 2015-02-12 | 2 | -12/+8 |
|\| | |||||
| * | Documented methods & removed old manifest | obscuren | 2015-02-12 | 1 | -0/+1 |
| | | |||||
| * | updated coin | obscuren | 2015-02-11 | 1 | -12/+7 |
| | | |||||
* | | merged | obscuren | 2015-02-09 | 1 | -36/+72 |
|\| | |||||
| * | Updated coin | obscuren | 2015-02-08 | 1 | -30/+66 |
| | | |||||
| * | API changed to use Pubkey only. Reflected that change in the rest of the api | obscuren | 2015-02-06 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'develop' into miner | obscuren | 2015-02-06 | 1 | -2/+2 |
|\| | |||||
| * | Default gas price and default gas for rpc | obscuren | 2015-02-05 | 1 | -2/+2 |
| | | |||||
* | | wip | obscuren | 2015-02-06 | 1 | -10/+10 |
|/ | |||||
* | Propagate known transactions to new peers on connect | obscuren | 2015-02-05 | 1 | -4/+4 |
| | |||||
* | Filtering | obscuren | 2015-02-05 | 3 | -6/+23 |
| | |||||
* | Fixed whisper "to" filtering. Closes #283 | obscuren | 2015-02-03 | 1 | -0/+10 |
| | |||||
* | Added whisper messages | obscuren | 2015-01-30 | 1 | -2/+20 |
| | | | | * have identity & get messages | ||||
* | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 2 | -1/+43 |
| | | | | | * Added RPC methods for whisper * Added whisper example | ||||
* | Fixed issue with Storage() | obscuren | 2015-01-30 | 1 | -1/+2 |
| | | | | | | * Storage() returned encoded values. They are now decode prior to hexing * Removed old code from state object * Updated coin | ||||
* | default values removed | obscuren | 2015-01-30 | 1 | -11/+19 |
| | |||||
* | More dapp samples | obscuren | 2015-01-30 | 2 | -0/+161 |
| | | | | | * Info DApp, coin DApp * Additional rpc methods | ||||
* | Samples and disams cmd for evm code | obscuren | 2015-01-29 | 2 | -4/+55 |
| | |||||
* | Added abi example | obscuren | 2015-01-29 | 1 | -0/+44 |