Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
33b5ea8
test: bls tests moved to new format
zilm13 Apr 29, 2019
005c994
test: added links to test format descriptions of various BLS tests
zilm13 Apr 30, 2019
2e2be49
test: generic ssz tests (for primitive values) updated for to new sta…
zilm13 Apr 30, 2019
1f31c94
test: ssz/hash tree/signing root static type tests added
zilm13 May 1, 2019
6aae5fe
test: forgotten mapper for Fork class added to ssz tests
zilm13 May 1, 2019
2e843f0
Merge branch 'spec/v0.6.0' into test/spec
zilm13 May 1, 2019
ece8a8b
test: update serializer/mappers according to models updated to v0.6.0
zilm13 May 1, 2019
f923670
models updated to use vectors according to 0.6.0
zilm13 May 1, 2019
8723ca9
test: comment out tests to make not updated tests compile
zilm13 May 1, 2019
816ebe2
test: fix ssz/hash tree/signing root tests with known model types
zilm13 May 1, 2019
98bca29
test: fix code style of SszStaticRunner
zilm13 May 1, 2019
f75093b
update MiscParametersData to match 0.6.0 spec
zilm13 May 1, 2019
46fc0ea
test: fix shuffling tests
zilm13 May 1, 2019
00644b4
test: fix state tests
zilm13 May 1, 2019
f8c9576
Merge branch 'spec/v0.6.0' into test/spec
zilm13 May 2, 2019
2a4640b
test: refactor compute_committee plus optimized version, so general g…
zilm13 May 2, 2019
419a2cd
test: final cleanup and refactoring of general github test runners
zilm13 May 2, 2019
8e993c9
Merge branch 'spec/v0.6.1' into test/spec
zilm13 May 6, 2019
b782eae
fix convert_to_indexed according to v0.6.1 spec
zilm13 May 6, 2019
ab094b0
Merge branch 'spec/v0.6.1' into test/spec
zilm13 May 7, 2019
311274c
Merge branch 'spec/v0.6.1' into test/spec
zilm13 May 7, 2019
446f1e6
test: add replaceAll in WriteList
zilm13 May 7, 2019
7f31841
test: catch only certain exceptions, so we could be able to catch bug…
zilm13 May 7, 2019
534858a
test: refactor ComparableBigIntegerNode
zilm13 May 7, 2019
95d0590
refactor SpecAssertion error
zilm13 May 8, 2019
85a24e5
test: state test runner refactor + add processing error where needed
zilm13 May 8, 2019
0b4a817
Merge branch 'develop' into test/spec
zilm13 May 11, 2019
7fd6d11
test: fix AttestationData according to v0.6.1
zilm13 May 11, 2019
fde9c97
test: operations/attestations state tests are ignored until fixtures …
zilm13 May 11, 2019
3144406
Merge branch 'feature/ssz-sos' into test/spec
zilm13 May 14, 2019
d985456
Merge branch 'feature/ssz-sos' into test/spec
zilm13 May 15, 2019
beaa7f9
Merge branch 'develop' into test/spec
zilm13 May 16, 2019
a75d7d5
test: added @ignore to 2 bls tests which fails because of old hashing…
zilm13 May 16, 2019
5e0dadc
Merge branch 'develop' into test/spec
zilm13 May 21, 2019
a7ec1ac
test: removed old tests repository
zilm13 May 21, 2019
57850b6
test: update tests to use eth2.0-spec-tests repository with temp copi…
zilm13 May 21, 2019
181973f
test: added lfs install on tests task
zilm13 May 21, 2019
c04e77d
add git-lfs install on Circle CI
zilm13 May 21, 2019
50bfa01
add apt-get repository to ci
zilm13 May 21, 2019
75425b3
fix circle ci command to install git-lfs
zilm13 May 21, 2019
aa7b67c
fixed circle ci sources.list update
zilm13 May 21, 2019
81ecd2f
fixed quotes in ci command
zilm13 May 21, 2019
85257f6
added trusted
zilm13 May 21, 2019
495665a
ci: updated apt-get repo to latest
zilm13 May 21, 2019
3eb2c30
ci: trying ssh url
zilm13 May 22, 2019
a699cdd
Revert "ci: trying ssh url"
zilm13 May 22, 2019
0f22fbb
empty commit
zilm13 May 22, 2019
c91495f
test: add javadoc
zilm13 May 22, 2019
834f925
empty commit
zilm13 May 22, 2019
3d1d07a
empty commit
zilm13 May 22, 2019
ae0afcb
test: ignore lines updated
zilm13 May 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: add javadoc
  • Loading branch information
zilm13 committed May 22, 2019
commit c91495f81e69e7bff6f30773802a63554e9dda39
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import java.nio.file.Paths;
import java.util.List;

/** Committee shuffle test */
public class ShuffleTests extends TestUtils {
private String TESTS_DIR = "shuffling";
private String TESTS_SUBDIR = "core";
Expand Down