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
cui
f8601430fd
core: should enqueue the invalids tx anyway
...
even the pending is empty we shoud enqueue the invalid txs
7 years ago
gluk256
f1d440a437
whisper: final refactoring ( #16259 )
...
whisper: final refactoring
7 years ago
Anton Evangelatov
746392cfd2
swarm/storage: disable treechunker test while it is flaky ( #16254 )
7 years ago
Javier Peletier
60a999f238
accounts/abi: Modified unpackAtomic to accept struct lvalues
7 years ago
Javier Peletier
13b566e06e
accounts/abi: Add one-parameter event test case from enriquefynn/unpack_one_arg_event
7 years ago
Péter Szilágyi
1548518644
VERSION, params: begin 1.8.3 release cycle
7 years ago
Péter Szilágyi
b8b9f7f447
params: release Geth 1.8.2 stable
7 years ago
Anton Evangelatov
c636ac4045
github: config for probot-stale bot ( #16235 )
...
* github: config for probot-stale bot
* github: use stale label, instead of wontfix
7 years ago
Péter Szilágyi
bd6879ac51
core/vm, crypto/bn256: switch over to cloudflare library ( #16203 )
...
* core/vm, crypto/bn256: switch over to cloudflare library
* crypto/bn256: unmarshal constraint + start pure go impl
* crypto/bn256: combo cloudflare and google lib
* travis: drop 386 test job
7 years ago
Péter Szilágyi
223fe3f26e
Merge pull request #16229 from karalabe/evm-call-fix
...
cmd/evm, core/vm, internal/ethapi: don't disable call gas metering
7 years ago
Péter Szilágyi
b7e57ca1d0
cmd/evm, core/vm, internal/ethapi: don't disable call gas metering
7 years ago
Martin Holst Swende
478143d69a
utils: fix #16138 by checking if vhosts flag is set ( #16141 )
...
* utils: fix #16138 by checking if vhosts flag is set
* utils,node: fix defaults for rpcvhosts
* node,utils: address review concerns
7 years ago
Guillaume Ballet
abed63c38f
Merge pull request #16250 from gluk256/317-fatalf
...
whisper: refactoring go-routines workflow
Move the call mailServer.Init() down (to the bottom of the function) because if the function initialize() completes successfully, then it will be followed by mailServer.Close() in shutdown(). The workflow of the corresponding goroutines is clearer now.
7 years ago
Kyuntae Ethan Kim
d429a92f09
consensus/ethash: fixed typo ( #16253 )
7 years ago