Skip to content

Create new production release #626

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

Merged
merged 57 commits into from
May 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
3d998b5
add brla api mappings for kyc level 2
gianfra-t Apr 21, 2025
dbe6a89
remove old triggerPayIn endpoint
gianfra-t Apr 21, 2025
576c6c1
add new table and model for handling kyc level 2 state
gianfra-t Apr 21, 2025
985c26f
adjust kyc2 model, add kyc service
gianfra-t Apr 21, 2025
88c27e2
add route to start level 2 process
gianfra-t Apr 21, 2025
ce43bfc
WIP file upload endpoint
gianfra-t Apr 21, 2025
77d219b
wip
gianfra-t Apr 23, 2025
353f925
validate files, send files to requested url
gianfra-t Apr 23, 2025
55e9934
combine kyc 2 logic into one endpoint, relay urls for upload back to UI
gianfra-t Apr 24, 2025
02de41e
add kyc2 component, testing
gianfra-t Apr 24, 2025
04c5d87
improve kyc level 2 UI, reuse hooks and components from level 1
gianfra-t Apr 25, 2025
020cdf1
comment
gianfra-t Apr 25, 2025
e7191fd
add fields for compnay kyb level 1, restructure kyc flow
gianfra-t Apr 28, 2025
e4a55a8
add kyb level 1 fields
gianfra-t Apr 28, 2025
fffca0e
filter status query by kyc level
gianfra-t Apr 28, 2025
dbd9b80
remove unused packages
gianfra-t Apr 28, 2025
2799a12
Merge branch 'staging' into add-kyc-level-2
gianfra-t Apr 28, 2025
f57465b
replace with enum variant
gianfra-t Apr 28, 2025
fb18162
trigger kyc level 2 state when limit reached
gianfra-t Apr 28, 2025
27af92d
check for hard kyc limit on preRampCheck
gianfra-t Apr 29, 2025
9c8b4eb
linting, add document type buttons
gianfra-t Apr 29, 2025
85b60f9
lint issues
gianfra-t Apr 29, 2025
7897e1e
review improvements
gianfra-t Apr 30, 2025
a1a59ce
add enum for kyc level
gianfra-t Apr 30, 2025
212f077
enable ramp guard after kyc approved
gianfra-t Apr 30, 2025
e5e2ffb
remove cnh back document, remove comapre fees button on kyc level 1 page
gianfra-t Apr 30, 2025
7519c0d
allow to retry subaccount kyc 1
gianfra-t Apr 30, 2025
2339b3a
improve kyc status endpoint
gianfra-t Apr 30, 2025
cf5b3cc
add kyc status handler guard
gianfra-t May 2, 2025
47205c9
add guard to avoid infinite re-render
gianfra-t May 2, 2025
82b56a2
renamings, ramp limit check improvements
gianfra-t May 2, 2025
e0f8e6a
remove logs
gianfra-t May 2, 2025
6507a48
improve PIXKYCForm return statement
gianfra-t May 5, 2025
e11af6e
Merge branch 'staging' into add-kyc-level-2
gianfra-t May 5, 2025
792bf25
run prettier, add validator to startKYCLevel2 endpoint
gianfra-t May 5, 2025
2ad5d73
point to brla production env
gianfra-t May 5, 2025
3d7d3ea
add translations to DocumentUpload component, renamings
gianfra-t May 5, 2025
0e75244
correct translation
gianfra-t May 5, 2025
ce310fa
rollback testing changes
gianfra-t May 5, 2025
7c4fee1
revert mock condition
gianfra-t May 5, 2025
00608ed
add KycLevel2Toggle
Sharqiewicz May 5, 2025
60b8992
use KYCLevel2Toggle
Sharqiewicz May 5, 2025
e7bb0f2
Merge pull request #587 from pendulum-chain/add-kyc-level-2
gianfra-t May 5, 2025
5710a12
add new kyc level 2 db schema migration
gianfra-t May 6, 2025
84c624a
drop table on rollback
gianfra-t May 6, 2025
e24b855
Merge pull request #622 from pendulum-chain/fix-kyc-migration
gianfra-t May 6, 2025
bf08868
use both .js and .ts schema files
gianfra-t May 6, 2025
1b7465e
Merge pull request #623 from pendulum-chain/fix-migrator
gianfra-t May 6, 2025
b551797
add a window to last interaction event check
gianfra-t May 6, 2025
408fa65
Merge pull request #624 from pendulum-chain/bug-kyc-last-interaction-…
gianfra-t May 6, 2025
cea6f06
Update banner text
prayagd May 6, 2025
db68cbc
text iterated
prayagd May 6, 2025
1177fd7
update title
prayagd May 6, 2025
0b0b88c
update AirdropBanner
Sharqiewicz May 6, 2025
659c185
update AirdropBanner
Sharqiewicz May 6, 2025
8f47347
update AirdropBanner
Sharqiewicz May 6, 2025
e401b09
Merge pull request #625 from pendulum-chain/banner-text
Sharqiewicz May 6, 2025
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
comment
  • Loading branch information
gianfra-t committed Apr 25, 2025

Verified

This commit was signed with the committer’s verified signature.
commit 020cdf1efba3577fb889bbdae1c8eb2bc100558a
2 changes: 2 additions & 0 deletions frontend/src/hooks/brla/useBRLAKYCProcess/index.tsx
Original file line number Diff line number Diff line change
@@ -68,6 +68,8 @@ export function useKYCProcess() {
const [cpf, setCpf] = useState<string | null>(null);

const queryClient = useQueryClient();

// TODO why does this stop after the first ACCEPTED (kyc level 1) response?
const { data: kycResponse, error } = useKycStatusQuery(cpf);
const { setRampKycStarted, resetRampState, setRampKycLevel2Started, setRampSummaryVisible } = useRampActions();
const offrampKycLevel2Started = useRampKycLevel2Started();