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
7 years ago
hswick
0a5b2cd2b4
Decoding indexed fields working for tx_receipt
7 years ago
hswick
779fd76928
Nonindexed fields working in formatted log
7 years ago
hswick
ecba23c693
indexed event data field working
7 years ago
hswick
abc634865a
Added test for indexed events
7 years ago
Harley Swick
26faa02a81
Merge pull request #18 from hswick/contract-refactor2
...
Contract refactor
7 years ago
hswick
d97b4406a7
Updated README
7 years ago
hswick
4448f93e37
Using a single process to manage smart contract interactions
7 years ago
hswick
eb41fa5659
Merge branch 'master' of github.com:hswick/exw3
7 years ago
hswick
abf7ac3f6b
Upgraded elixir version
7 years ago
Harley Swick
187646d4a4
Merge pull request #17 from hswick/0.1.6
...
0.1.6
7 years ago
hswick
9b3ffb6e59
Updated mix and README versions + README patches
7 years ago
hswick
ac811f687f
Updated ethereumex dependency
7 years ago
hswick
749afc3fe8
Improved error message for invalid arg count to constructor
7 years ago
hswick
26b9d64651
Added unit converters, resolves #7
7 years ago
Harley Swick
62a8f0a174
Merge pull request #16 from omisego/gas_encoding
...
Amend options encoding
7 years ago
Piotr Żelazko
ecf93db587
Amend options encoding
...
Former version would leave leading zeroes which isn't correct Ethereum JSON RPC encoding.
7 years ago
hswick
cc6b197fb1
Bumped version number to 0.1.5
7 years ago
hswick
30bfdaade5
Added tx_hash to tuple for docs
7 years ago
hswick
c284c748be
Added passfile to gitignore
7 years ago
hswick
76afadab56
Silenced warnings in test
7 years ago
hswick
4a65096370
Silenced warnings in lib
7 years ago
hswick
b2929483d8
Throw when number of inputs is not valid
7 years ago
hswick
b56165af74
Silence constructor warning
7 years ago
Harley Swick
1e8b58ea01
Merge pull request #12 from omisego/deployment_tx_hash
...
Add tx_hash to returning tuple at contract's deployment
7 years ago
Harley Swick
80248dbbe1
Merge pull request #11 from omisego/error_messages
...
Fixes constructor and fallback bug and returns proper error messages
7 years ago
Piotr Żelazko
8d3701478b
Merge branch 'deployment_tx_hash' into error_messages
...
# Conflicts:
# lib/exw3.ex
7 years ago
Piotr Żelazko
0c31583387
Update parity as a previously used version does not exist any more
7 years ago
Piotr Żelazko
f2555c5fb9
Add tx_hash to returning tuple at contract's deployment
7 years ago
Piotr Żelazko
9c576fc18e
Update parity as a previously used version does not exist any more
7 years ago
Piotr Żelazko
a6907464f1
Shorten lines with replies so it reads better
7 years ago
Piotr Żelazko
86927171d1
Refactor options' checkers so they are explicitly compared to nil when given in a list
7 years ago
Piotr Żelazko
fea7f19232
Refactor mapping names in order to avoid conflicts
7 years ago
Piotr Żelazko
4a8487ae1d
Reformat function ExW3.reformat_abi/1
7 years ago
Piotr Żelazko
84c41b5d37
Reformat code that handles returning proper error messages
7 years ago
Piotr Żelazko
beade40d68
Change error messages into atoms
7 years ago
Piotr Żelazko
fcb8717837
Add error messages in case user does not provide either gas or transaction sender
7 years ago
Piotr Żelazko
57595fd877
Change deploy_helper
...
If it had not found a proper constructor it would fail either on encoding or a transaction would fail. Now it prints a warnings indicating what may be happening.
7 years ago