- 06 1月, 2015 10 次提交
-
-
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 30 次提交
-
-
由 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 提交于
-
由 Juan Batiz-Benet 提交于
-
Bitswap doesn't usually care about dialing. the underlying network adapter can make sure of that.
由 Juan Batiz-Benet 提交于 -
We use make test as the measure of correctness. This laxity has let bugs creep into several systems. This commit changes our target to always run expensive tests, unless one specifically runs `make test_short` (we would do well to remove most if not all timing-- that's usually what makes tests take a long time.)
由 Juan Batiz-Benet 提交于 -
This is causing test failures because tests don't usually have "/-/-" format. we can decide whether or not to allow keys without validators, but for now removing. cc @whyrusleeping
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
mocknet indeterminism screwed this test up. that's twice it's bitten us. let's not let it do it a third time. cc @briantigerchow omg.
由 Juan Batiz-Benet 提交于 -
TestGetFailures may just be operating very slowly, instead of completely failing. Right now it gets caught on travis often. not sure if its actually wrong.
由 Juan Batiz-Benet 提交于 -
this fixes a failing ipns test which didnt have a "working" routing system
由 Juan Batiz-Benet 提交于 -
Without `-f`, `make clean` fails on machines that don't have the dir. cc @jbenet
由 Brian Tiger Chow 提交于 -
@jbenet @whyrusleeping This bug (missing return) could tie up the client worker and cause operations to come to a halt.
由 Brian Tiger Chow 提交于
-