- Nov 24, 2016
-
-
Felix Lange authored
-
Felix Lange authored
core, core/state: fixed consensus issue added touch revert
-
Felix Lange authored
-
Jeffrey Wilcke authored
Implemented proper touch revert journal entries and copied a Parity consensus bug in order to remain in sync with the current longest chain.
-
Péter Szilágyi authored
miner: remove dead code, add gas price getter
-
Péter Szilágyi authored
core: remove dead event
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Nov 23, 2016
-
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
build, internal/build: simplify unstable build checks
-
Felix Lange authored
I didn't add this initially because the command I tried was too slow. The 'git for-each-ref ...' invocation takes 40ms on my machine. That ought to be acceptable.
-
Péter Szilágyi authored
build: remove hash metadata from cocoapod version
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
All account's nonce start at 0.
-
- Nov 22, 2016
-
-
Péter Szilágyi authored
* build: use metatags on cocoapods, not prerelease tags * build: fix Maven and CocoaPods author email addresses
-
- Nov 21, 2016
-
-
Felix Lange authored
This simplifies the build and should speed it up a bit because the standard library doesn't need to be cross compiled on the 32bit builder.
-
- Nov 20, 2016
-
-
sandakersmann authored
Changed http:// to https:// on one link in README.md
-
- Nov 18, 2016
-
-
Felix Lange authored
ci.go decides whether a build is unstable by looking at the branch and tag. This causes issues when a GitHub release is created on the master branch because the build is considered unstable (the CI environment reports the branch as "master"). Fix this by looking at the tag only. Any tagged build is stable.
-
Aron Fischer authored
-
FrankWang authored
-
Nick Johnson authored
-
Nick Johnson authored
-
Viktor Trón authored
-
- Nov 17, 2016
-
-
Péter Szilágyi authored
-
Nick Johnson authored
-
Felix Lange authored
-
- Nov 16, 2016
-
-
Jeffrey Wilcke authored
utils: bump stable 1.5.1
-
Jeffrey Wilcke authored
build: set GO15VENDOREXPERIMENT in env.sh
-
Felix Lange authored
This should fix the 'make' build with Go 1.5.
-
Jeffrey Wilcke authored
-
- Nov 15, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
les: fixed logging
-
Jeffrey Wilcke authored
Dockerfile revamp
-
Jeffrey Wilcke authored
-
Felix Lange authored
The jit config options are not handled, but random selection still took place, printing confusing messages.
-
Nick Johnson authored
-