Releases: Alethio/memento
Releases · Alethio/memento
v1.2.0
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
Merge pull request #11 from Alethio/database-connections-fix
try to fix database connections
v1.1.3
This is a bugfix release including a fix for issue #8
v1.1.2
This is a bugfix release addressing a small issue that would result in reorganized blocks not being properly detected.
v1.1.1
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
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
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.2
- fix: best block tracker reconnects to node if connection crashes
Initial release
v0.0.1
add API documentation link