aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/examples
Commit message (Collapse)AuthorAgeFilesLines
* Removed full pathobscuren2015-03-251-1/+1
|
* Better error reporting in the console. Updated ethereum.jsobscuren2015-03-251-2/+2
|
* fallbackobscuren2015-03-111-1/+1
|
* Updated RPCobscuren2015-03-111-2/+3
| | | | | | * Added a generic RawMessage deserialiser * Updated ethereum.js * Updated coin test app
* Added unmarshalStateobscuren2015-03-101-1/+1
|
* Defautl blockobscuren2015-02-261-2/+5
|
* Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-231-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 filteringobscuren2015-02-221-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 minerobscuren2015-02-201-0/+22
|
* Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-181-0/+4
|
* Filter and mutex locks addedobscuren2015-02-171-5/+0
|
* Moved ECIES to repo & added secondary title for webviewobscuren2015-02-141-2/+2
| | | | | * ECIES moved from obscuren to ethereum * Added html META[name=badge] to reflect menuItem.secondaryTitle
* Updated coin.js abiobscuren2015-02-141-56/+57
|
* Merge branch 'develop' into minerobscuren2015-02-142-1/+70
|\
| * mergeobscuren2015-02-131-0/+6
| |
| * mergeobscuren2015-02-131-1/+64
| |
* | Merge branch 'develop' into minerobscuren2015-02-122-12/+8
|\|
| * Documented methods & removed old manifestobscuren2015-02-121-0/+1
| |
| * updated coinobscuren2015-02-111-12/+7
| |
* | mergedobscuren2015-02-091-36/+72
|\|
| * Updated coinobscuren2015-02-081-30/+66
| |
| * API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-061-1/+2
| |
* | Merge branch 'develop' into minerobscuren2015-02-061-2/+2
|\|
| * Default gas price and default gas for rpcobscuren2015-02-051-2/+2
| |
* | wipobscuren2015-02-061-10/+10
|/
* Propagate known transactions to new peers on connectobscuren2015-02-051-4/+4
|
* Filteringobscuren2015-02-053-6/+23
|
* Fixed whisper "to" filtering. Closes #283obscuren2015-02-031-0/+10
|
* Added whisper messagesobscuren2015-01-301-2/+20
| | | | * have identity & get messages
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-302-1/+43
| | | | | * Added RPC methods for whisper * Added whisper example
* Fixed issue with Storage()obscuren2015-01-301-1/+2
| | | | | | * Storage() returned encoded values. They are now decode prior to hexing * Removed old code from state object * Updated coin
* default values removedobscuren2015-01-301-11/+19
|
* More dapp samplesobscuren2015-01-302-0/+161
| | | | | * Info DApp, coin DApp * Additional rpc methods
* Samples and disams cmd for evm codeobscuren2015-01-292-4/+55
|
* Added abi exampleobscuren2015-01-291-0/+44