Commit Graph

21 Commits

Author SHA1 Message Date
Richard Moore
b5f720ace6
Ganache does not include from in receipts (#400). 2019-01-24 16:52:24 -05:00
Richard Moore
700dd34137
Added to and from for Transaction Receipts (#398). 2019-01-23 16:25:49 -05:00
Richard Moore
f3ec27b95f
Added customizable log levels to quiet warnings (#379). 2018-12-27 15:48:38 -05:00
Richard Moore
f56fc572f1
Squashed unhandled promise exception for Providers that are never used (#362). 2018-12-05 04:18:47 -05:00
Richard Moore
bffc557be1
Added default provider support for Ethereum classic (#351). 2018-11-20 15:41:12 -05:00
Richard Moore
048c571d3d
Fixed 0 confirmation waiting (#346). 2018-11-13 07:48:37 -05:00
Richard Moore
93152ef863
Do not replay block events when the provider event block is reset (#343). 2018-11-12 17:17:43 -05:00
Richard Moore
4852e837d2
Fix for Kovan filters without an address (#339). 2018-11-08 15:56:35 -05:00
Richard Moore
d54609a458
Fixed lingering polling timer when no events left to process in a provider. 2018-10-14 19:01:53 -04:00
Richard Moore
493273d698
Added optional blockTag to call; note that this may not behave as expected on all nodes (#226). 2018-10-11 16:03:18 -04:00
Richard Moore
248158130e
Added automatic event parsing for contract transaction receipts from tx.wait. 2018-10-04 19:54:15 -04:00
Richard Moore
f5c7ccbb80
Added ability to wait for a specific number of confirmations (#229). 2018-10-04 17:27:42 -04:00
Richard Moore
24335d0dd7
Fix for geth-etc (official geth is fine), which returns Receipts before the blockHash is synced to the database. 2018-10-04 16:46:19 -04:00
Richard Moore
908c2c1096
Fixed confirmations tests and bootstrap fast blockNumber. 2018-10-04 16:44:29 -04:00
Richard Moore
9797b36186
Added confirmations to TransactionResponse (#156, #238). 2018-10-04 16:24:31 -04:00
Richard Moore
5e86e02304
Fixed wildcard events and made nested events more robust (#289). 2018-10-01 17:30:45 -04:00
Richard Moore
05e30f4680
Major overhaul of file layout and import/export structure to better support TypeScript. 2018-09-24 15:55:17 -04:00
Richard Moore
32a070d909
Added support for fetching block transactions with blocks. 2018-09-04 10:08:50 -04:00
Richard Moore
2c1022cde1
Removed timeout from wait so we can use confirmations in the future instead and remain backwards compatible. 2018-08-13 16:54:32 +01:00
Richard Moore
a80a8a8ced
Fixed miscalculating estimated fees for payable functions. 2018-08-05 18:35:00 -04:00
Richard Moore
5c8703fb30
Restructuring for TypeScript. 2018-08-02 20:30:44 -04:00