https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
daab5db EVM: transaction generator 10 July 2023, 18:05:04 UTC
b325adf Manifest: added `ethereumjs` NPM dependencies 10 July 2023, 18:05:04 UTC
1eaa41a Manifest: add octez-evm-tx-generator 10 July 2023, 18:05:03 UTC
5d66a0a Merge tezos/tezos!9362: Rename preendorsement in protocol Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9362 10 July 2023, 17:18:51 UTC
c35fba1 alpha: rename preendorsement in operation watermarks 10 July 2023, 16:44:42 UTC
1d16a44 alpha: rename preendorsement in main and other files 10 July 2023, 16:44:42 UTC
8c8b99e alpha: rename preendorsement in apply 10 July 2023, 16:44:42 UTC
26b25f9 alpha: rename preendorsement in apply_results 10 July 2023, 16:44:42 UTC
6bb65b2 alpha: rename preendorsement in validate 10 July 2023, 16:44:42 UTC
3fe171f alpha: rename preendorsement in raw_context 10 July 2023, 16:44:42 UTC
16faa71 alpha: rename preendorsement in operation weight 10 July 2023, 16:44:42 UTC
d7d5ea2 alpha: rename preendorsement in contents type 10 July 2023, 16:44:42 UTC
cda4041 alpha: rename preendorsement in consensus_operation_type 10 July 2023, 16:44:42 UTC
344639e Merge tezos/tezos!9403: Proto/AI: various resource optimizations Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9403 10 July 2023, 13:07:58 UTC
473bdf9 Proto: format code. With make fmt-ocaml and nothing else. 10 July 2023, 12:31:25 UTC
0e126eb Proto/AI: don't finalize in some cases. 10 July 2023, 12:31:25 UTC
a1d935c Proto/AI: remove unused request_full_unstake. 10 July 2023, 12:31:25 UTC
70d002e Proto/AI: inline request_full_unstake in apply_delegation. 10 July 2023, 12:31:25 UTC
029a314 Proto/AI: use get_delegate_status in apply_delegation. 10 July 2023, 12:31:25 UTC
e839200 Proto/AI: remove useless code. 10 July 2023, 12:31:25 UTC
37a5edf Proto/AI: finalize unstake just before adding a request. 10 July 2023, 12:31:25 UTC
971412e Proto/AI: check balance before proceeding. 10 July 2023, 12:31:25 UTC
4b13876 Merge tezos/tezos!9400: Proto: add get_delegate_status Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9400 10 July 2023, 12:30:41 UTC
326c305 Proto: rename find_is_delegate to get_delegate_status. 10 July 2023, 11:52:45 UTC
fc3c7db Proto: rename No_delegate to Undelegated. 10 July 2023, 11:52:45 UTC
798cf62 Proto: expose find_is_delegate. 10 July 2023, 11:52:45 UTC
def6400 Proto: formalize an invariant on some outputs. In find_is_delegate pkh = (delegate, is_delegate), is_delegate = true <-> delegate = Some pkh. 10 July 2023, 11:52:44 UTC
4a6a54c Proto: use find_is_delegate in is_delegate. 10 July 2023, 11:52:44 UTC
e48fb24 Proto: add find_is_delegate. 10 July 2023, 11:52:44 UTC
c92b6e1 Merge tezos/tezos!9222: Snoop: use simpler interfaces in shell benches Co-authored-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9222 10 July 2023, 09:33:50 UTC
adf20cf Snoop: migrate older proto_benches to new shell benches 10 July 2023, 09:01:48 UTC
8e0d3b7 Snoop: use simpler interfaces in shell benches 10 July 2023, 09:01:48 UTC
1d85f90 Merge tezos/tezos!9377: EVM: kernel: introduce thiserror Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9377 10 July 2023, 08:34:57 UTC
1ef91e2 EVM: Kernel: introduce anyhow 10 July 2023, 07:59:13 UTC
4c6d20b EVM: kernel: introduce thiserror 10 July 2023, 07:59:13 UTC
646de2f Merge tezos/tezos!9105: SCORU/Node: Protocol agnostic rollup node Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9105 07 July 2023, 20:13:26 UTC
9add5e3 Test: ensure rollup node can catch up on protocol migrations 07 July 2023, 19:21:57 UTC
dd3402d Doc: include protocol agnostic smart rollup node manual 07 July 2023, 19:21:57 UTC
05348e0 Doc: changelog and remove rollup node binary suffix in docs 07 July 2023, 19:21:57 UTC
fca39aa Tezt: use protocol agnostic rollup node 07 July 2023, 19:21:57 UTC
6269b6e SCORU/Node/Oxford: rollup node plugin Porting over from Nairobi the following commits: - SCORU/Node/Nairobi: isolate RPC directory from server - SCORU/Node/Nairobi: interpreter tick as Z - SCORU/Node/Nairobi: Layer1_helpers more flexible - SCORU/Node/Nairobi: rollup node plugin 07 July 2023, 19:21:57 UTC
db4b7ac SCORU/Node/Alpha: rollup node plugin Porting over from Nairobi the following commits: - SCORU/Node/Nairobi: isolate RPC directory from server - SCORU/Node/Nairobi: interpreter tick as Z - SCORU/Node/Nairobi: Layer1_helpers more flexible - SCORU/Node/Nairobi: rollup node plugin 07 July 2023, 19:21:57 UTC
96bbe3e SCORU/Node/Mumbai: rollup node plugin Backport of these commits: - SCORU/Node/Nairobi: isolate RPC directory from server - SCORU/Node/Nairobi: interpreter tick as Z - SCORU/Node/Nairobi: Layer1_helpers more flexible - SCORU/Node/Nairobi: rollup node plugin 07 July 2023, 19:21:57 UTC
f5519db SCORU/Node/Nairobi: rollup node plugin 07 July 2023, 19:21:57 UTC
0a828c2 SCORU/Node/Nairobi: Layer1_helpers more flexible 07 July 2023, 19:21:57 UTC
b2f668c SCORU/Node/Nairobi: interpreter tick as Z 07 July 2023, 19:21:57 UTC
7c78e79 SCORU/Node/Nairobi: isolate RPC directory from server 07 July 2023, 19:21:57 UTC
75c1063 SCORU/Node: command to show supported protocols 07 July 2023, 19:21:57 UTC
ebed069 SCORU/Node: split head processing in daemon 07 July 2023, 19:21:56 UTC
0bb6923 SCORU/Node: Protocol agnostic daemon which supports protocol migrations 07 July 2023, 19:21:56 UTC
d094bb9 SCORU/Node: event for protocol migrations 07 July 2023, 19:21:56 UTC
5509811 SCORU/Node: only start workers when not already started 07 July 2023, 19:21:56 UTC
e088da1 SCORU/Node: RPC server with changeable directory Start and stop. 07 July 2023, 19:21:56 UTC
bc290df SCORU/Node: make protocol specific values mutable in Node_context 07 July 2023, 19:21:56 UTC
81df52e SCORU/Node: CLI for proto agnostic rollup node 07 July 2023, 19:21:56 UTC
4483e71 Manifest: boilerplate for protocol agnostic rollup node 07 July 2023, 19:21:56 UTC
6ec3ce3 SCORU/Node: protocol plugins registration mechanism 07 July 2023, 19:21:56 UTC
e413894 SCORU/Node: define protocol plugin signature 07 July 2023, 19:21:56 UTC
dbe7f1a SCORU/Node: Fix problem with prefetching blocks with wrong protocol code 07 July 2023, 19:21:56 UTC
ac29d05 Merge tezos/tezos!9307: proto/soru: fix json reveal encoding Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9307 07 July 2023, 18:47:59 UTC
f0ee007 doc/proto: add line for fixing the encoding 07 July 2023, 15:45:28 UTC
a3c2a69 proto/soru: fix json reveal encoding 07 July 2023, 15:45:28 UTC
dfa88df Merge tezos/tezos!9407: Proto/ai: don't update the Unstake_requests storage when not necessary Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9407 07 July 2023, 15:44:36 UTC
546d92c Proto/ai: don't update `Unstake_requests` when not necessary 07 July 2023, 15:14:35 UTC
a058d2d Merge tezos/tezos!9421: EVM/Config: use lowercase Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9421 07 July 2023, 15:13:43 UTC
18c44b3 EVM/Config: use lowercase The EVM proxy reads at the path where the address contains only lowercase characters. 07 July 2023, 14:32:04 UTC
bfb307b Merge tezos/tezos!9423: Storage: remove unnecessary check with storage commands Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9423 07 July 2023, 14:31:15 UTC
074d05f Storage: remove unnecessary check with storage commands 07 July 2023, 14:02:39 UTC
399d38f Merge tezos/tezos!9214: EVM: interrupt execution before reaching max nb of ticks Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9214 07 July 2023, 14:01:13 UTC
79b41ac EVM: stop computation before running out of ticks 07 July 2023, 13:30:05 UTC
04bb2b3 EVM: Kernel: add default value for L2Blocks 07 July 2023, 13:30:05 UTC
d08a4b1 EVM: push proposal in block in progress BlockInProgress now contains all the information, and control the queue of transactions 07 July 2023, 13:30:05 UTC
b8ac3cb Merge tezos/tezos!9418: Less legacy globals Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9418 07 July 2023, 13:29:15 UTC
f1bda54 scoru-sequencer: don't use error-monad's legacy globals 07 July 2023, 12:49:07 UTC
276550f sequencer: don't use error-monad's legacy globals 07 July 2023, 12:49:07 UTC
be3964d smart-rollup: don't use error-monad's legacy globals 07 July 2023, 12:49:07 UTC
4be9109 Injector: don't use error-monad's legacy globals 07 July 2023, 12:49:07 UTC
2fcc374 Crawler: don't use error-monad's legacy globals 07 July 2023, 12:49:07 UTC
81bd32a Merge tezos/tezos!9395: Bls12-381_polynomial/Srs: fix segfault for Srs_g2.pippenger Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> Approved-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9395 07 July 2023, 11:52:00 UTC
9de1f7a Bls12-381_polynomial/Srs: fix segfault for Srs_g2.pippenger 07 July 2023, 11:18:43 UTC
29abcd8 Merge tezos/tezos!9348: DAC: migrate Signature_manager tests to full infra Co-authored-by: Gauthier SEBILLE <gauthier@marigold.dev> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9348 07 July 2023, 10:21:56 UTC
e511a52 DAC: migrate Signature_manager tests to full infra 07 July 2023, 09:43:21 UTC
4bb8f34 Merge tezos/tezos!9182: Document version rpc argument Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9182 07 July 2023, 09:42:31 UTC
3ce8edd proto_oxford/plugin: improve documentation of versioned RPCs 07 July 2023, 08:42:02 UTC
7ff5c0b proto_alpha/plugin: improve documentation of versioned RPCs 07 July 2023, 08:42:02 UTC
f759322 lib_shell_services: improve documentation of versioned RPCs 07 July 2023, 08:42:02 UTC
85569f1 Merge tezos/tezos!9398: lib_client/managed_contract: Replace legacy bindings Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9398 07 July 2023, 07:03:24 UTC
059e95a lib_client/managed_contract: Replace legacy bindings 07 July 2023, 06:32:43 UTC
713ef24 Merge tezos/tezos!9406: Proto/ai: fix `prepare_finalize_unstake` returning `None` when it shouldn't Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9406 06 July 2023, 20:41:17 UTC
cb5de8b Proto/ai: fix description 06 July 2023, 20:06:30 UTC
4ec91d5 Proto/ai: return None -> return_none 06 July 2023, 20:06:30 UTC
56da8b8 Proto/ai: return something even if there is no unfinalizable cycle 06 July 2023, 20:06:30 UTC
11e10ae Proto/ai: swap matches 06 July 2023, 20:06:30 UTC
6459bdd Merge tezos/tezos!9409: Proto/ai/RPC: add unstake requests RPC Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9409 06 July 2023, 20:05:48 UTC
b2f7ee3 Proto/ai/rpc: add unstake requests RPC 06 July 2023, 19:33:23 UTC
a4f4558 Proto/ai: add variation to RPC specific function 06 July 2023, 19:33:23 UTC
6ec3c65 proto/unstake_request: add encoding for prepared_finalize_unstake 06 July 2023, 19:33:23 UTC
1f338bb Merge tezos/tezos!9385: Dac: support http(s) and url in dac node binary Co-authored-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9385 06 July 2023, 19:31:56 UTC
3e44527 Dac: refactor observer config 06 July 2023, 18:52:48 UTC
68656c4 Dac: refactor committee member config 06 July 2023, 18:52:48 UTC
back to top