4
0
Fork 0
Commit Graph

150 Commits (master)
 

Author SHA1 Message Date
Thurloat 64cd383a02
add account to personal_unlockAccount function 5 years ago
Harley Swick 3c86efa244 Bumped version to 0.4.4 6 years ago
Harley Swick ff2b4f4d14 Bumped version number 6 years ago
Harley Swick 572ff5b284
Merge pull request #35 from timjp87/master 6 years ago
Tim Jester-Pfadt ac19a5a8b5
Add ExthCrypto as explicit dependency 6 years ago
Harley Swick 9c9a67e3af
Merge pull request #33 from mosic/master 6 years ago
Miloš Mošić 56aa89cfd7
Update travis_install.sh to use new parity url 6 years ago
Miloš Mošić ca31f08e6b
Fix all spec warnings 6 years ago
Miloš Mošić 8278f60739
Add dialyxir to deps and ignore warnings from dependencies 6 years ago
Harley Swick 1d61ed105f
Merge pull request #32 from aguxez/master 6 years ago
Miguel Diaz fade49b11f Returns error when tx has not been mined 6 years ago
Harley Swick 66fa460fe7
Merge pull request #30 from hswick/travis-fix 6 years ago
hswick 2d8cfca26e Fixed travis typo 6 years ago
hswick 8338ce10b6 Fixing travis 6 years ago
hswick d19697095d Bump README version 6 years ago
hswick f44f9d43e7 Documented to_wei and from_wei 6 years ago
hswick a84b8bfbae Contract send encodes extra default options 6 years ago
hswick d53482def9 Added eth_sign method 6 years ago
hswick 8c688a3e05 Included personal api 6 years ago
hswick 45ab19529b README updates 6 years ago
Harley Swick 376e4ef910
Merge pull request #26 from hswick/optimize 6 years ago
hswick 1be6299c58 Bumped version number 6 years ago
hswick 6071823075 Removed send_async and call_async 6 years ago
hswick 8581ffe090 Documentation 6 years ago
hswick 64feee7dd4 Generic client, uses ipc/http based on config 6 years ago
hswick 1f5ecc8e4f Updated dependencies 6 years ago
Harley Swick ad595b58c8
Merge pull request #23 from hswick/new-events 6 years ago
hswick b2caaa0595 Updated version to 0.3.0 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
Harley Swick e9498bce69
Merge pull request #22 from hswick/indexed 6 years ago
hswick c22899fb09 Updated version number, and ran mix format 6 years ago
hswick 18b4d34bb6 Added section readme on async 6 years ago
hswick d40fa1a6de Using ethereumex 0.3.4 now 6 years ago
hswick 765b019edb Added call_async and send_async 6 years ago
hswick a9f44d010c Updated README with new event handling info 6 years ago
hswick 22f33a21da Can specify topic params with map now 6 years ago
hswick d2e6b0377c Use elixir highlighting for main example 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 0a5b2cd2b4 Decoding indexed fields working for tx_receipt 6 years ago
hswick 779fd76928 Nonindexed fields working in formatted log 6 years ago
hswick ecba23c693 indexed event data field working 6 years ago