You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add send_dummy_transactions and StoppableThread for use in unit tests. Needed for testing wait_for_transaction_receipt_and_block_confirmations because Ganache doesn't mine new blocks unless new transactions are sent.
Add Integer wrapper class to allow passing int by reference. Use case: The user creates a Wallet using config.block_confirmations but then changes the config.block_confirmations attribute value, The Wallet will use the new value.
Add hard-coded BLOCK_NUMBER_POLL_INTERVAL which maps chain_id to poll interval.
Use c2d address in pay for service.
Fix OceanPool._get_all_liquidity_records method()
Fix typo in marketplace-flow.md
Add get_web3() utility that injects geth-poa-middleware when on Rinkeby