Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fog conformance test to use multiple stores #3258

Draft
wants to merge 112 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
112 commits
Select commit Hold shift + click to select a range
c22781a
Fix Fog View Connection Cargo.toml dependencies
samdealy Jul 13, 2022
262eea6
Implement create_multi_view_query_data API for Fog View Router (#2115)
samdealy Jun 14, 2022
d4a7a61
Implement MultiViewStoreQuery API for Fog View (#2133)
samdealy Jun 23, 2022
ed6cd60
Implement enclave APIs that facilitate Fog View Router dynamic store …
samdealy Jul 8, 2022
c801436
Remove duplicate wasi files
samdealy Jul 13, 2022
d6b4d59
Re-add older wasi version
samdealy Jul 13, 2022
cc7d8be
Implement query / dynamic shard component discovery in Fog View Route…
samdealy Jul 15, 2022
84017c7
Split Fog View API into Client-facing and Store (Fog Router) APIs (#2…
samdealy Jul 19, 2022
7366bee
Create helper methods to obliviously collate shard responses (#2252)
samdealy Aug 10, 2022
01104d2
Collate shard response in constant time (obliviously) (#2250)
samdealy Aug 10, 2022
e3039f7
Implement epoch sharding via trait (#2350)
samdealy Aug 10, 2022
290bb5b
Use sharding strategy to tell view what blocks to process (#2351)
samdealy Aug 12, 2022
3a33948
Return minimum highest processed block to client (#2387)
samdealy Aug 12, 2022
f8fb892
Add config option for sharding strategy (#2352)
samdealy Aug 13, 2022
a329df2
Add readiness API to ShardingStrategy (#2353)
samdealy Aug 30, 2022
7989e7e
Add report fetching logic to FVR (#2454)
samdealy Aug 30, 2022
3ba7998
Fix responder ID usage in FVR (#2446)
samdealy Aug 31, 2022
f4d0ff7
Create different types of View Servers for store and client-facing (#…
samdealy Sep 1, 2022
2149b65
Messages for noise protocol exchanges with explicit nonces (#2461)
Sep 2, 2022
71e4bcd
Minor DRY cleanups around sessions and auth messages (#2462)
Sep 2, 2022
fa685ca
Update FVR client for integration test (#2448)
samdealy Sep 2, 2022
c59c8a4
Create gRPC FogViewRouterAdminAPI (#2360)
samdealy Sep 7, 2022
045270c
Create FogViewRouterAdminUri (#2361)
samdealy Sep 7, 2022
856128e
update cargo lock
samdealy Sep 13, 2022
789ffb8
Sealed messages for clients with backends (#2449)
awygle Sep 14, 2022
53ee79c
Implement shard management API sans auth (#2354)
samdealy Sep 14, 2022
0d0a4a1
Re-apply 2463. (#2547)
Sep 21, 2022
2c7845b
Re-apply PR #2473 (was accidentally removed) (#2548)
Sep 21, 2022
42a425a
Add inbound frontend connection support crypto-ake-enclave (#2549)
Sep 28, 2022
f1eee8a
Make constants and comments slightly friendlier/more consistent (#2550)
Sep 28, 2022
e253d13
fix cargo lock
samdealy Sep 28, 2022
3072986
Sort deps
samdealy Sep 28, 2022
027189e
Fix cargo lock files
samdealy Sep 30, 2022
2a01478
Spurious commit to trigger CI
samdealy Sep 30, 2022
8100f96
Remove `get_nonce` from NonceSession, rename `peek_nonce`->`nonce` (#…
awygle Oct 3, 2022
52e5fb6
Replace client with nonce paradigm for backends (#2625)
samdealy Oct 3, 2022
0ef6ef3
Modify MVQ to use NonceMessage (#2617)
samdealy Oct 5, 2022
1982d80
Merge master
samdealy Oct 5, 2022
a1b2bae
Fix fog conformance OOM failure by reducing `frontends` allocation (#…
samdealy Oct 6, 2022
96beb05
Create query_backend enclave methods (#2627)
samdealy Oct 8, 2022
2ae2565
Implement nonce based auth for Fog View Store (#2653)
samdealy Oct 11, 2022
51e2f40
Close gRPC channel when client is dropped (#2692)
samdealy Oct 11, 2022
a76ae5e
Close gRPC channel when client is dropped (#2694)
samdealy Oct 12, 2022
b493bf4
Create fog view router test utils (#2698)
samdealy Oct 14, 2022
31f2bd9
Add block range to MVQ response (#2720)
samdealy Oct 19, 2022
a310ba3
Update BlockTracker to use ShardingStrategy (#2711)
samdealy Oct 19, 2022
508443c
Create MVQ internal type (#2721)
samdealy Oct 19, 2022
fb8b136
Implement new highest processed block count logic (#2722)
samdealy Oct 19, 2022
b979c78
Set block-related data more accurately (#2726)
samdealy Oct 21, 2022
0526f2d
Create Fog View Router integration test (#2375)
samdealy Oct 24, 2022
f13b617
Calculate last known block txo count and add tests (#2766)
samdealy Oct 26, 2022
91f18ba
Collate remaining QueryResponse fields (#2781)
samdealy Nov 2, 2022
45222b7
Clean up response creation (#2783)
samdealy Nov 2, 2022
b446019
Merge master
samdealy Nov 7, 2022
37f6699
Make query batch logic compatible with sharding strategy (#2845)
samdealy Nov 14, 2022
caa4a37
Re-submit 2803 (#2866)
samdealy Nov 14, 2022
39f9060
Make FVR integration test more complex (#2804)
samdealy Nov 14, 2022
83105b3
Add unary apis to FogViewRouter (#2839)
samdealy Nov 15, 2022
ec3fea3
Merge branch 'master' into feature/fog-view-router
samdealy Nov 28, 2022
83f0f00
Account for epochs in block tracker highest processed block count log…
samdealy Nov 29, 2022
0c0e74b
Incorporate missed blocks into calculation for highest processed bloc…
samdealy Nov 29, 2022
4d13d24
Fix blank query sealing issue (#2904)
samdealy Dec 1, 2022
eea10fd
Remove FogViewApi from FogViewService (#2852)
samdealy Dec 2, 2022
864092d
Rename tests (#2905)
samdealy Dec 2, 2022
2b52ce5
Create InternalTxOutSearchResult (#2880)
samdealy Dec 16, 2022
7cb27dc
Fix response processing loop logic (#2946)
samdealy Dec 16, 2022
f32748f
Implement prometheus metrics for FVR (#2976)
samdealy Jan 9, 2023
5ba23ca
fix: bump postgresql chart version
aweis89 Jan 10, 2023
199bcac
fix: update scheme
aweis89 Jan 10, 2023
fd52c2d
Implement optelemetry tracing for FVR (#2979)
samdealy Jan 10, 2023
da78cd3
Merge master
samdealy Jan 11, 2023
c89f398
Merge master
samdealy Jan 12, 2023
151b934
Fix lock files
samdealy Jan 12, 2023
bed11dc
Ensure shards provide correct blocks (#2981)
samdealy Jan 13, 2023
fa3fe5f
Merge branch 'master' into feature/fog-view-router
samdealy Feb 2, 2023
09374b5
Merge branch 'master' into feature/fog-view-router
samdealy Feb 2, 2023
4c91f1a
Merge branch 'master' into feature/fog-view-router
samdealy Feb 3, 2023
1a70ffd
Merge branch 'master' into feature/fog-view-router
samdealy Feb 3, 2023
a87e64d
Make Fog View Store return externally-addressable URI to Router (#3081)
samdealy Feb 6, 2023
db728a5
Fix e_tx_out_store (#3082)
samdealy Feb 7, 2023
f059730
Merge branch 'master' into feature/fog-view-router
samdealy Feb 7, 2023
4d85726
Merge branch 'master' into feature/fog-view-router
samdealy Feb 8, 2023
2a83307
Make find_record constant time (#3097)
samdealy Feb 9, 2023
5acf879
Merge branch 'master' into feature/fog-view-router
samdealy Feb 9, 2023
ddae9b2
Merge branch 'master' into feature/fog-view-router
samdealy Feb 10, 2023
d851ac7
Merge branch 'master' into feature/fog-view-router
samdealy Feb 15, 2023
8450dd1
Merge branch 'master' into feature/fog-view-router
samdealy Feb 15, 2023
84adb6a
Improve error logging for epoch sharding parsing (#3141)
samdealy Feb 21, 2023
c72955f
Make shard uris delimiter be a comma (#3142)
samdealy Feb 21, 2023
ff7c49e
Merge branch 'master' into feature/fog-view-router
samdealy Feb 21, 2023
42367f2
Merge branch 'master' into feature/fog-view-router
samdealy Feb 23, 2023
9f23f5b
Add uri logging
samdealy Feb 27, 2023
46da66e
Add uri logging
samdealy Feb 27, 2023
4cdbf71
Merge branch 'master' into feature/fog-view-router
samdealy Mar 17, 2023
4cf66b9
Fix deps
samdealy Mar 15, 2023
4a8f2d7
Remove custom readiness check
samdealy Feb 23, 2023
2bb14a9
Fix bad merge
samdealy Mar 17, 2023
32808ae
Add additional store
samdealy Mar 15, 2023
ce07285
Add logging
samdealy Mar 20, 2023
287c62b
Update ports
samdealy Mar 21, 2023
b4c0856
Enable local testing + logging
samdealy Mar 21, 2023
d84c429
Update fog_local_network
samdealy Mar 22, 2023
16dc1eb
Merge branch 'master' into feature/fog-view-router
samdealy Mar 22, 2023
5375930
Merge branch 'feature/fog-view-router' into sam/conformance-test
samdealy Mar 22, 2023
5b53ed1
Merge branch 'master' into feature/fog-view-router
samdealy Mar 23, 2023
b9cf625
Merge branch 'feature/fog-view-router' into sam/conformance-test
samdealy Mar 23, 2023
e886e0b
Remove logging
samdealy Mar 23, 2023
391d2b9
Merge branch 'master' into feature/fog-view-router
samdealy Mar 24, 2023
1c26999
Merge branch 'feature/fog-view-router' into sam/conformance-test
samdealy Mar 24, 2023
da9826e
Fix lock file
samdealy Mar 24, 2023
afb3779
Merge branch 'master' into feature/fog-view-router
samdealy Mar 27, 2023
f0ebce1
Merge branch 'feature/fog-view-router' into sam/conformance-test
samdealy Mar 27, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
priority=100
environment=MC_SENTRY_DSN="%(ENV_FOG_VIEW_SENTRY_DSN)s"
command=/usr/bin/fog_view_server
--client-listen-uri insecure-fog-view://0.0.0.0:3225/
--client-listen-uri insecure-fog-view-store://0.0.0.0:3225/
--client-responder-id "%(ENV_CLIENT_RESPONDER_ID)s"
{{- if (include "fogServices.clientAuth" .) }}
--client-auth-token-secret "%(ENV_CLIENT_AUTH_TOKEN_SECRET)s"
Expand Down
132 changes: 109 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ members = [
"fog/view/load-test",
"fog/view/protocol",
"fog/view/server",
"fog/view/server/test-utils",
"go-grpc-gateway/testing",
"ledger/db",
"ledger/distribution",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
spurious!
![](./img/mobilecoin_logo.png)

### Testing your first payment
Expand Down
Loading