- Jan 05, 2017
-
-
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.
-
- 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
-
RJ Catalano authored
Signed-off-by:
VoR0220 <rj@erisindustries.com>
-
Péter Szilágyi authored
core: allow zero priced transactions from inexistent accounts too
-
Péter Szilágyi authored
internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover}
-
- Dec 16, 2016
-
-
Péter Szilágyi authored
-
Felix Lange authored
-
- Dec 15, 2016
-
-
Péter Szilágyi authored
p2p/nat: fix a bytes based net.IP comparison
-
Péter Szilágyi authored
-
- Dec 14, 2016
-
-
Péter Szilágyi authored
p2p/discover, p2p/discv5: use flexible comparison for IPs
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: import future blocks one-by-one, enfore chain ancestry
-