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

Setup integration test for simpler-counter #33

Open
junha1 opened this issue Jul 17, 2022 · 1 comment
Open

Setup integration test for simpler-counter #33

junha1 opened this issue Jul 17, 2022 · 1 comment
Assignees

Comments

@junha1
Copy link
Member

junha1 commented Jul 17, 2022

https://github.com/near-examples/rust-counter/blob/master/integration-tests/rs/src/tests.rs
이런 류의 integration test (workspaces crate를 사용하는)를 추가해서 테스트 하는 방법을 좀 다양하게 알아보면 좋겠네요.

@junha1
Copy link
Member Author

junha1 commented Jul 17, 2022

이 이슈가 중요한 이유는 트랜잭션 핸들링 상에서 생기는

  1. 트랜잭션이 실패하는 방법 (패닉시에 메세지가 전달되는지, 컨텍스트가 어떻게 관리되는지, 패닉외의 핸들링이 있는지 등)
  2. 이벤트 혹은 로그 (Ethereum에 'receipt'라는 개념이 있습니다)를 어떻게 emit하는지
  3. 트랜잭션 엔트리 포인트를 어떻게 지정하는지
    등의 조사를 해볼 수 있을 것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants