Felix Lange
85ea9159d0
params, VERSION: v1.8.4 unstable
7 years ago
Felix Lange
329ac18ef6
params: v1.8.3 stable
7 years ago
Felix Lange
89cc604a50
light: new mainnet CHT ( #16390 )
7 years ago
Guillaume Ballet
cf799e5eaa
whisper: switch all remaining components from v5 to v6
7 years ago
Péter Szilágyi
c053f1146d
Merge pull request #16388 from hydai/fix_comments
...
core/vm: Fixed typos
7 years ago
hydai
c3dc814fea
core/vm: Fixed typo in core/vm/evm.go
7 years ago
Zhenguo Niu
db9b2f5405
cmd/puppeth: add constraints to network name ( #16336 )
...
* cmd/puppeth: add constraints to network name
* cmd/puppeth: update usage of network arg
* cmd/puppeth: avoid package dependency on utils
7 years ago
Felix Lange
e9b5e22ad1
rpc: limit chunked requests ( #16343 )
7 years ago
Jia Chenhui
e506d384e9
core/state: fix typo ( #16370 )
7 years ago
Péter Szilágyi
dd708c1636
Merge pull request #16319 from rjl493456442/dump_preimages
...
cmd: implement preimage dump and import cmds
7 years ago
Péter Szilágyi
495bdb0c71
cmd: export preimages in RLP, support GZIP, uniform with block export
7 years ago
hydai
7c131f4d6d
core/asm: fixed typo (posititon -> position) ( #16366 )
7 years ago
hydai
84c5db5409
core/vm: remove JIT VM codes ( #16362 )
7 years ago
David Huie
23ac783332
ecies: drop randomness parameter from `PrivateKey.Decrypt` ( #16374 )
...
The parameter `rand` is unused in `PrivateKey.Decrypt`. Decryption in
the ECIES encryption scheme is deterministic, so randomness isn't
needed.
7 years ago
Péter Szilágyi
e9a1d8de34
Merge pull request #16387 from karalabe/evm-polsihes
...
core: minor evm polishes and optimizations
7 years ago
rjl493456442
b6b6f52ec8
cmd: implement preimage dump and import cmds
7 years ago
Péter Szilágyi
1fae50a199
core: minor evm polishes and optimizations
7 years ago
Guillaume Ballet
3d013c1939
whisper: some components are still using v5, switch to v6
7 years ago
Martin Holst Swende
933972d139
Merge pull request #16256 from epiclabs-io/unpack_one_arg_event
...
Fix issue unmarshaling single parameter events from abigen generated go code #16208
7 years ago
Felix Lange
b1917ac9a3
build: add GOBIN to PATH for gomobile ( #16344 )
...
* build: add GOBIN to PATH for gomobile
* build: install gobind alongside gomobile
7 years ago
Péter Szilágyi
1203c6a237
crypto/bn256: full switchover to cloudflare's code ( #16301 )
...
* crypto/bn256: full switchover to cloudflare's code
* crypto/bn256: only use cloudflare for optimized architectures
* crypto/bn256: upstream fallback for non-optimized code
* .travis, build: drop support for Go 1.8 (need type aliases)
* crypto/bn256/cloudflare: enable curve mul lattice optimization
7 years ago
Guillaume Ballet
0965761a45
whisper: Notify Vlad and Guillaume of whisper PRs ( #16340 )
7 years ago
Martin Holst Swende
faed47b3c5
Merge pull request #15990 from markya0616/sim_backend_block_hash
...
accounts/abi, core: add AddTxWithChain in BlockGen for simulation
7 years ago
stompesi
fe6cf00f48
miner: remove duplicated code ( #15968 )
7 years ago
Péter Szilágyi
322006d0f2
Merge pull request #16315 from karalabe/drop-vagrant
...
containers: drop vagrant support, noone's maintaining it
7 years ago
Péter Szilágyi
56e2376e69
containers: drop vagrant support, noone's maintaining it
7 years ago
hydai
a063876749
core/asm: fixed typo (labal -> label) ( #16313 )
7 years ago
Péter Szilágyi
62bc179bb9
Merge pull request #16310 from karalabe/websocket-request-limits
...
rpc: enforce the 128KB request limits on websockets too
7 years ago
Péter Szilágyi
555f42cfd8
rpc: enforce the 128KB request limits on websockets too
7 years ago
Anton Evangelatov
6a2d2869f6
github: more information bot configuration ( #16298 )
7 years ago
Felföldi Zsolt
1488fdaf19
cmd/utils: fix maxpeers vs lightpeers logic ( #16125 )
7 years ago
gary rong
77da203547
eth: update higest block we know during the sync if a higher was found ( #16283 )
...
* eth: update higest block we know during the sync if a higher was found
* eth: avoid useless sync in fast sync
7 years ago
Péter Szilágyi
307846d046
Merge pull request #16287 from razum2um/master
...
Allow any vhost for wallet deployed by puppeth
7 years ago
Péter Szilágyi
38e2071df8
Merge pull request #16289 from jeffwalsh/remove-add-std-arg
...
common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21
7 years ago
Jeffery Robert Walsh
a25561dfb4
common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21
7 years ago
Vlad Bokov
52697fb1b2
cmd/puppeth: allow any vhost in wallet
7 years ago
Péter Szilágyi
b2f53f9621
Merge pull request #16128 from karalabe/go1.10
...
travis, Dockerfile, appveyor, build: bump to Go 1.10
7 years ago
Péter Szilágyi
669aba8e2c
travis, Dockerfile, appveyor, build: bump to Go 1.10
7 years ago
Kurkó Mihály
39c16c8a1e
cmd, ethdb, vendor: integrate leveldb iostats ( #16277 )
...
* cmd, dashboard, ethdb, vendor: send iostats to dashboard
* ethdb: change names
* ethdb: handle parsing errors
* ethdb: handle iostats syntax error
* ethdb: r -> w
7 years ago
Martin Holst Swende
4871e25f5f
core/vm: optimize eq, slt, sgt and iszero + tests ( #16047 )
...
* vm: optimize eq, slt, sgt and iszero + tests
* core/vm: fix error in slt/sgt, found by vmtests. Added testcase
* core/vm: make slt/sgt cleaner
7 years ago
Péter Szilágyi
85d5f2c661
Merge pull request #16285 from karalabe/fix-resend-optional-param
...
internal/ethapi: make resent gas params optional
7 years ago
Péter Szilágyi
28ef23f446
internal/ethapi: make resent gas params optional
7 years ago
Kurkó Mihály
704840a8ad
cmd, dashboard: use webpack dev server, remove custom assets ( #16263 )
...
* cmd, dashboard: remove custom assets, webpack dev server
* dashboard: yarn commands, small fixes
7 years ago
Péter Szilágyi
3ec1b9a92d
Merge pull request #16275 from karalabe/bump-duktape
...
vendor: bump duktape to get rid of build warning
7 years ago
Péter Szilágyi
fc1f3f2618
vendor: bump duktape to get rid of build warning
7 years ago
Mark
cddb529d70
accounts/abi: normalize method name to a camel-case string ( #15976 )
7 years ago
Kyuntae Ethan Kim
63687f04e4
core: check transaction/receipt count match when reconstructing blocks ( #16272 )
7 years ago
Péter Szilágyi
d43ffdbf6a
Merge pull request #16240 from cuiweixie/txpool
...
core: should enqueue the invalids tx anyway
7 years ago
Kyuntae Ethan Kim
f6bef558aa
eth: fixed typo ( #16274 )
7 years ago
Péter Szilágyi
2b5d1a4a4c
core: update txpool tests for the removal fix
7 years ago