- Jan 06, 2017
-
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
les/flowcontrol: using proper types for relative and absolute times
-
- Jan 05, 2017
-
-
Péter Szilágyi authored
build: finally settle on empty iOS ObjC package prefixes
-
Péter Szilágyi authored
-
Péter Szilágyi authored
Account management API polishes
-
Péter Szilágyi authored
-
Maran Hidskes authored
-
Péter Szilágyi authored
core,cmd/utils: bugfix for ropsten dump imports
-
Jeffrey Wilcke authored
The 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 Catalano authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
To 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
-
- Jan 04, 2017
-
-
Péter Szilágyi authored
cmd/utils, eth, les: bubble --fakepow flag into eth/les too
-
Péter Szilágyi authored
ethclient: hex encode request args for TransactionInBlock
-
Péter Szilágyi authored
-
- Jan 03, 2017
-
-
Bas van Kervel authored
-
Péter Szilágyi authored
ethclient: pass ptr when parsing eth_getTransactionByHash result
-
- Jan 02, 2017
-
-
Guillaume Nicolas authored
-
- Dec 23, 2016
-
-
Péter Szilágyi authored
eth: fix miner start API to accept int, not hexint
-
Péter Szilágyi authored
-
- Dec 22, 2016
-
-
Bas van Kervel authored
-
Péter Szilágyi authored
rpc: remove HexBytes, HexNumber
-
Bas van Kervel authored
-
- Dec 21, 2016
-
-
Valentin Wüstholz authored
-
Aron Fischer authored
-
Aron Fischer authored
-
Aron Fischer authored
-
Péter Szilágyi authored
mobile: fix ropsten chain configs
-
Péter Szilágyi authored
-
- Dec 20, 2016
-
-
Felix Lange authored
-
Felix Lange authored
This change couldn't be automated because HexNumber was used for numbers of all sizes.
-
Felix Lange authored
-
Felix Lange authored
The message now includes the index of the invalid arg.
-
Felix Lange authored
inspect was broken by ffaf58f0 (May 2016!). Looks like nobody uses this function.
-
Péter Szilágyi authored
-
Nick Johnson authored
This 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.
-
- Dec 19, 2016
-
-
Vlad Gluhovsky 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 authored
accounts/abi: prepare ABI to handle fixed point types
-
Péter Szilágyi authored
-