Commit graph

8150 commits

Author SHA1 Message Date
Julian Yap
d8bb1eeded Add Flux difficulty algorithm 2017-02-03 20:13:35 -10:00
Julian Yap
4ca01354f7 Version 1.5.9 2017-01-31 20:22:03 -10:00
Julian Yap
55ddf3df43 Implement new difficulty calculation parameters. 2017-01-31 20:20:13 -10:00
Julian Yap
28a2fc3736 Set Testnet ChainID 2017-01-30 23:50:40 -10:00
Julian Yap
e78fca3782 Set Testnet Network ID 2017-01-30 23:50:06 -10:00
Julian Yap
b81d5a1fef Use Gzip for Testnet Genesis too 2017-01-30 20:42:21 -10:00
Julian Yap
895543ab7b Set MainNetHomesteadGasRepriceHash and a new TestNetChainID 2017-01-30 20:09:52 -10:00
Julian Yap
75fe8786e2 Set a Testnet Genesis block 2017-01-30 20:06:46 -10:00
Julian Yap
3e5e16d3f0 Set MainNet Genesis block hash 2017-01-30 19:47:17 -10:00
Julian Yap
60b6985c2d Stable 1.5.8 2017-01-28 19:56:46 -10:00
Julian Yap
18cff6ceac Stable 1.5.7.1 2017-01-28 19:46:22 -10:00
Julian Yap
a984750707 Fix initial sync issue 2017-01-28 19:43:40 -10:00
Julian Yap
44472bcdd0 Fix for negative values. Originally incorrectly placed. 2017-01-28 13:54:17 -10:00
Julian Yap
5685605035 Add bootnode from @krilson 2017-01-28 12:49:46 -10:00
Julian Yap
98f14e8589 Set Mainnet Genesis block 2017-01-28 01:28:20 -10:00
Julian Yap
45dac57ff0 add bootnode 2017-01-27 19:38:11 -10:00
Julian Yap
fdd32dd4e9 Merge remote-tracking branch 'upstream/master' 2017-01-27 13:49:03 -10:00
Julian Yap
abcc52f688 Fix for negative values 2017-01-27 13:24:58 -10:00
Julian Yap
4c63a880c5 Mainnet Rewards scheme. Monetary Policy. 2017-01-27 01:16:10 -10:00
Julian Yap
7aaab6a27a Modify ChainID 2017-01-26 23:17:38 -10:00
Felix Lange
26d385c18b params, VERSION: 1.5.8 unstable 2017-01-16 11:12:50 +01:00
Felix Lange
da2a22c384 params: stable 1.5.7 2017-01-16 10:57:02 +01:00
Felföldi Zsolt
0fa9a8929c les: fixed transaction sending deadlock (#3568) 2017-01-16 10:51:29 +01:00
Péter Szilágyi
2a1a531ba3 Merge pull request #3570 from fjl/hexutil-zero-fix
common/hexutil: fix EncodeBig, Big.MarshalJSON
2017-01-16 11:49:17 +02:00
Felix Lange
51f6b6d33f common/hexutil: fix EncodeBig, Big.MarshalJSON
The code was too clever and failed to include zeros on a big.Word
boundary.
2017-01-16 10:32:40 +01:00
Julian Yap
f754b3adeb Modify UDP discovery port to port 30386 2017-01-15 16:51:07 -10:00
Julian Yap
341132925f Merge remote-tracking branch 'upstream/master' 2017-01-15 03:07:47 -10:00
Péter Szilágyi
b5a100b859 Merge pull request #3560 from karalabe/ci-misspell
travis, appveyor, build: add source spell checking
2017-01-13 12:16:22 +02:00
Péter Szilágyi
54fcab20e3
appveyor, build: fix review requests 2017-01-13 12:04:55 +02:00
Péter Szilágyi
a2bc90d1d7
build: spellcheck individual packages (Windows path limits) 2017-01-13 11:22:24 +02:00
Péter Szilágyi
c01f8c3d3c
accounts/abi: fix comment spelling error 2017-01-13 11:14:47 +02:00
Péter Szilágyi
e4181a7f1b
travis, appveyor, build: add source spell checking 2017-01-13 11:14:13 +02:00
Felix Lange
01f6f2d741 common/hexutil: allow empty strings when decoding JSON (#3559) 2017-01-13 09:45:40 +01:00
Felix Lange
c5df37c111 eth: accept leading zeros for nonce parameter of submitWork (#3558) 2017-01-13 00:37:23 +01:00
Felix Lange
e0ceeab0d1 crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 (#3544)
- Use defined constants instead of hard-coding their integer value.
- Allocate secp256k1 structs on the C stack instead of converting []byte
- Remove dead code
2017-01-12 21:29:11 +01:00
Péter Szilágyi
93077c98e4 internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545) 2017-01-12 21:28:35 +01:00
Péter Szilágyi
3dab303826 Merge pull request #3555 from obscuren/unskip-test
tests: unskip test
2017-01-12 12:08:56 +02:00
Jeffrey Wilcke
3160fd24ba tests: unskip test 2017-01-12 10:32:21 +01:00
Péter Szilágyi
ce7822c130 Merge pull request #3553 from bas-vk/rm-olympic-support
core: remove support for Olympic network
2017-01-12 11:26:00 +02:00
Bas van Kervel
745a3adebd
core: remove support for Olympic network 2017-01-12 09:50:54 +01:00
Péter Szilágyi
218ec6c085 Merge pull request #3551 from fjl/core-import-log-align
core: improve import log alignment
2017-01-11 14:53:54 +02:00
Nick Johnson
d30d7800e0 ethdb: Implement interface for prefixed operations to the DB (#3536) 2017-01-11 13:26:09 +01:00
Felix Lange
8820d97039 internal/ethapi: fix duration parameter of personal_unlockAccount (#3542) 2017-01-11 13:20:24 +01:00
Péter Szilágyi
b52fde7cf7 Merge pull request #3546 from fjl/deps-update
vendor: update dependencies
2017-01-11 12:14:08 +02:00
Péter Szilágyi
2b4d0b6ff9 Merge pull request #3548 from fjl/geth-fix-bootnodes
cmd/utils: fix comma-separated --bootnodes
2017-01-11 10:59:14 +02:00
Felix Lange
21f1370d2a core: improve import log alignment 2017-01-10 23:14:08 +01:00
Felix Lange
d78f9b834a vendor: update all dependencies except Azure SDK
The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until
Go 1.8 comes out.
2017-01-10 22:33:24 +01:00
Felix Lange
445deb7470 cmd/utils: fix comma-separated --bootnodes 2017-01-10 21:13:43 +01:00
Péter Szilágyi
02b67558e8 Merge pull request #3535 from fjl/all-ineffassign
all: fix ineffectual assignments
2017-01-09 23:53:17 +02:00
Péter Szilágyi
91c8f87fb1 Merge pull request #3538 from karalabe/cycle-1.5.7
params, VERSION: start 1.5.7 release cycle
2017-01-09 17:47:35 +02:00