일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- rust 기초
- Vue.js
- 티스토리챌린지
- ethers type
- erc4337 contract
- 러스트기초
- 스마트컨트렉트테스트
- 체인의정석
- vue기초
- 컨트렉트 동일한 함수이름 호출
- 스마트 컨트렉트 함수이름 중복
- 오블완
- 러스트 기초
- Vue
- multicall
- 러스트 기초 학습
- ethers typescript
- 컨트렉트 배포 자동화
- chainlink 설명
- ethers
- ambiguous function description
- erc4337
- git rebase
- ethers websocket
- 계정추상화
- ethers v6
- 머신러닝기초
- 스마트컨트렉트 함수이름 중복 호출
- 스마트컨트렉트 예약어 함수이름 중복
- SBT표준
Archives
- Today
- Total
목록스마트컨트렉트 이벤트 테스트 (1)
체인의정석
Solidity) internal 트랜잭션에 대한 이벤트 로그 테스트하기
현재 hardhat + ether.js에서 인터널 트랜잭션에 대한 이벤트 로그 테스트가 이루어지고 있지 않은 상황이다. 완벽한 단위 테스트를 위하여서 인터널 트랜잭션에 대한 이벤트 로그를 업데이트 하기로 하였다. https://ethereum.stackexchange.com/questions/71785/how-to-test-events-that-were-sent-by-inner-transaction-delegate-call How to test events that were sent by inner transaction / delegate call? Usually, using truffle I can check for events like this: let { logs } = await myContrac..
블록체인/Solidity
2022. 4. 20. 15:52