- 20 Jan, 2017 5 commits
- 
- 
Péter Szilágyi authoredGas estimation currently mostly works, but can underestimate for more funky refunds. This is because various ops (e.g. CALL) need more gas to run than they actually consume (e.g. 2300 stipend that is refunded if not used). With more intricate contract interplays, it becomes almost impossible to return a proper value to the user. This commit swaps out the simplistic gas estimation to a binary search approach, honing in on the correct gas use. This does mean that gas estimation needs to rerun the transaction log(max-price) times to measure whether it fails or not, but it's a price paid by the transaction issuer, and it should be worth it to support proper estimates. 
- 
bas-vk authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredThe Android NDK was recently removed from gomobile, leading to our Android builds failing. Starting from https://go-review.googlesource.com/#/c/35173/ , gomobile requires a locally installed NDK. This PR ensures that travis installs that too before running the build steps. 
- 
Péter Szilágyi authored
 
- 
- 18 Jan, 2017 1 commit
- 
- 
Péter Szilágyi authoredcore: removal of dead-code 
 
- 
- 17 Jan, 2017 7 commits
- 
- 
Jeffrey Wilcke authoredRemoval of dead code that appeard as if we had a consensus issue. This however is not the case as the proper error catching happens in the vm package instead. 
- 
Péter Szilágyi authoredcmd,eth,les,internal: remove natspec support 
- 
Martin Holst Swende authored* core: Made logging of reorgs more structured, also always log if reorg is > 63 blocks long * core/blockchain: go fmt * core/blockchain: Minor fixes to the reorg reporting 
- 
Péter Szilágyi authoredaccounts, mobile: make account manager API a bit more uniform 
- 
Péter Szilágyi authored
- 
Nick Johnson authored
- 
Bas van Kervel authored
 
- 
- 16 Jan, 2017 5 commits
- 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felföldi Zsolt authored
- 
Péter Szilágyi authoredcommon/hexutil: fix EncodeBig, Big.MarshalJSON 
- 
Felix Lange authoredThe code was too clever and failed to include zeros on a big.Word boundary. 
 
- 
- 13 Jan, 2017 6 commits
- 
- 
Péter Szilágyi authoredtravis, appveyor, build: add source spell checking 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Felix Lange authored
 
- 
- 12 Jan, 2017 7 commits
- 
- 
Felix Lange authored
- 
Felix Lange authored- Use defined constants instead of hard-coding their integer value. - Allocate secp256k1 structs on the C stack instead of converting []byte - Remove dead code 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredtests: unskip test 
- 
Jeffrey Wilcke authored
- 
Péter Szilágyi authoredcore: remove support for Olympic network 
- 
Bas van Kervel authored
 
- 
- 11 Jan, 2017 5 commits
- 
- 
Péter Szilágyi authoredcore: improve import log alignment 
- 
Nick Johnson authored
- 
Felix Lange authored
- 
Péter Szilágyi authoredvendor: update dependencies 
- 
Péter Szilágyi authoredcmd/utils: fix comma-separated --bootnodes 
 
- 
- 10 Jan, 2017 3 commits
- 
- 
Felix Lange authored
- 
Felix Lange authoredThe Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until Go 1.8 comes out. 
- 
Felix Lange authored
 
- 
- 09 Jan, 2017 1 commit
- 
- 
Péter Szilágyi authoredall: fix ineffectual assignments 
 
-