Skip to content

Releases: Alethio/memento

v1.2.0

Choose a tag to compare

@lacasian lacasian released this 08 May 11:18
39a658a

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

Choose a tag to compare

@lacasian lacasian released this 18 Feb 14:15
d6c9db3
Merge pull request #11 from Alethio/database-connections-fix

try to fix database connections

v1.1.3

Choose a tag to compare

@lacasian lacasian released this 02 Dec 14:51
fa48d85

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

v1.1.2

Choose a tag to compare

@lacasian lacasian released this 28 Nov 17:04

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

v1.1.1

Choose a tag to compare

@lacasian lacasian released this 15 Nov 17:29
23914cc

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

Choose a tag to compare

@lacasian lacasian released this 08 Nov 15:05
281147c

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

Choose a tag to compare

@lacasian lacasian released this 04 Nov 10:53
45d230a

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

Choose a tag to compare

@lacasian lacasian released this 18 Oct 10:20
  • fix go module path

v0.0.2

Choose a tag to compare

@lacasian lacasian released this 18 Oct 09:42
054a9d2
  • fix: best block tracker reconnects to node if connection crashes

Initial release

Choose a tag to compare

@lacasian lacasian released this 01 Oct 10:51
v0.0.1

add API documentation link