Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Releases: itzmeanjan/harmony

Releasing v0.5.0

29 Mar 04:43
30c84ac
Compare
Choose a tag to compare

What's new ? 🧐

  • harmony cluster set up [ P2P networking ]
  • Better & much larger view of Ethereum Mempool, when using multi-node cluster set up [ Details in README ]
  • Length prefixed MessagePack serialised binary data stream passed between harmony peers over TCP, when ever change is detected
  • Reduced scope of lock contention when dealing with shared state from multiple go routines

🥳

Releasing v0.4.0

22 Mar 11:52
f96d6d2
Compare
Choose a tag to compare

What's new ?

  • Improved performance, when clients query current state of mempool over GraphQL API, resulting in lower response delay 😎
  • Handling dropped tx(s), users can subscribe to watch tx of interest, to be notified anything linked with that tx happens in mempool 🚀
    • They'll be notified of new speed up/ cancellation tx(s)
  • Examples added for using new watcher API 😉

🥳

Releasing v0.3.0

13 Mar 16:03
516f406
Compare
Choose a tag to compare

What's new ? 🤔

  • New GraphQL subscription methods for listening to tx(s)
    • Joining/ Leaving mempool 😎
    • Joining/ Leaving {pending/ queued} pool ✌️ [ More granular version of 1st one ]
    • Afore mentioned versions with from/ to address based tx filtering 🥳
  • New GraphQL query method for detecting duplicate nonce tx(s) in mempool, given txHash
  • Improved calculation of how long tx(s) spent in which section of mempool 🕑

Cheers 🥳

Releasing v0.2.0

10 Mar 02:21
708e2c0
Compare
Choose a tag to compare

What's new ? 🤔

  • Subscribe to MemPool changes, over WebSocket transport, for listening to any tx entering/ leaving pool
  • Also it's possible to selectively listen to tx(s) having certain from/ to address. As soon as they enter/ leave mempool, client will be notified.

Cheers 🥳

Releasing v0.1.0

08 Mar 03:06
8168fa8
Compare
Choose a tag to compare

What's new ?

  • harmony - Reduce Chaos in MemPool, hopes to help developers in getting better look inside mempool. And for facilitating so, it exposes some GraphQL APIs, for inspecting current state of mempool.
  • You can inspect either pending/ queued pool, using those APIs
  • There's a GraphQL playground attached with harmony binary, which can be used for exploring APIs
  • Read more about it here

Note : This is not a production grade release. harmony is still under active development & you're very welcome in helping us bettering it.