parmarrushabh
f1a9ceae54
change in params for swap wallet)
2019-04-18 12:10:42 +05:30
Péter Szilágyi
4bcc0a37ab
Merge pull request #19473 from karalabe/geth-1.8.27
...
[1.8.27 backport] eth, les, light: enforce CHT checkpoints on fast-sync too
2019-04-17 15:47:54 +03:00
Péter Szilágyi
b5f92e66c6
params, swarm: release Geth v1.8.27 (noop Swarm v0.3.15)
2019-04-17 14:57:38 +03:00
Péter Szilágyi
d8787230fa
eth, les, light: enforce CHT checkpoints on fast-sync too
2019-04-17 14:56:58 +03:00
Péter Szilágyi
cdae1c59ab
Merge pull request #19437 from zsfelfoldi/fix-sendtx
...
les: fix SendTx cost calculation and verify cost table
2019-04-10 15:45:13 +03:00
Péter Szilágyi
0b00e19ed9
params, swarm: release Geth v1.8.26 (+noop Swarm v0.3.14)
2019-04-10 15:38:01 +03:00
Zsolt Felfoldi
c8d8126bd0
les: check required message types in cost table
2019-04-10 13:12:46 +02:00
Zsolt Felfoldi
0de9f32ae8
les: backported new SendTx cost calculation
2019-04-10 13:12:42 +02:00
Péter Szilágyi
14ae1246b7
Merge pull request #19416 from jmcnevin/cli-fix
...
Revert flag removal
2019-04-09 11:47:09 +03:00
Péter Szilágyi
dc59af8622
params, swarm: hotfix Geth v1.8.25 release to restore rpc flags
2019-04-09 10:58:00 +03:00
Jeremy McNevin
45730cfab3
cmd/geth: fix accidental --rpccorsdomain and --rpcvhosts removal
2019-04-09 10:56:50 +03:00
Péter Szilágyi
4e13a09c50
Merge pull request #19370 from karalabe/geth-1.8.24
...
Backport PR for the v1.8.24 maintenance release
2019-04-08 16:16:05 +03:00
Péter Szilágyi
009d2fe2d6
params, swarm: release Geth v1.8.24 (noop Swarm 0.3.12)
2019-04-08 16:06:59 +03:00
Martin Holst Swende
e872ba7a9e
eth, les, geth: implement cli-configurable global gas cap for RPC calls ( #19401 )
...
* eth, les, geth: implement cli-configurable global gas cap for RPC calls
* graphql, ethapi: place gas cap in DoCall
* ethapi: reformat log message
2019-04-08 15:15:13 +03:00
Felix Lange
9d9c6b5847
p2p/discover: bump failure counter only if no nodes were provided ( #19362 )
...
This resolves a minor issue where neighbors responses containing less
than 16 nodes would bump the failure counter, removing the node. One
situation where this can happen is a private deployment where the total
number of extant nodes is less than 16.
Issue found by @jsying.
2019-04-08 14:35:50 +03:00
Péter Szilágyi
8ca6454807
params: set Rinkeby Petersburg fork block (4th May, 2019)
2019-04-08 12:14:05 +03:00
Péter Szilágyi
0e63a70505
core: minor code polishes + rebase fixes
2019-04-08 12:04:31 +03:00
rjl493456442
f1b00cffc8
core: re-omit new log event when logs rebirth
2019-04-08 12:02:15 +03:00
Péter Szilágyi
442320a8ae
travis: update builders to xenial to shadow Go releases
2019-04-08 12:00:42 +03:00
Martin Holst Swende
af401d03a3
all: simplify timestamps to uint64 ( #19372 )
...
* all: simplify timestamps to uint64
* tests: update definitions
* clef, faucet, mobile: leftover uint64 fixups
* ethash: fix tests
* graphql: update schema for timestamp
* ethash: remove unused variable
2019-04-08 12:00:42 +03:00
Péter Szilágyi
80a2a35bc3
trie: there's no point in retrieving the metaroot
2019-04-08 12:00:42 +03:00
Péter Szilágyi
fca5f9fd6f
common/fdlimit: fix macos file descriptors for Go 1.12
2019-04-02 13:14:21 +03:00
Péter Szilágyi
38c30f8dd8
light, params: update CHTs, integrate CHT for Goerli too
2019-04-02 12:10:06 +03:00
Anil Chinchawale
f4bdcb1238
Merge pull request #80 from XinFinOrg/AnilChinchawale-patch-1
...
Update tx_pool.go
2019-04-01 14:35:48 +05:30
Anil Chinchawale
4adc9c0fdc
Update tx_pool.go
2019-04-01 14:33:59 +05:30
parmarrushabh
3456368fdc
XDPoS unit test fixed
2019-03-27 17:18:37 +05:30
AnilChinchawale
a1915c3249
random block set
2019-03-26 17:10:47 +05:30
AnilChinchawale
00c46851a2
downloader error fix
2019-03-26 14:54:16 +05:30
parmarrushabh
a6238b785d
test output corrected
2019-03-26 14:50:50 +05:30
AnilChinchawale
8000ce3c93
move m2 for unit test
2019-03-26 14:46:39 +05:30
parmarrushabh
2d1eddf74f
TIP random
2019-03-26 14:34:58 +05:30
parmarrushabh
2d046cc16a
tip block randomize
2019-03-26 14:28:13 +05:30
parmarrushabh
7e491a582b
penalties returned at tip fork
2019-03-26 14:25:03 +05:30
parmarrushabh
36d9bea7e9
created unit test for XDPoS
2019-03-25 14:20:56 +05:30
AnilChinchawale
4679c9fc74
updated xdpos.go
2019-03-25 14:15:09 +05:30
AnilChinchawale
951ca28d08
fixed params/config.go
2019-03-25 12:47:22 +05:30
parmarrushabh
2fa93cdbf2
Fixed randomize for mi and m2
2019-03-25 12:31:54 +05:30
parmarrushabh
4af57cc070
case m2 down affect to m1.
2019-03-25 12:19:25 +05:30
AnilChinchawale
ef94c38a68
penalties returned
2019-03-25 11:52:00 +05:30
AnilChinchawale
41ba2c6b33
m1_equal_m2
2019-03-25 11:45:14 +05:30
parmarrushabh
a47c0b94e7
allow signing with m1 = m2
2019-03-25 11:38:52 +05:30
parmarrushabh
85db85cc20
fix eth.getCandidateStatus api
2019-03-25 11:18:54 +05:30
Anil Chinchawale
c95843f608
Merge pull request #78 from XinFinOrg/dev
...
Dev
2019-03-24 00:37:05 +05:30
Anil Chinchawale
e2e5412d74
Merge pull request #77 from XinFinOrg/AnilChinchawale-patch-1
...
Update CONTRIBUTING.md
2019-03-24 00:35:19 +05:30
Anil Chinchawale
b6720e7941
Update CONTRIBUTING.md
2019-03-24 00:35:04 +05:30
Anil Chinchawale
440d13026b
Merge pull request #76 from XinFinOrg/AnilChinchawale-patch-1
...
Version pump to v0.5.0 -- Stable
2019-03-22 22:53:06 +05:30
Anil Chinchawale
d9b9214a7b
Version pump to v0.5.0 -- Stable
2019-03-22 22:52:52 +05:30
Anil Chinchawale
2e07301083
Merge pull request #75 from XinFinOrg/AnilChinchawale-patch-1
...
TestNet Config updated
2019-03-22 22:25:58 +05:30
Anil Chinchawale
ab70081cf9
TestNet Config updated
2019-03-22 22:25:36 +05:30
Anil Chinchawale
38180d8147
Merge pull request #74 from XinFinOrg/kyc
...
Final EVM Changes added.
2019-03-22 17:42:11 +05:30