4
0
Fork 0
Commit Graph

50 Commits (optimize)

Author SHA1 Message Date
hswick 6071823075 Removed send_async and call_async 6 years ago
hswick 48e9bab1c8 Added README docs about continuous event handling 6 years ago
hswick 6529f49420 Removed the seconds delay parameter 6 years ago
hswick 77d98d4506 ExW3.Contract.uninstall_filter has been added as a cast 6 years ago
hswick 477e566649 Changed get_changes to get_filter_changes, filter now returns ok 6 years ago
hswick 0aad3bcecd Deleted EventListener and EventPoller, replaced with simple get_changes method as part of Contract module 6 years ago
hswick c22899fb09 Updated version number, and ran mix format 6 years ago
hswick 765b019edb Added call_async and send_async 6 years ago
hswick 22f33a21da Can specify topic params with map now 6 years ago
hswick e9661ae815 formatting fromBlock and toBlock 6 years ago
hswick 15c2b5accb Providing filter indexes works 6 years ago
hswick 586a8b416c Created failing test case for using topics for indexed events 6 years ago
hswick 6810583771 Properly returning/formatting the event log 6 years ago
hswick d95f60f225 Filter is properly returning data even with indexed and non indexed fields 6 years ago
hswick 5b6895c661 Setup test for properly decoding filter data 6 years ago
hswick 779fd76928 Nonindexed fields working in formatted log 6 years ago
hswick ecba23c693 indexed event data field working 6 years ago
hswick abc634865a Added test for indexed events 6 years ago
hswick 4448f93e37 Using a single process to manage smart contract interactions 6 years ago
hswick 26b9d64651 Added unit converters, resolves #7 6 years ago
hswick 76afadab56 Silenced warnings in test 6 years ago
Piotr Żelazko f2555c5fb9
Add tx_hash to returning tuple at contract's deployment 6 years ago
Piotr Żelazko 84c41b5d37
Reformat code that handles returning proper error messages 6 years ago
Piotr Żelazko c24b82f6ca
Fix abi reformatting bug 6 years ago
hswick 4b2ef0b88b Added 0x prefixing to values 6 years ago
hswick 58094ff22e Added hash assert 6 years ago
hswick 7abfae5b4a Added keccak256 hash 6 years ago
hswick a6037e0850 event log data is a map with names 6 years ago
hswick f19651ef4d Added event filtering, with formatted data 6 years ago
hswick dbd6262a40 Able to receive event from listener 6 years ago
hswick a2d8edfa52 Moved poller and listener into lib, setup test 6 years ago
hswick 3894f1f2f0 Small changes 6 years ago
Deon 5a18897947
Added checksum methods 7 years ago
hswick 4ec252d2ef Support address type 7 years ago
hswick 29381a264a Updated test 7 years ago
hswick 6672c4635a Reformatted code 7 years ago
hswick a48f7fa0e2 Changed Contract module to GenServer, new tests, + a few more methods 7 years ago
hswick 6e0d781271 Dynamic arrays work, with abi workaround 7 years ago
hswick 63eec560bf Added image to README 7 years ago
hswick d0355acb3e Contract tx_receipt returns tuple, modified tests 7 years ago
hswick 0bb04f362e Special tx_receipt outputs event data with labels 7 years ago
hswick e19440c94d Event pub sub working, with filtering, and using a registry 7 years ago
hswick 6cf9295896 Added bytes to string method 7 years ago
hswick df0bbd35d5 Event pubsub working 7 years ago
hswick 5ad6a8bfb7 Added event tester test 7 years ago
hswick c145a063d8 Added balance, block_number, and tx_receipt methods 7 years ago
hswick 7a7806047f Simple storage working with normal decimal 7 years ago
hswick 33cd05b335 Changed method to check for constant 7 years ago
hswick c2b6468828 Deploying and using a contract 7 years ago
hswick d23139c181 Initial commit 7 years ago