일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 컨트렉트 동일한 함수이름 호출
- vue기초
- 티스토리챌린지
- ethers
- 프록시배포구조
- ethers v6
- 스마트 컨트렉트 함수이름 중복
- 컨트렉트 배포 자동화
- 머신러닝기초
- 스마트컨트렉트프록시
- 스마트컨트렉트 예약어 함수이름 중복
- chainlink 설명
- git rebase
- Vue.js
- 오블완
- 스마트컨트렉트테스트
- SBT표준
- 러스트 기초 학습
- nest.js설명
- ethers type
- 러스트기초
- 체인의정석
- ethers websocket
- 스마트컨트렉트 함수이름 중복 호출
- Vue
- ambiguous function description
- ethers typescript
- rust 기초
- multicall
- 러스트 기초
Archives
- Today
- Total
목록waffle test case (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