aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/examples/coin.html
Commit message (Collapse)AuthorAgeFilesLines
* mist: R.I.P.obscuren2015-06-201-147/+0
| | | | | | | | | | | | | | | | | /"""""/""""""". / / \ __ / / \ || /____ / \ || | | In Loving | || | | Memory | || | | | || | | 2014-2015 | || | | * * * * | _||_ | | *\/* *\/* | | TT | | | *_\_ / ...""""""| || |.""....""""""""."" | | \/.."""""..."""\ || /.""".......""""... | |...."""""""........""""""^^^^"......."""""""".." |......"""""""""""""""........"""""...."""""..""-Jeff W.
* core: fixed an issue with storing receiptsobscuren2015-05-281-1/+1
|
* web3: updatedobscuren2015-04-241-2/+1
|
* Updated xeth loggerobscuren2015-04-091-1/+1
|
* ignore invalid txs right after being added if they prove incorrectobscuren2015-04-091-2/+5
|
* fixed stack levelobscuren2015-04-031-3/+0
|
* updated coinobscuren2015-04-031-10/+4
|
* info => debugobscuren2015-04-021-1/+1
|
* Updated example for new ethereum.jsobscuren2015-03-261-4/+4
|
* 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
|
* 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
* Filter and mutex locks addedobscuren2015-02-171-5/+0
|
* Merge branch 'develop' into minerobscuren2015-02-141-0/+6
|\
| * mergeobscuren2015-02-131-0/+6
| |
* | Merge branch 'develop' into minerobscuren2015-02-121-12/+7
|\|
| * 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-051-5/+17
|
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-1/+1
| | | | | * 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-301-0/+89
* Info DApp, coin DApp * Additional rpc methods