Граф коммитов

347 Коммитов

Автор SHA1 Сообщение Дата
Amaury Chamayou fb1ff3ac23
Run only one LTS (#3493) 2022-02-01 18:04:11 +00:00
Eddy Ashton 4ee0d1579a
Add system for offloading index to disk (#3444) 2022-01-31 19:29:03 +00:00
Julien Maffre 8bd22a05c2
Fix `lts_compatibility` test in preparation for 2.0 release (#3457) 2022-01-28 10:06:03 +00:00
Julien Maffre 2f9078a3aa
JSON schema for `cchost` configuration file (#3446) 2022-01-27 11:57:49 +00:00
Julien Maffre 544d99e841
Add 1tx to 2tx reconfiguration migration to LTS test (#3442) 2022-01-24 15:27:17 +00:00
Christoph M. Wintersteiger b114701d4d
Handle UBSAN failures in connections test (#3433) 2022-01-24 12:15:52 +00:00
Eddy Ashton 135bfbe3cf
Add initial implementation of Indexing system (#3280) 2022-01-14 15:49:56 +00:00
Eddy Ashton 21cd9b9674
Move constitutions to samples directory (#3401) 2022-01-13 18:31:53 +00:00
Eddy Ashton 4b67651af3
Remove `proposal_generator.py` (#3400) 2022-01-13 17:14:37 +00:00
Julien Maffre f302ddade3
Move Python client code out of `ccf` package and back to infra (#3386) 2022-01-12 09:32:26 +00:00
Julien Maffre 8a2e99a990
Infra: cleanup `e2e_logging.py` (#3333) 2021-12-20 17:29:35 +00:00
Maik Riechert 918d1d4d37
Experimental V8 app (#3258) 2021-12-16 14:55:29 +00:00
Julien Maffre 80b8103a0c
Add option to link in `nghttp2` library (#3287) 2021-12-08 09:41:14 +00:00
Julien Maffre c63e7d6967
JSON configuration: size strings (#3272) 2021-12-06 16:56:05 +00:00
Renato Golin e99636e980
Simple TLS tests (#3270) 2021-12-01 13:15:16 +00:00
Eddy Ashton f0a7d405ec
Historical queries: Add support for fetching sets of seqnos (#3221) 2021-12-01 09:25:42 +00:00
Julien Maffre eb3c8407a7
Add `--check` option to `cchost` to verify configuration file (#3264) 2021-11-29 15:52:24 +00:00
Renato Golin d28a544f6e
Move crypto tests in tls to crypto (#3242) 2021-11-26 13:32:09 +00:00
Julien Maffre 03b1998000
Rename tests from `_CFT` to `_cft` (#3245) 2021-11-25 12:58:35 +00:00
Julien Maffre bb946237a6
JSON configuration for `cchost` (#3209) 2021-11-23 17:35:01 +00:00
Renato Golin 039cfa53ae
TLS Cleanup + OpenSSL Base64 (#3217) 2021-11-18 07:41:20 +00:00
Eddy Ashton 0d3d39c29d
Cleanup Raft implementation (#3210) 2021-11-12 20:03:18 +00:00
Eddy Ashton f080e97cf2
Accept unknown nodes when receiving Raft RequestVote message (#3172) 2021-11-08 10:28:13 +00:00
Renato Golin c43d513331
Move key_exchange to src/crypto (#3162) 2021-11-04 15:49:26 +00:00
Christoph M. Wintersteiger 34b4615fc9
Enable 2-tx reconfiguration with CFT (#3097)
Add support for 2-transaction reconfiguration with CFT consensus

Co-authored-by: Julien Maffre <42961061+jumaffre@users.noreply.github.com>
Co-authored-by: Amaury Chamayou <amaury@xargs.fr>
2021-11-04 15:07:09 +00:00
Amaury Chamayou 61dabee469
Remove smallbank (#3135) 2021-10-27 08:26:56 +00:00
Amaury Chamayou d0f6206cdb
Run lts compatibility test four times by Daily (#3061) 2021-10-07 13:59:16 +01:00
Amaury Chamayou e08dcdad81
Disable BFT tests in threaded build (#3063) 2021-10-06 16:42:07 +01:00
Eddy Ashton 74970ad420
Add perf test of historical query fetching (#3032) 2021-09-30 13:30:26 +01:00
Julien Maffre 113e5ea037
Python infra: run CCF nodes inside containers (#2900) 2021-09-20 16:45:38 +00:00
Eddy Ashton 189bf64ecb
Move `partitions_cft` to its own CTest configuration (#3001) 2021-09-20 15:20:02 +01:00
Maik Riechert 8de9f6dbf2
cmake: standalone samples (#2990) 2021-09-17 09:51:25 +01:00
Amaury Chamayou 9cb5a7ab26
Do not attempt to run BFT when disabled (#2968) 2021-09-10 11:20:04 +01:00
Amaury Chamayou 252fd7161a
Run election tests concurrently (#2966) 2021-09-09 18:04:35 +01:00
Maik Riechert 425692fdce
cmake: Use `add_enclave_library` consistently (#2960) 2021-09-07 19:36:36 +00:00
Amaury Chamayou 73ccab8f70
Disable unstable BFT reconfiguration test for now (#2956) 2021-09-07 18:05:20 +01:00
Amaury Chamayou 10625cceb8
Run some end to end tests concurrently (#2927) 2021-09-07 14:56:08 +01:00
Maik Riechert f87fa994dd
remove dead cmake code (#2949) 2021-09-06 16:15:21 +00:00
Maik Riechert c561fcd091
bump minimum cmake version to 3.16 (#2947) 2021-09-06 16:29:19 +01:00
Amaury Chamayou 6412b8feb9
Remove unused e2e_scenario (#2939) 2021-09-03 15:55:23 +01:00
Amaury Chamayou 43a7e16b6e
Revert "Reduce signature interval to 100ms in e2e tests (#2920)" (#2937)
This reverts commit 0598128122.
2021-09-03 11:10:08 +01:00
Julien Maffre 0598128122
Reduce signature interval to 100ms in e2e tests (#2920) 2021-09-02 18:04:43 +01:00
Amaury Chamayou fcecd64c9e
A little more test consolidation (#2925) 2021-08-27 16:24:58 +01:00
Amaury Chamayou d3aebe84f1
Compact governance tests (#2922) 2021-08-26 16:54:04 +00:00
Julien Maffre b109cb4407
Default SAN to public RPC address (#2902) 2021-08-25 10:17:35 +00:00
Eddy Ashton f1cb93e3b1
Listen for client RPCs on multiple interfaces on each node (#2628) 2021-08-09 17:00:40 +01:00
Amaury Chamayou 2d3dfc0673
Remove ZAP (#2880) 2021-08-05 17:15:43 +01:00
Eddy Ashton 5071cb4441
Remove recovery_test_bft (#2869) 2021-08-04 13:17:34 +01:00
Eddy Ashton ed91bd6cef
Raft committable suffix: efficient backtracking to find safe matching index (#2852) 2021-08-03 16:40:56 +01:00
Maik Riechert 0d8aa4b834
remove forum sample app (#2860) 2021-08-03 13:04:32 +01:00