Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 18:34

Notes for operators

A new parameter has been added to the Operator config file

operator:
...
    operator_tracker_ip_port_address: https://holesky.tracker.alignedlayer.com
...

It allows the system to keep tracking of the operators running version.
You can check the full config file for operators here

What's Changed

  • fix: change docker-compose for docker compose in makefile by @NicolasRampoldi in #717
  • style(explorer): improve batch detail layout by @glpecile in #709
  • docs: fix aligned submit command by @srosati in #723
  • chore: improve bls agg service logging by @srosati in #725
  • style(explorer): remove background and update colors by @glpecile in #727
  • feat(explorer): add relevant aligned contracts in home screen by @glpecile in #735
  • fix (operator): handle empty inputs by @srosati in #740
  • chore: remove operator docker by @NicolasRampoldi in #733
  • feat(explorer): add first and last buttons to pagination by @glpecile in #737
  • feat(explorer): add copy to clipboard button by @glpecile in #743
  • docs: validate public input first version by @NicolasRampoldi in #648
  • ci: add workflow to deploy to stage (WIP) by @JuArce in #750
  • fix: move explorer workflow to workflows directory by @JuArce in #752
  • docs: fix variable name by @NicolasRampoldi in #756
  • feat: fallback rpc on operator and aggregator by @srosati in #731
  • ci: add workflow to deploy explorer to stage by @JuArce in #754
  • style(explorer): iterate batch details design by @glpecile in #760
  • feat (zkquiz): update to new version by @srosati in #728
  • docs: update fast mode diagrams by @JuArce in #748
  • fix: add 0x to the logs of the merkle roots by @NicolasRampoldi in #770
  • fix: get user balance method by @NicolasRampoldi in #772
  • ci: make github workflows run only when relevant files are modified by @NicolasRampoldi in #763
  • feat (batcher): fallback rpc by @srosati in #761
  • feat: add polling to the operator by @NicolasRampoldi in #703
  • docs: update some guides details by @entropidelic in #780
  • fix(audit): add content-security-policy to explorer by @glpecile in #764
  • Feat(docs): Add links to SDK and Proof Submisssion in README by @PatStiles in #779
  • fix (operator): audits on getBatchFromS3 by @srosati in #769
  • Add fuzzing labs pre audits by @MauroToscano in #788
  • refactor(sdk): replace result option with result in function return values by @NicolasRampoldi in #774
  • feat: use open zeppelin signature verification by @srosati in #787
  • feat(docs): Re-adds Halo2 documentation for generating and submitting proofs to Aligned. by @PatStiles in #781
  • chore: rename storage variables by @JuArce in #799
  • build: remove nightly for install_batcher target by @JuArce in #784
  • fix: do not require env file on batcher_start_local by @JuArce in #808
  • docs(faq): replace slow mode for aggregation mode and update fast mode prices by @glpecile in #803
  • fix: change visibility of checkmerklerootandverifysignatures to private by @uri-99 in #801
  • refactor(sdk): improve function and parameter names by @NicolasRampoldi in #778
  • fix: add risc0 to proving systems faq by @glpecile in #811
  • docs: update supported verifiers by @cliraa in #814
  • feat: use cbor instead of json serialization by @srosati in #746
  • fix: risc0 verifier public inputs in journal and public inputs may not match by @NicolasRampoldi in #730
  • feat: add context timeout to avoid dos by @NicolasRampoldi in #812
  • feat: implement aligned layer service manager interface by @NicolasRampoldi in #820
  • docs: add halo2 to supported verifiers list with example by @glpecile in #824
  • docs: remove duplicate zkrust guide by @glpecile in #826
  • feat: operators version service by @srosati in #806
  • feat: auto lock when user deposits funds by @NicolasRampoldi in #821
  • docs: replace slow mode mentions for aggregation mode by @glpecile in #831
  • fix: frontrunning createNewTask on servicemanager by @uri-99 in #804
  • feat: add chain id to signature for batcher payments by @srosati in #822
  • fix: make AlignedLayerServiceManagerStorage abstract by @srosati in #841
  • feat: update logo used in eigen dashboard by @glpecile in #850
  • fix: aligned layer service manager call service manager base init by @NicolasRampoldi in #842
  • fix: batcher payment service atomic deploy and init by @NicolasRampoldi in #828
  • fix (batcher): remove panics by @srosati in #844
  • fix: change aligned layer service manager address to interface by @NicolasRampoldi in #853
  • (Operator): Update ffi_binding to check buffers by @PatStiles in #738
  • feat(explorer): add operators and restakings by @glpecile in #651
  • feat: add more event emissions by @NicolasRampoldi in #840

Full Changelog: v0.4.0...v0.5.0