Intern
-
[Intern] Controller 부분 분기문 처리 수정 / 최종 코드 테스트Intern/Project 2024. 12. 29. 20:33
✏ 근무 내용controller 부분 분기문 처리 수정squid api 연동 트랜잭션 개발 내용 PR 올리기 및 최종 코드 테스트⭐근무 결과https://app.squidrouter.com/ Squid - have a nice swap.Get the tokens you want on any chain.app.squidrouter.com [예시로 조회되어야 할 해시값 목록]이더리움↔아비트리움 간https://api.0xsquid.com/v1/status?transactionId=0xa60ce40abb28b640e01143b70eeb2f2e56205c5f6cb91ae5958c8dc85a139a33이더리움 ↔ 베이스 간https://api.0xsquid.com/v1/status?transactionId=0xe..
-
[Intern] 트랜잭션 조회 로직 고도화 (안뜨는 token value 데이터 처리)Intern/Project 2024. 12. 19. 21:25
✏ 근무 내용트랜잭션 조회 로직 고도화 (안뜨는 token value 데이터 처리)⭐근무 결과https://app.squidrouter.com/ Squid - have a nice swap.Get the tokens you want on any chain.app.squidrouter.com [예시로 조회되어야 할 해시값 목록]이더리움↔아비트리움 간https://api.0xsquid.com/v1/status?transactionId=0xa60ce40abb28b640e01143b70eeb2f2e56205c5f6cb91ae5958c8dc85a139a33이더리움 ↔ 베이스 간https://api.0xsquid.com/v1/status?transactionId=0xecc699b4be6d74ee66459947a06..
-
[Intern] Squid api 연동 출발 및 도착 체인 트랜잭션 정보 조회 개발Intern/Project 2024. 12. 18. 19:19
✏ 근무 내용squid api 연동 출발 및 도착 체인 트랜잭션 정보 조회 개발 - timestamp 값, value 값브릿지 이후 tx들 데이터 불러오기⭐근무 결과[ Squid router API 데이터 분석 ]https://app.squidrouter.com/[예시로 조회되어야 할 해시값 목록]이더리움↔bsc 간https://api.0xsquid.com/v1/status?transactionId=0x155f30b344423b5ff4ece73f31742190064dd9652e7cf17802cee434f32e7cf2아비트리움↔base 간https://api.0xsquid.com/v1/status?transactionId=0x6ae843f0e6636d97fbf277ab0631a9e04a20e9e233682..
-
[Intern] Squid router API 데이터 분석Intern/Project 2024. 12. 17. 18:33
✏ 근무 내용squid api 연동 개발 시작 (https://www.squidrouter.com/) ⭐근무 결과[ Squid router API 데이터 분석 ]https://app.squidrouter.com/squid는 아래 api 사용 가능(해시값으로 데이터 조회 가능)https://api.0xsquid.com/v1/status?transactionId=0x09f6106db0dc8b387ad11c5cd87bee8590341c64b38dc80952742cea07961a5f검색 예시 해시값 :0x09f6106db0dc8b387ad11c5cd87bee8590341c64b38dc80952742cea07961a5f0xa78731e6d6d24327c1839c6975706e88cf658898a462652d2a9..
-
[Intern] Squid 브리지 api 연동 및 데이터 확인Intern/Project 2024. 12. 13. 20:32
✏ 근무 내용Potential Future Requirements 개발 시작squid 브리지 api 연동 및 데이터 확인 ⭐근무 결과개발 요구사항목표:다중 체인 브릿지(Stargate, Squidrouter, Layerswap, Brid.gg 등)를 사용하는 트랜잭션을 추적.추적 대상: USDT, USDC, Ethereum의 브릿징 트랜잭션.포함된 브릿지:StargateFinance: 다중 체인 유동성 제공.Squidrouter: 스왑 기반 브릿지.Layerswap: Layer 2 및 메인넷 간 브릿지.Brid.gg OP Mainnet: Optimism 메인넷에서의 브릿지.추적 데이터:송신 체인 → 수신 체인으로의 자산 이동.자산 종류(USDT, USDC, ETH).트랜잭션 상태 및 세부 정보.구현해야 ..
-
[Intern] 캐싱 및 redis 사용 검색 속도 향상 적용Intern/Project 2024. 12. 12. 21:15
✏ 근무 내용최종 코드 구현 확인캐싱 및 redis 사용해 cctp api 사용해 조회시 검색 속도 향상 적용 ⭐근무 결과메소드 별 실행 시간 측정async getTransactionInfoFromRange(txHash: string) { const start = Date.now(); // 시작 시간 기록 const url = ''; const { data } = await firstValueFrom( this.httpService.get(url, { params: { txHash, txnType: 'MAINNET', limit: 1, direction: 'first', source: '..
-
[Intern] Source 트랜잭션 value 값 확인 및 검증Intern/Project 2024. 12. 11. 21:29
✏ 근무 내용코드 리팩토링, PR review & mergeSource tx value 값 맞게 나오는지 확인 및 검증 ⭐근무 결과여러 트랜잭션 결과값 중 아래 값이 맞는 값이라 추정Circle: Token Minter: USDC의 발행과 관련된 계정입니다. 이는 Cross-Chain Transfer가 진행될 때 USDC가 발행되거나 소각되는 과정에서 나타나는 일반적인 패턴입니다.Null Address (0x000...000): 토큰이 소각된다는 것을 의미합니다. 이는 CCTP (Circle Cross-Chain Transfer Protocol) 메커니즘에서 소스 체인에서 토큰이 소각되고 대상 체인에서 새로 발행되는 구조와 일치합니다.첫 번째 사진의 Token Sent:64.1K USDC이 값은 Base..
-
[Intern] Range api 트랜잭션 반환 데이터 확인 / 해시값 조회시 출발 및 도착 체인 정보 반환하도록 구현Intern/Project 2024. 12. 11. 18:59
✏ 근무 내용range api 사용해 프론트 연동 개발 ⭐근무 결과[range api 활용해 개발]파라미터로 해시값만 넣었을 때 원하는 데이터가 모두 조회된다!https://usdc.range.org/usdc/api/transfers?txHash=&txnType=MAINNET&limit=5&txHash=0x33a6efd2d5dc0b012dce53d8fc6a4fcf608cb20bd2bc087b1fe733c2e129faaa&direction=first&source=&destination=&status=&min_usd=&max_usd={ "resources": [ { "sorting_key": "2024-11-20 01:41:23+00ethereum/0x33a6efd2d5dc0b012dce5..