Uh oh!
There was an error while loading. Please reload this page.
refactor(tracker): rewrite operator tracker in elixir - #1000
Conversation
feat: CRUD for operators version
… creation (#1080) Co-authored-by: Julian Ventura <julian.ventura@lambdaclass.com>
Co-authored-by: Julian Ventura <julian.ventura@lambdaclass.com>
…erator_tracker-in-elixir
fix: store address and operator_id in lowercase
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Avila Gastón <72628438+avilagaston9@users.noreply.github.com> Co-authored-by: Julian Ventura <43799596+JulianVentura@users.noreply.github.com> Co-authored-by: Julian Ventura <julian.ventura@lambdaclass.com> Co-authored-by: avilagaston9 <gavila@fi.uba.ar> Co-authored-by: Urix <43704209+uri-99@users.noreply.github.com>
Description
Rewriting of the operator tracker in elixir
Tasks
How to test
Database setup
Important
You need to have Docker installed
Run aligned
Note
There isn't necessary to run the batcher, since we are not sending proofs.
Run tracker
Once you registered the operator, the tracker will fetch registered operators on start.
You should see the following response
[ { "id": "0x12027b4b27251854a8c58ea5df60bc0dbb57f97d474df0ba8bd33842f20a0e9e", "name": "Aligned Layer Operator", "version": null, <- Operator version is not set"address": "0x70997970C51812DC3A010C7D01B50E0D17DC79C8", "stake": "100000000000000000" } ]Send Operator version
You should see the entry updated with the operator version
[ { "id": "0x12027b4b27251854a8c58ea5df60bc0dbb57f97d474df0ba8bd33842f20a0e9e", "name": "Aligned Layer Operator", "version": "v0.5.2", <- Operator version is correctly set"address": "0x70997970C51812DC3A010C7D01B50E0D17DC79C8", "stake": "100000000000000000" } ]