- 06 1月, 2015 20 次提交
-
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
core/commands: Refactored command marshalers
由 Matt Bell 提交于 -
I made the commands lib dir listing sort the contents so we get the same sequence of files from it repeatably.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
sharness test: ipfs add -r
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
May not be necessary to sort when adding each link-- doing so would be unnecessarily expensive O(n^2) when constructing nodes -- though n wont be big.
由 Juan Batiz-Benet 提交于 -
Implement recursive indirect block creation for DAGs
由 Juan Batiz-Benet 提交于 -
improve efficiency of multilayered indirect blocks clean up tests panic cleanup clean up logic, improve readability add final root node to the dagservice upon creation importer: simplified dag generation test: updated hashes using latest code @whyrusleeping this is why the sharness tests were failing: the hashes are added manually to make sure our generation doesn't change. cleanup after CR fix merkledag tests fix small block generation (no subblocks!)
由 Jeromy 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
blockservice async exchange.HasBlock
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
bootstrap add --default option
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
this commit: * moves parsing of bootstrap peers into config * moves location of bootstrap addrs into core/commands * refactor `*BootstrapPeer -> BootstrapPeer
由 Juan Batiz-Benet 提交于
-
- 05 1月, 2015 20 次提交
-
-
由 Juan Batiz-Benet 提交于
-
sharness bootstrap rm
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
if a test is cancelled, unmount may not run. then, must run umount before mounting, just to make sure.
由 Juan Batiz-Benet 提交于 -
sharness tests should not bootstrap to the dht. it may be useful to test that specifically, but not on the other tests.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
feat(dht) Bootstrap
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
use dht bootstrap. there is an edge case where the dht is tiny (1?) and we have 0 bootstrap peers. we should probably _inform_ the user, but this may be more a webui or command thing.
由 Juan Batiz-Benet 提交于 -
This also makes it an Error to find a peer.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
to test jenkins License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com>
由 Brian Tiger Chow 提交于 -
License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com>
由 Brian Tiger Chow 提交于 -
various fixes
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-