https://gitlab.com/tezos/tezos
Raw File
Tip revision: a154b9ae029ff6cddd73e061329e9ee542bfb1dd authored by François Thiré on 22 November 2022, 13:26:59 UTC
DAL/Node: Introduce an index to map slot id to their commitment
Tip revision: a154b9a
CODEOWNERS
# CODEOWNERS

# This file declares which users are qualified to review and approve changes to
# specific files or paths in this repository. It helps contributors to identify
# whom to consult for assistance on merge requests.

# To understand the syntax and semantics of this file, see:
#   https://docs.gitlab.com/ee/user/project/code_owners.html
#
# Note that rules defined later in the file take precedence over the rules
# defined earlier.


# ************************************
# Insert code owner declarations here!
# ************************************

/docs/                       @NicVolanschi

/src/bin_codec               @raphael-proust
/src/bin_node                @romain.nl
/src/bin_openapi             @romain.nl
/src/bin_snoop               @lrand
/src/lib_base                @raphael-proust
/src/lib_benchmark           @lrand
/src/lib_error_monad         @raphael-proust
/src/lib_event_logging       @romain.nl
/src/lib_lwt_result_stdlib   @raphael-proust
/src/lib_mockup_proxy        @igarnier
/src/lib_openapi             @romain.nl
/src/lib_p2p*                @julien.t @vivienpe
/src/lib_protocol_environment   @raphael-proust
/src/lib_shell_benchmarks    @lrand
/src/lib_stdlib              @raphael-proust
/src/lib_stdlib_unix         @raphael-proust
/src/lib_version             @romain.nl
/src/proto_*/lib_benchmark   @lrand
/src/proto_*/lib_benchmarks_proto @lrand
/src/proto_*/lib_protocol/sc_rollup_proof*         @vch9 @sribaroud
/src/proto_*/lib_protocol/sc_rollup_game*          @vch9 @sribaroud
/src/proto_*/lib_protocol/sc_rollup_inbox*         @vch9 @sribaroud
/src/proto_*/lib_protocol/sc_rollup_refutation*    @vch9 @sribaroud

/scripts                     @romain.nl

/tests_python                @arvidnl

/tezt/lib*                   @romain.nl
/tezt/records                @romain.nl

/manifest                    @romain.nl

/.gitlab                     @romain.nl

# Octez Merge Team
#
# These users are, as members of the Octez Merge Team, permitted to act as authorities on any code.
#
# @andrea.cerone = Andrea Cerone
# @arvidnl = Arvid Jakobsson
# @bsall = Boubacar Sall
# @camlspotter = Jun Furuse
# @emturner = Emma Turner
# @eugenz = Eugen Zalinescu
# @hans.hoglund = Hans Hoglund
# @hhugo1 = Hugo Heuzard
# @igarnier = Ilias Garnier
# @iguerNL = Mohamed Iguernlala
# @jobjo = Joel Bjornson
# @julien.t = Julien Tesson
# @klakplok = Benjamin Canou
# @lthms = Thomas Letan
# @mbouaziz = Mehdi Bouaziz
# @mebsout = Alain Mebsout
# @murbard = Arthur B.
# @naih = Nicolas Ayache
# @NicVolanschi = Nic Volanschi
# @ole.kruger = Ole Krüger
# @paracetamolo = Marco Stronati
# @picdc = Pierrick Couderc
# @pirbo = Pierre Boutillier
# @rafoo_ = Raphaël Cauderlier
# @raphael-proust = Raphaël Proust
# @romain.nl = Romain
# @Saroupille = François Thiré
# @smondet = Seb Mondet
# @sribaroud = Sylvain R.
# @tomjack = Tom Jack
# @vbotbol = vbot
# @vch9 = Valentin Chaboche
# @vect0r = Victor Allombert
# @yrg = Yann Regis-Gianas
#
* @andrea.cerone @arvidnl @bsall @camlspotter @emturner @eugenz @hans.hoglund @hhugo1 @igarnier @iguerNL @jobjo @julien.t @klakplok @lthms @mbouaziz @mebsout @murbard @naih @NicVolanschi @ole.kruger @paracetamolo @picdc @pirbo @rafoo_ @raphael-proust @romain.nl @Saroupille @smondet @sribaroud @tomjack @vbotbol @vch9 @vect0r @yrg

# CODEOWNERS Owners
#
# These users are authorized to change authorizations.
#
# Note that this stanza MUST appear LAST so that it takes precedence over prior rules.
#
/CODEOWNERS         @murbard @pirbo @smondet @klakplok @vbotbol @romain.nl
/docs/CODEOWNERS    @murbard @pirbo @smondet @klakplok @vbotbol @romain.nl
/.gitlab/CODEOWNERS @murbard @pirbo @smondet @klakplok @vbotbol @romain.nl
back to top