Skip to content

Tags: cmditch/elm-ethereum

Tags

5.0.0

Toggle 5.0.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Revert back to old Send/Call API. Didn't work as well as I would have…

… liked.

4.0.1

Toggle 4.0.1's commit message
Fix encoding of dynamic values

4.0.0

Toggle 4.0.0's commit message

Unverified

This user has not yet uploaded their public signing key.
release version 4.0.0

3.0.3

Toggle 3.0.3's commit message

Unverified

This user has not yet uploaded their public signing key.
Block.nonce field is now optional.

"not provided by node" msg will show if field not found. Parity clients currently do not return this data.

Signed-off-by: Coury Ditch <[email protected]>

3.0.2

Toggle 3.0.2's commit message

Unverified

This user has not yet uploaded their public signing key.
update elm.json

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #74 from cmditch/event-sentry-fix

All kinds of tricky considerations arose as the re-implementation moved along.

Basically we mark all requests as pending until a block number is returned from the EventSentry.init RPC call. Once we get a blockNumber, the whole machinery starts.

This accounts for the edge case "What if two or more blocks are mined between the 2-second polling period?".

This also implements the EventySentry.watch API a bit more honestly, as the old one ignored the LogFilter's fromBlock and toBlock fields, and mutated them to watch the latest block off the bat. This implementation will allow you to grab arbitrary block ranges, as well as continuously poll the latest blocks.

3.0.0

Toggle 3.0.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Prepare for 3.0 release

2.0.1

Toggle 2.0.1's commit message
new release

2.0.0

Toggle 2.0.0's commit message
new release

1.0.3

Toggle 1.0.3's commit message

Unverified

This user has not yet uploaded their public signing key.
bump version