- 05 Jan, 2017 7 commits
- 
- 
Maran authored
- 
Péter Szilágyi authoredcore,cmd/utils: bugfix for ropsten dump imports 
- 
Jeffrey Wilcke authoredThe run loop, which previously contained custom opcode executes have been removed and has been simplified to a few checks. Each operation consists of 4 elements: execution function, gas cost function, stack validation function and memory size function. The execution function implements the operation's runtime behaviour, the gas cost function implements the operation gas costs function and greatly depends on the memory and stack, the stack validation function validates the stack and makes sure that enough items can be popped off and pushed on and the memory size function calculates the memory required for the operation and returns it. This commit also allows the EVM to go unmetered. This is helpful for offline operations such as contract calls. 
- 
RJ authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredTo address increasing complexity in code that handles signatures, this PR discards all notion of "different" signature types at the library level. Both the crypto and accounts package is reduced to only be able to produce plain canonical secp256k1 signatures. This makes the crpyto APIs much cleaner, simpler and harder to abuse. 
- 
Bas van Kervel authored
 
- 
- 04 Jan, 2017 3 commits
- 
- 
Péter Szilágyi authoredcmd/utils, eth, les: bubble --fakepow flag into eth/les too 
- 
Péter Szilágyi authoredethclient: hex encode request args for TransactionInBlock 
- 
Péter Szilágyi authored
 
- 
- 03 Jan, 2017 2 commits
- 
- 
Bas van Kervel authored
- 
Péter Szilágyi authoredethclient: pass ptr when parsing eth_getTransactionByHash result 
 
- 
- 02 Jan, 2017 1 commit
- 
- 
Guillaume NICOLAS authored
 
- 
- 23 Dec, 2016 2 commits
- 
- 
Péter Szilágyi authoredeth: fix miner start API to accept int, not hexint 
- 
Péter Szilágyi authored
 
- 
- 22 Dec, 2016 3 commits
- 
- 
Bas van Kervel authored
- 
Péter Szilágyi authoredrpc: remove HexBytes, HexNumber 
- 
bas-vk authored
 
- 
- 21 Dec, 2016 6 commits
- 
- 
Valentin Wüstholz authored
- 
Aron Fischer authored
- 
Aron Fischer authored
- 
Aron Fischer authored
- 
Péter Szilágyi authoredmobile: fix ropsten chain configs 
- 
Péter Szilágyi authored
 
- 
- 20 Dec, 2016 7 commits
- 
- 
Felix Lange authored
- 
Felix Lange authoredThis change couldn't be automated because HexNumber was used for numbers of all sizes. 
- 
Felix Lange authored
- 
Felix Lange authoredThe message now includes the index of the invalid arg. 
- 
Felix Lange authoredinspect was broken by ffaf58f0 (May 2016!). Looks like nobody uses this function. 
- 
Péter Szilágyi authored
- 
Nick Johnson authoredThis commit introduces a FindOnce method for filters. FindOnce finds the next block that matches the filter and returns all matching logs from that block. If there are no further matching logs, it returns a nil slice. This method allows callers to iterate over large sets of logs progressively. The changes introduce a small inefficiency relating to mipmaps: the first time a filter is called, it acts as if all mipmaps are matched, and thus iterates several blocks near the requested start point. This is in the interest of simplicity and avoiding duplicate mipmap lookups each time FindOnce is called. 
 
- 
- 19 Dec, 2016 6 commits
- 
- 
gluk256 authored* whisper: refactored message processing * whisper: final polishing * whisper: logging updated * whisper: moved the check, changed the default PoW * whisper: refactoring of message queuing * whisper: refactored parameters 
- 
Péter Szilágyi authoredaccounts/abi: prepare ABI to handle fixed point types 
- 
Péter Szilágyi authored
- 
VoR0220 authoredSigned-off-by:VoR0220 <rj@erisindustries.com> 
- 
Péter Szilágyi authoredcore: allow zero priced transactions from inexistent accounts too 
- 
Péter Szilágyi authoredinternal/ethapi: fix hex handling for eth_sign, personal_{sign,recover}
 
- 
- 16 Dec, 2016 2 commits
- 
- 
Péter Szilágyi authored
- 
Felix Lange authored
 
- 
- 15 Dec, 2016 1 commit
- 
- 
Péter Szilágyi authoredp2p/nat: fix a bytes based net.IP comparison 
 
-