BoostryJP / ibet-SmartContract

Tokens and DEX contracts available in the ibet DeFi network 🔗
https://ibet.jp/ibet-for-fin
Apache License 2.0
18 stars 3 forks source link

[FEATURE] DeprecationWarning: waitForTransactionReceipt is deprecated #368

Closed YoshihitoAso closed 2 years ago

YoshihitoAso commented 2 years ago

1. Is your feature request related to a problem? Please describe.

tests/token/test_IbetStraightBond.py: 91 warnings
  /Users/yoshihito/.pyenv/versions/3.8.11/envs/ibet-SmartContract/lib/python3.8/site-packages/web3/_utils/decorators.py:48: DeprecationWarning: waitForTransactionReceipt is deprecated in favor of wait_for_transaction_receipt
    warnings.warn(

2. Describe the solution you'd like