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

feat!: fx and interscheme implementation #492

Merged
merged 30 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
659da7e
feat(csi-164): parameterize 'switch' id (#482)
oderayi Jun 25, 2024
a159b33
fix(csi-241): fixed unit-tests (#483)
geka-evk Jul 4, 2024
7a7eb74
chore(snapshot): 15.4.0-snapshot.0
geka-evk Jul 11, 2024
44f2929
chore(snapshot): 15.4.0-snapshot.1
geka-evk Jul 11, 2024
4fbc391
chore(snapshot): 15.4.0-snapshot.2
geka-evk Jul 11, 2024
891b00c
chore(snapshot): 15.4.0-snapshot.3
geka-evk Jul 11, 2024
65779d3
chore(snapshot): 15.4.0-snapshot.4
geka-evk Jul 11, 2024
3c05abe
chore(snapshot): 15.4.0-snapshot.5
geka-evk Jul 11, 2024
9cce256
chore(snapshot): 15.4.0-snapshot.6
geka-evk Jul 11, 2024
e46759b
chore(snapshot): 15.4.0-snapshot.7
geka-evk Jul 11, 2024
82b527f
chore(snapshot): 15.4.0-snapshot.8
geka-evk Jul 11, 2024
6c46051
chore(snapshot): 15.4.0-snapshot.9
geka-evk Jul 11, 2024
b077907
chore(snapshot): 15.4.0-snapshot.10
geka-evk Jul 11, 2024
34fbcef
chore(snapshot): 15.4.0-snapshot.11
geka-evk Jul 11, 2024
c6f7505
chore(snapshot): 15.4.0-snapshot.12
geka-evk Jul 11, 2024
141fee9
chore(csi-16): updated deps
geka-evk Jul 11, 2024
cdda232
chore(snapshot): 15.4.0-snapshot.13
geka-evk Jul 11, 2024
2df6f54
feat(csi-16): added proxy caching logic (#484)
geka-evk Aug 21, 2024
bcbbfee
chore: deps
kalinkrustev Sep 30, 2024
bcd6e81
chore(snapshot): 15.4.0-snapshot.32
kalinkrustev Oct 1, 2024
3be84f6
chore(snapshot): 15.4.0-snapshot.33
kalinkrustev Oct 1, 2024
7af3474
chore(snapshot): 15.4.0-snapshot.34
kalinkrustev Oct 1, 2024
6fbe919
fix: jws signing (#497)
vijayg10 Oct 15, 2024
e22c7d4
fix: github-advanced-security alerts
kalinkrustev Oct 21, 2024
f73de31
chore: addressed PR comments
geka-evk Dec 5, 2024
58ee52b
chore: added audit:check to pre-commit
geka-evk Dec 9, 2024
fe6895b
chore: added docs/Proxy
geka-evk Dec 9, 2024
caad81a
chore: added Timeout flow docs
geka-evk Dec 9, 2024
acc449f
Update docs/Proxy/P2P.md
geka-evk Dec 11, 2024
8a9f69a
chore: updated license
geka-evk Dec 11, 2024
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
chore(snapshot): 15.4.0-snapshot.8
  • Loading branch information
geka-evk committed Jul 11, 2024
commit 82b527f20656043f2b03f76d400d68e78199d5ca
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "account-lookup-service",
"description": "Account Lookup Service is used to validate Party and Participant lookups.",
"version": "15.4.0-snapshot.7",
"version": "15.4.0-snapshot.8",
"license": "Apache-2.0",
"author": "ModusBox",
"contributors": [
Expand Down