Skip to content

Releases: Alethio/memento

v1.2.0

08 May 11:18
39a658a
Compare
Choose a tag to compare

Changelog

New

  • Use batched requests for scraping receipts to improve performance

Fixed

  • --v and --vv cli arguments should overwrite the values for logging set in config

v1.1.4

18 Feb 14:15
d6c9db3
Compare
Choose a tag to compare
Merge pull request #11 from Alethio/database-connections-fix

try to fix database connections

v1.1.3

02 Dec 14:51
fa48d85
Compare
Choose a tag to compare

This is a bugfix release including a fix for issue #8

v1.1.2

28 Nov 17:04
Compare
Choose a tag to compare

This is a bugfix release addressing a small issue that would result in reorganized blocks not being properly detected.

v1.1.1

15 Nov 17:29
23914cc
Compare
Choose a tag to compare

In this release we've included a docker-compose that packages Memento and its dependencies with the Ethereum Lite Explorer. Now you can run a command and have the whole stack running 🎉

v1.1.0

08 Nov 15:05
281147c
Compare
Choose a tag to compare

This version packs some API changes necessary for the Lite explorer integration.

Changelog

New

  • /search/[query] endpoint
  • proxy endpoints /account/[address]/code and /account/[address]/balance

Changed

  • modify /tx/[hash]: add msgError and msgErrorString

v1.0.0

04 Nov 10:53
45d230a
Compare
Choose a tag to compare

This version includes a brand new, built-in dashboard, designed to make your life so much easier!

Changelog:

New

  • built-in dashboard
  • added a config option for logging (also configurable through the dashboard!)

Changed

  • changed the api endpoint from /api to /api/explorer

Fixed

  • fixed a bug in best block tracker that only manifested when multiple clients would subscribe for notifications

v0.0.3

18 Oct 10:20
Compare
Choose a tag to compare
  • fix go module path

v0.0.2

18 Oct 09:42
054a9d2
Compare
Choose a tag to compare
  • fix: best block tracker reconnects to node if connection crashes

Initial release

01 Oct 10:51
Compare
Choose a tag to compare
v0.0.1

add API documentation link