gary rong
c4a1d4fecf
eth/filters: fix the block range assignment for log filter ( #17284 )
6 years ago
Chen Quan
fb9f7261ec
cmd/evm: change error msg output to stderr ( #17118 )
...
* cmd/evm: change error msg output to stderr
* cmd/evm: fix some linter error
6 years ago
Péter Szilágyi
d927cbb638
Merge pull request #17282 from karalabe/trie-flushlist-fixes
...
trie: handle removing the freshest node too
6 years ago
ledgerwatch
2fbc454355
miner: fix state locking while writing to chain (issue #16933 ) ( #17173 )
6 years ago
holisticode
d6efa69187
Merge netsim mig to master ( #17241 )
...
* swarm: merged stream-tests migration to develop
* swarm/network: expose simulation RandomUpNode to use in stream tests
* swarm/network: wait for subs in PeerEvents and fix stream.runSyncTest
* swarm: enforce waitkademlia for snapshot tests
* swarm: fixed syncer tests and snapshot_sync_test
* swarm: linting of simulation package
* swarm: address review comments
* swarm/network/stream: fix delivery_test bugs and refactor
* swarm/network/stream: addressed PR comments @janos
* swarm/network/stream: enforce waitKademlia, improve TestIntervals
* swarm/network/stream: TestIntervals not waiting for chunk to be stored
6 years ago
Péter Szilágyi
3ea8ac6a9a
Merge pull request #17281 from karalabe/puppeth-cachewarn-fix
...
cmd/puppeth: force tiny memory for geth attach in id lookup
6 years ago
Péter Szilágyi
8a9c31a307
trie: handle removing the freshest node too
6 years ago
Péter Szilágyi
6380c06c65
Merge pull request #17279 from karalabe/puppeth-banlist-fix
...
cmd/puppeth: split banned ethstats addresses over columns
6 years ago
Péter Szilágyi
54d1111965
cmd/puppeth: force tiny memory for geth attach in id lookup
6 years ago
Péter Szilágyi
f00d0daf33
cmd/puppeth: split banned ethstats addresses over columns
6 years ago
Ha ĐANG
2cffd4ff3c
core: fix some small typos on comment code ( #17278 )
6 years ago
Oleg Kovalov
7b1aa64220
dashboard: append to proper slice ( #17266 )
6 years ago
Janoš Guljaš
8f4c4fea20
p2p: fix rare deadlock in Stop ( #17260 )
6 years ago
Oleg Kovalov
d42ce0f2c1
all: simplify switches ( #17267 )
...
* all: simplify switches
* silly mistake
6 years ago
Anton Evangelatov
273c7a9dc4
swarm/api: remove ioutil.ReadAll for HandleGetFiles ( #17276 )
6 years ago
Anton Evangelatov
a5d5609e38
build: rename swarm deb package to ethereum-swarm; change swarm deb version from 1.8.x to 0.3.x ( #16988 )
...
* build: add support for different package and binary names
* build: bump up copyright date
* build: change default PackageName to empty string
* build, internal, swarm: enhance build/release process
* build: hack ethereum-swarm as a "depends" in deb package
* build/ci: remove redundant variables
* build, cmd, mobile, params, swarm: remove VERSION file; rename Version to VersionMeta;
* internal: remove VERSION() method which reads VERSION file
* build: fix VersionFilePath to Version
* Makefile: remove clean_go_build_cache.sh until it works
* Makefile: revert removal of clean_go_build_cache.sh
6 years ago
Péter Szilágyi
93c0f1715d
Merge pull request #17245 from karalabe/azure-deps-fixups
...
internal, vendor: update Azure blobstore API
6 years ago
Péter Szilágyi
d9575e92fc
crypto/secp256k1: remove external LGPL dependencies ( #17239 )
6 years ago
Raghav Sood
11a402f747
core: report progress on log chain exports ( #17066 )
...
* core/blockchain: export progress
* core: polish up chain export progress report a bit
6 years ago
a e r t h
021d6fbbbb
cmd: prevent accidental invalid commands ( #17248 )
...
* cmd: stop parsing bootnodes if one is invalid
* cmd/geth: require valid command as argument (or no arg)
6 years ago
Péter Szilágyi
feed8069a6
Merge pull request #17251 from karalabe/ppa-deprecate-artful
...
build: deprecated ubuntu artful, enable ubuntu cosmic
6 years ago
Péter Szilágyi
514022bde6
Merge pull request #17252 from karalabe/travis-debsrc-fix
...
build: noop clean during travis debsrc assembly step
6 years ago
Péter Szilágyi
ff22ec31b6
build: noop clean during travis debsrc assembly step
6 years ago
Péter Szilágyi
0598707129
build: deprecated ubuntu artful, enable ubuntu cosmic
6 years ago
Péter Szilágyi
a511f6b515
Merge pull request #17250 from karalabe/fix-clean
...
build: fix bash->sh function declaration
6 years ago
Péter Szilágyi
8b1e14b7f8
build: fix bash->sh function declaration
6 years ago
Sarlor
6c412e313c
cmd/utils: fix comment typo ( #17249 )
...
cmd: Comment error
6 years ago
Péter Szilágyi
6b232ce325
internal, vendor: update Azure blobstore API
6 years ago
Guillaume Ballet
7abedf9bbb
core/vm: support for multiple interpreters ( #17093 )
...
- Define an Interpreter interface
- One contract can call contracts from other interpreter types.
- Pass the interpreter to the operands instead of the evm.
This is meant to prevent type assertions in operands.
6 years ago
Antoine Rondelet
27a278e6e3
core: fixed typo in addresssByHeartbeat ( #17243 )
6 years ago
Péter Szilágyi
a0bcb16875
Merge pull request #17244 from chainpunk/master
...
core: fix typo in comment code
6 years ago
hadv
bc0a43191e
core: fix typo in comment code
6 years ago
Viktor Trón
1064b9e691
Merge pull request #17233 from ethersphere/swarm-readme
...
swarm: README.md
6 years ago
Osuke
10780e8a00
core: fix txpool guarantee comment ( #17214 )
...
* fixed-typo
* core: fix txpool guarantee comment
6 years ago
gary rong
2433349c80
core/vm, params: implement EXTCODEHASH opcode ( #17202 )
...
* core/vm, params: implement EXTCODEHASH opcode
* core, params: tiny fixes and polish
* core: add function description
6 years ago
Anton Evangelatov
58243b4d3e
README: point Swarm brief to the Swarm README, instead of directly to docs
6 years ago
gary rong
cab1cff11c
core, crypto, params: implement CREATE2 evm instrction ( #17196 )
...
* core, crypto, params: implement CREATE2 evm instrction
* core/vm: add opcode to string mapping
* core: remove past fork checking
* core, crypto: use option2 to generate new address
6 years ago
Vincent Serpoul
2909f6d7a2
common: add database/sql support for Hash and Address ( #15541 )
6 years ago
Ian Macalinao
d96ba77113
eth/filters: improve error message for invalid filter topics ( #17234 )
6 years ago
Péter Szilágyi
62467e4405
Merge pull request #17206 from hadv/master
...
consensus/clique: replace bubble sort by golang stable sort
6 years ago
Wenbiao Zheng
d0082bb7ec
core: fix comment typo ( #17236 )
6 years ago
Péter Szilágyi
21c059b67e
Merge pull request #16734 from reductionista/eip234
...
eth/filters, interfaces: EIP-234 Add blockHash option to eth_getLogs
6 years ago
Sheldon
9e24491c65
core/bloombits, light: fix typos ( #17235 )
6 years ago
hadv
49f63deb24
consensus/clique: replace bubble sort by golang stable sort
6 years ago
Viktor Trón
b536460f8e
Merge pull request #17231 from ethersphere/develop
...
swarm: client-side MRU signatures ; BMT fixes ; network simulation tests
6 years ago
Péter Szilágyi
afd8b84706
crypto/secp256k1: unify the package license to 3-Clause BSD ( #17225 )
...
Our original wrapper code had two parts. One taken from a third
party repository (who took it from upstream Go) licensed under
BSD-3. The second written by Jeff, Felix and Gustav, licensed
under LGPL. This made this package problematic to use from the
outside.
With the agreement of the original copyright holders, this commit
changes the license of the LGPL portions of the code to BSD-3:
---
I agree changing from LGPL to a BSD style license.
Jeff
---
Hey guys,
My preference would be to relicense to GNUBL, but I'm also OK with BSD.
Cheers,
Gustav
---
Felix Lange (fjl):
I would approve anything that makes our licensing less complicated
---
6 years ago
Wenbiao Zheng
f6206efe5b
consensus: move test use only var/func to test( #17004 )
6 years ago
Hyung-Kyu Hqueue Choi
ae674a3660
Makefile: clean go build cache ( #17079 )
6 years ago
Wenbiao Zheng
894022a3d5
cmd/geth: clean up call to SelfDerive ( #16970 )
6 years ago
Wenbiao Zheng
68da9aa716
rpc: clean up check for missing methods/subscriptions on handler ( #17145 )
6 years ago