8b37def961
cmd/swarm-smoke: fix what we wanted to avoid ( #1486 )
2019-06-14 14:49:21 +02:00
fce3e45f2b
build: don't upload buildinfo ( #1484 )
2019-06-14 14:24:12 +02:00
99db027993
docker: fix run-smoke.sh path to binary ( #1485 )
2019-06-14 14:22:55 +02:00
8a1f6a6c6f
README: add docker section and fix license section ( #1483 )
...
* readme: add docker section
* readme: fix license info
* readme: omit sections in toc
2019-06-14 12:18:56 +02:00
9704ced894
cmd/swarm-smoke: add paging to trackChunks ( #1464 )
...
* cmd/swarm-smoke: add paging to trackChunks
2019-06-14 10:46:41 +02:00
99a431cf50
version: update to v0.4.2 unstable ( #1470 )
2019-06-13 17:45:36 +02:00
0b9a3ea407
swarm: release v0.4.1 ( #1469 )
v0.4.1
2019-06-13 16:32:55 +02:00
2f0b94fa1a
network: bump proto versions due to change in OfferedHashesMsg ( #1465 )
2019-06-13 16:11:46 +02:00
815a6d120f
changelog: initial setup ( #1466 )
2019-06-13 16:04:16 +02:00
4744b7c9d7
p2p/protocols: do not vendor swarm related packages ( #1462 )
2019-06-13 15:11:00 +02:00
3243c7ba07
docker: create new dockerfiles that are context aware ( #1463 )
2019-06-13 14:30:13 +02:00
76e71cca3b
network/stream: disable flaky TestStartNetworkSync test ( #1458 )
2019-06-12 15:50:44 +02:00
b3f601427c
storage: fix alignement panics on 32 bit arch ( #1460 )
2019-06-12 12:55:36 +02:00
f709083e47
api: temporary fix test failing on windows due to access denied ( #1450 )
2019-06-12 10:00:46 +02:00
e865445f17
network/stream: remove cast for msg type ( #1449 )
2019-06-12 08:55:15 +02:00
de220b8323
docs: arch diagram - use source of truth images ( #1434 )
2019-06-11 10:17:45 +02:00
c1126aaa1b
swarm/network/stream: add syncing test ( #1399 )
...
* swarm/network/stream: remove old syncing test and replace it with two more granular tests, with the first one testing a full sync between two nodes (makes sure that when all subscriptions are established on all bins - all content is replicated from one node to the other), and a second test that adds a bigger amount of nodes to a star network topology, effectively making the pivot node have a depth > 0 to sync just certain content to the connected nodes (due to a star topology this test (always 1 hop) does not check that, for example, specific content is routed across multiple nodes, but assumes content should be only on the most proximate node)
* api, cmd/swarm-smoke, fuse, network, storage: fix data dir leak when using ephemeral filestore, pull test params to be easily adjustable
2019-06-10 10:52:19 +02:00
ee7ccbdb4d
docs: initial swarm arch diagram ( #1432 )
...
Important high-level diagrams added
2019-06-07 13:27:20 +02:00
bedd06762d
swarm-smoke: add debug flag ( #1428 )
2019-06-06 15:06:18 +02:00
5663cb2c76
docs: push syncing tags doc ( #1429 )
2019-06-06 14:51:58 +02:00
a454aa6c8d
swarm,cmd: fix migration link, change loglevel severity ( #1420 )
2019-06-06 14:46:28 +02:00
bd1887189c
swarm/network/stream: remove dead code ( #1422 )
...
* swarm/network/stream: remove dead code
* swarm/network/stream: remove HandoverProof
2019-06-05 12:59:46 +02:00
6d0902da3c
p2p/protocols: import to codebase, remove from vendor ( #1416 )
2019-06-04 14:32:44 +02:00
70320ceeae
Makefile: added support for "make swarm" command ( #1412 )
2019-06-03 20:59:48 +02:00
3e522f2e7d
appveyor: remove unused nsis task ( #1410 )
2019-06-03 15:33:09 +02:00
1c8c8bac45
build/deb: fix deb.control for ethereum-swarm ( #1414 )
...
* build/deb: fix deb.control for ethereum-swarm
* build: env.sh fix
2019-06-03 15:26:37 +02:00
809165fc5e
ci/cd: fix azure blobstorage name ( #1413 )
2019-06-03 15:16:56 +02:00
2c80a4198f
Appveyor branches: master only ( #1409 )
2019-06-03 14:18:41 +02:00
a83a84460e
.github: fix contributing.md ( #1408 )
2019-06-03 14:08:40 +02:00
c5430df218
README.md: modify installation instructions after repo split ( #1407 )
2019-06-03 13:10:20 +02:00
b046760db1
swarm: codebase split from go-ethereum ( #1405 )
2019-06-03 12:28:18 +02:00
7a22da98b9
accounts/scwallet: flag to specify path to smartcard daemon ( #19439 )
...
* accounts/scwallet: Add a switch to enable smartcard support
* accounts: change the meaning of the switch
* disable card support in windows until tested
* only activate account if pcscd socket file is present
* the switch is now the path to the socket file
* accounts/scwallet: holiman's review feedback
* accounts/scwallet: send the path to go-pcsclite
* accounts/scwallet: add default, per platform path
* accounts/scwallet: fix error log warning
* accounts/scwallet: update pcsc lib to latest
* accounts/scwallet: use default path from pcsclite
* scwallet: forgot to change switch name
* cmd: minor style cleanups (error handling first, then happy path)
2019-05-31 12:30:28 +03:00
30263ad37d
swarm/storage: set false, only when we get a chunk back ( #19599 )
2019-05-31 11:13:34 +02:00
f2612ac948
les: short circuit in the unregister if peer is not registered ( #19644 )
2019-05-31 10:54:50 +03:00
58497f46bd
les, les/flowcontrol: implement LES/3 ( #19329 )
...
les, les/flowcontrol: implement LES/3
2019-05-30 20:51:13 +02:00
3d58268bba
github: update code owners ( #19638 )
...
* Update codeowners
* Add karalabe to clique
* remove codeowner for consensus/clique
2019-05-30 15:34:44 +03:00
008d250e3c
swarm/api/http: fix bzz-hash to return ens resolved hash directly ( #19594 )
2019-05-29 00:16:09 +02:00
cf38a3dc65
swarm/api: update mission statement ( #19612 )
2019-05-29 00:14:24 +02:00
048df258dc
accounts/scwallet: change sc url scheme to keycard ( #19632 )
2019-05-28 19:47:53 +03:00
2388e425f2
crypto/bn256/cloudflare: fix comments to describe the updated curve parameters ( #19577 )
...
* Removed comment section referring to Cloudflare's bn curve parameters
* Added comment to clarify the nature of the parameters
* Changed value of xi to i+9
2019-05-28 09:13:30 +03:00
5429dc75bd
cmd/abigen: allow using abigen --pkg
flag with standard input ( #19207 )
2019-05-27 20:28:17 +02:00
c4de228e18
Merge pull request #19630 from karalabe/fix-commit-strings
...
internal/build: fix Travis and AppVeyor commit string injection
2019-05-27 18:43:07 +03:00
f0bced30bb
internal/build: fix Travis and AppVeyor commit string injection
2019-05-27 18:41:47 +03:00
f8a4e37968
Merge pull request #19629 from karalabe/duktape-2.3.0
...
vendor: update go-duktape to v2.3.0
2019-05-27 17:32:01 +03:00
17cf0e5863
Merge pull request #19524 from gballet/scwallet-puk-count
...
accounts/scwallet: Display PUK retry count
2019-05-27 17:30:59 +03:00
7bc1cb3677
accounts/scwallet: fix public key confirmation regression
2019-05-27 17:29:02 +03:00
75a860880c
accounts/scwallet: display PUK retry count, validate PIN/PUK length
2019-05-27 17:29:01 +03:00
9cd338054f
vendor: update go-duktape to v2.3.0
2019-05-27 16:38:35 +03:00
fc85777a21
core: concurrent database reinit from freezer dump
...
* core: reinit chain from freezer in batches
* core/rawdb: concurrent database reinit from freezer dump
* core/rawdb: reinit from freezer in sequential order
2019-05-27 15:48:30 +03:00
a184ab7a61
accounts/keystore: enable fallback for darwin,!cgo ( #19614 )
...
Without this, accounts/keystore fails to build for Darwin with
CGO_ENABLED=0.
2019-05-27 12:28:06 +02:00