airbloc-go icon indicating copy to clipboard operation
airbloc-go copied to clipboard

[Bind] Get revert message (BoundContract)

Open byeongsu-hong opened this issue 5 years ago • 0 comments

Background

지금까지 커스텀해서 써온 blockchain/bind를 다시 원상복귀하면서 revert message를 받아오는 코드가 날아감. 그래도 Call()할때는 받을 수 있으니까 Transact()할때도 받을수 있는지 체크한 뒤, 개조하는걸로 한다.

Action item

  • [ ] klaytn에서 revert message를 받을 수 있는지 체크
  • [ ] transact를 했을 경우 raw transaction에서 revert message를 추출해 낼 수 있는지 체크
  • [ ] 만약 받을 수 있는경우 커스텀 BoundContract 만들기

byeongsu-hong avatar Aug 20 '19 08:08 byeongsu-hong