swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
e376a19 added unit tests and integration tests > dune exec src/proto_alpha/lib_protocol/test/unit/main.exe \ -- --file test_cnt_repr.ml qcheck random seed: 305030579 [13:35:42.078] [SUCCESS] (1/2) alpha: Cnt_storage.ml (Test counter init for internal count) [13:35:42.080] [SUCCESS] (2/2) alpha: Cnt_storage.ml (Test counter increase for internal count) > dune exec tezt/tests/main.exe -- --file cnt.ml qcheck random seed: 412981918 [13:26:18.749] [SUCCESS] (1/1) Alpha: Increasing intrernal counter with RPC 25 January 2024, 14:27:28 UTC
0fecb90 cnt: added michelson and cnt.tz mockup-client -l --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK typecheck script cnt.tz Well typed (Gas remaining: 1039998.017 units remaining) mockup-client -l --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK run script cnt.tz on storage '1' and input 'Unit' Sandbox mode: ------------- octez-client originate contract mycnt1 transferring 10 from bootstrap1 running cnt.tz --init 1 --burn-cap 0.07425 & octez-client -l bake for --minimal-timestamp ... Script: { parameter unit ; storage int ; code { DROP ; CNT ; NIL operation ; PAIR } } Initial storage: 1 No delegate for this contract This origination was successfully applied octez-client transfer 0 from bootstrap1 to mycnt1 & ... Updated storage: 1 octez-client transfer 0 from bootstrap1 to mycnt1 & octez-client bake for --minimal-timestamp Updated storage: 2 octez-client transfer 0 from bootstrap1 to mycnt1 & octez-client bake for --minimal-timestamp Updated storage: 3 octez-client transfer 0 from bootstrap1 to mycnt1 & octez-client bake for --minimal-timestamp Updated storage: 4 octez-client increase counter from bootstrap2 & octez-client bake for --minimal-timestamp Updated counter: 5 octez-client transfer 0 from bootstrap1 to mycnt1 & octez-client bake for --minimal-timestamp Updated storage: 6 octez-client transfer 0 from bootstrap1 to mycnt1 & octez-client increase counter from bootstrap2 & octez-client bake for --minimal-timestamp Updated storage: 8 Updated storage: 7 octez-client increase counter from bootstrap2 & octez-client bake for --minimal-timestamp Updated counter: 9 Fixed activation issue: > octez-activate-alpha Error: { "id": "proto.alpha.michelson_v1.ill_formed_type", "description": "The toplevel error thrown when trying to parse a type expression (always followed by more precise errors).", ... { "id": "proto.alpha.michelson_v1.invalid_arity", "description": "In a script or data expression, a primitive was applied to an unsupported number of arguments.", "data": { "location": 2, "primitive_name": "option", "expected_arity": 1, "wrong_arity": 2 } } 25 January 2024, 14:26:56 UTC
24322dd Cnt: adding a counter 1. Add a new module to TEZOS_PROTOCOL 2. Generate dune file: > make -C manifest 3. make adding client commands adding Push_cnt operation and its handling Check in mockup mode ==================== alias mockup-client='./octez-client --mode mockup --base-dir /tmp/mockup' rm -rf /tmp/mockup mockup-client create mockup --asynchronous mockup-client list known addresses mockup-client increase counter from bootstrap3 Check in sandbox mode ===================== TEZOS_LOG="*->debug" ./src/bin_node/octez-sandboxed-node.sh 1 --connections 1 TEZOS_LOG="*->debug" ./src/bin_node/octez-sandboxed-node.sh 9 --connections 1 eval `./src/bin_client/octez-init-sandboxed-client.sh 1` octez-autocomplete octez-activate-alpha octez-client increase counter from bootstrap4 & octez-client bake for --minimal-timestamp Updated counter: 1 octez-client increase counter from bootstrap4 & octez-client bake for --minimal-timestamp Updated counter: 2 25 January 2024, 14:25:29 UTC
f72edf6 Merge tezos/tezos!11486: tezt/long: fix smart rollup test Co-authored-by: Sylvain Ribstein <sylvain.ribstein@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11486 11 January 2024, 10:00:27 UTC
e8bd1ba tezt/long: fix soru test 11 January 2024, 09:36:07 UTC
577c847 Merge tezos/tezos!11435: EVM: Fix simulation to use current blockConstant Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Co-authored-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11435 10 January 2024, 17:14:56 UTC
1801a53 EVM/Tezt: Integration test on contract failing to deploy new file: etherlink/kernel_evm/solidy_examples/block_hash_gen.sol new file: tezt/tests/evm_kernel_inputs/block_hash_gen.abi new file: tezt/tests/evm_kernel_inputs/block_hash_gen.bin modified: tezt/tests/evm_rollup.ml new file: etherlink/kernel_evm/solidy_examples/block_hash_gen.sol new file: tezt/tests/evm_kernel_inputs/block_hash_gen.abi new file: tezt/tests/evm_kernel_inputs/block_hash_gen.bin modified: tezt/tests/evm_rollup.ml 10 January 2024, 16:54:59 UTC
025fc1a EVM: Fix simulation to use current blockConstant 10 January 2024, 16:54:59 UTC
9700676 Merge tezos/tezos!11464: EVM/Sequencer: don't produce block before entering loop Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11464 10 January 2024, 16:28:56 UTC
80cb0b5 EVM/Sequencer: don't produce block before entering loop Otherwise the time between blocks is not used between genesis and its successor. 10 January 2024, 16:07:20 UTC
753e2a5 Merge tezos/tezos!11398: rollup/tezt: rework rollup node argument to simplify `run` cmd Co-authored-by: Sylvain Ribstein <sylvain.ribstein@nomadic-labs.com> Approved-by: lykimquyen <quyen@marigold.dev> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11398 10 January 2024, 16:06:27 UTC
5520b97 tezt/rollup_node: merge both run function 10 January 2024, 15:45:49 UTC
73b4fd5 tezt/rollup_node: specify default arg to create 10 January 2024, 15:45:49 UTC
f4dee03 Merge tezos/tezos!11475: EVM/Node: merge debug/verbose in configuration Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11475 10 January 2024, 15:45:03 UTC
4ada3ac EVM/Node: merge debug/verbose in configuration 10 January 2024, 15:11:32 UTC
0c80c0a Merge tezos/tezos!10550: Manifezt: Manifest + Tezt Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10550 10 January 2024, 15:10:45 UTC
af0f338 Manifest: do not always register the meta test 10 January 2024, 14:35:05 UTC
d780f35 Manifest: add manifezt.sh 10 January 2024, 14:35:05 UTC
7e0a5f6 Manifest: compute revdeps for tests 10 January 2024, 14:35:05 UTC
c574446 Tezt: generate list of runtime dependencies 10 January 2024, 14:35:05 UTC
e0fd1cb Merge tezos/tezos!11468: EVM/Eval: deactivate ethereum mainnet chainId test Co-authored-by: Maxime Levillain <maxime.levillain@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Antoine Lanco <antoine.lanco@functori.com> Approved-by: Arnaud Bihan <arnaudbihan1999@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11468 10 January 2024, 14:32:53 UTC
5b76042 EVM/Evaluation: skip ethereum mainnet chainId test 10 January 2024, 13:41:55 UTC
d2fed04 EVM/Evaluation: add skipped counter in evm-evaluation-assessor 10 January 2024, 13:41:55 UTC
2792b41 Merge tezos/tezos!11449: CI: refactor Docker build jobs Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Neo <11726174-neo.nl@users.noreply.gitlab.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11449 10 January 2024, 13:40:47 UTC
744e39c CI: refactor Docker build jobs 10 January 2024, 13:13:55 UTC
b336ebc CI: add [.tags_template__build] to [docker_amd64_test_manual.yml] This has no semantic consequence since this tag is already inherited by the [.default_settings_template]. But it makes this job definition consistent with all the other [docker_*.yml] jobs. 10 January 2024, 13:13:55 UTC
2df1240 Merge tezos/tezos!11458: RISC-V: Add build targets in .cargo folder Co-authored-by: Felix Puscasu <felix.puscasu@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11458 10 January 2024, 12:36:27 UTC
9ed9caa RISC-V: Fix native target for test 10 January 2024, 12:14:52 UTC
a3e1adb RISC-V: Add build targets in .cargo folder 10 January 2024, 12:14:52 UTC
ea1a3d9 Merge tezos/tezos!11452: tezt/long_tests: adapt pipelining tests for new alpha Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11452 10 January 2024, 12:13:35 UTC
678f3db tezt/long_tests: adapt pipelining tests for new alpha hard_gas_per_block value 10 January 2024, 11:53:15 UTC
5f2d493 Merge tezos/tezos!11381: EVM/Node: improve the propagation of unsuccessful calls Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11381 10 January 2024, 11:51:44 UTC
d5de2c7 EVM/Node: update changes for simulation errors 10 January 2024, 10:29:47 UTC
52d0fca EVM/Node (dev): improve propagation of unsuccessful calls 10 January 2024, 10:29:47 UTC
5aa08ac EVM/Node (Prod): improve propagation of unsuccessful calls 10 January 2024, 10:29:40 UTC
19ab595 Merge tezos/tezos!11367: Doc: update to 10s block times Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11367 10 January 2024, 09:29:47 UTC
2118e1e Docs/Alpha: update after reduction of block times 10 January 2024, 09:08:56 UTC
0115cae Merge tezos/tezos!11318: Packages: Use octez defaults for directories. Co-authored-by: Chris Pinnock <chris_pinnock@mac.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11318 10 January 2024, 08:32:18 UTC
6861e5a Packages: Use octez defaults for directories. 10 January 2024, 08:23:12 UTC
6f1e7c7 Merge tezos/tezos!11309: lib_rpc_http: Expose RetryClient Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Vivien Pelletier <vivien.pelletier@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11309 09 January 2024, 15:28:18 UTC
444a7d7 lib_rpc_http: expose RetryClient to enable overwriting - especially we want to access `ctx` parameter to be able to redirect client rpcs to a socket 09 January 2024, 14:38:10 UTC
b051fb8 Merge tezos/tezos!11457: [lib_distributed_plonk]: remove from tezt main entrypoint Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11457 09 January 2024, 14:26:14 UTC
07f7687 [lib_distributed_plonk]: remove from tezt main entrypoint To avoid the start-time from the dependencies of the [lib_distributed_plonk] tests, we remove it from the dependencies of the main tezt entrypoint. As the test is flaky, we disable it in the CI using an [enabled_if] expression on the [enabled_if] clause of the [runtest] stanza. The test can still be run locally. 09 January 2024, 12:50:52 UTC
9da5abe Merge tezos/tezos!11356: RISC-V: Hook up read_input implementation Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11356 09 January 2024, 12:09:40 UTC
964aed6 RISC-V: Hook up read_input implementation 09 January 2024, 11:48:45 UTC
753b55c Merge tezos/tezos!11437: scripts: shellcheck more docker scripts Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11437 09 January 2024, 09:54:39 UTC
907d4d7 scripts: shellcheck more docker scripts 09 January 2024, 09:38:03 UTC
8876d0e Merge tezos/tezos!11383: RISC-V: Track sandbox output in regression outputs Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11383 08 January 2024, 18:12:18 UTC
21dc719 RISC-V: Track sandbox output in regression outputs 08 January 2024, 17:35:50 UTC
ae7b432 Merge tezos/tezos!11441: All: Change references to teztnets service and mondaynet Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Co-authored-by: Chris Pinnock <chris_pinnock@mac.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11441 08 January 2024, 16:44:21 UTC
7c4b901 All: Fix formatting issue 08 January 2024, 16:23:19 UTC
d1750f3 All: Change references to teztnets service and mondaynet 08 January 2024, 16:23:19 UTC
e131ab5 Merge tezos/tezos!11442: CI: initialize opam environment in opam jobs Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11442 08 January 2024, 16:22:36 UTC
5784cf2 CI: initialize opam environment in [opam:*] jobs 08 January 2024, 15:56:09 UTC
1825a21 CI: re-order keys in [opam_prepare] It makes sense to declare prerequisites ([needs] and [dependencies]) before the actual script. 08 January 2024, 15:56:09 UTC
1126e66 Merge tezos/tezos!11440: EVM/Tezt: reactivate sequencer DA flaky test Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Pierre-Louis Dubois <pierrelouis.dubois@tutanota.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11440 08 January 2024, 15:47:08 UTC
4e72282 EVM/Tezt: sleep between proxy launch and rpc 08 January 2024, 15:26:06 UTC
9f6f755 EVM/Tezt: use produce rpc to remove flakiness 08 January 2024, 15:26:05 UTC
707bf84 EVM/Tezt: make the sequencer DA test more robust 08 January 2024, 15:25:35 UTC
3505a95 EVM/Tezt: extract rpc eth_getblockByNumber 08 January 2024, 15:25:34 UTC
b3081f5 Merge tezos/tezos!11368: EVM/Node: add private produceBlock RPC Co-authored-by: Antonio Locascio <antonio.locascio@nomadic-labs.com> Approved-by: Pierre-Louis Dubois <pierrelouis.dubois@tutanota.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11368 08 January 2024, 15:22:26 UTC
a3ad5fc Tezt/EVM Sequencer: add test for produceBlock RPC 08 January 2024, 15:00:33 UTC
36cf747 Tezt/EVM Node: use the sequencer's time-between-blocks arg 08 January 2024, 15:00:33 UTC
bef208f EVM/Node: add RPC service for producing a block 08 January 2024, 15:00:33 UTC
4403835 Merge tezos/tezos!11423: Packages: Do not use system users for the signer user Co-authored-by: Chris Pinnock <chris_pinnock@mac.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11423 08 January 2024, 14:59:11 UTC
9916672 Packages: Do not use system users for the signer user 08 January 2024, 14:46:49 UTC
c4d4525 Merge tezos/tezos!11418: docs: add pre-commit git hook section Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11418 08 January 2024, 11:50:51 UTC
c90df00 docs: add pre-commit git hook section 08 January 2024, 11:30:27 UTC
ba4cb99 Merge tezos/tezos!11431: ci: use new shellcheck 0.9.0 Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11431 08 January 2024, 11:27:03 UTC
4bb10a6 lint: remove trailing / on mac 08 January 2024, 10:56:25 UTC
f71f903 pylint: remove many deprecated options from the config file 08 January 2024, 10:56:25 UTC
38058bf script: update to shellcheck 0.9.0 08 January 2024, 10:56:25 UTC
89560fe ci: use new shellcheck 0.9.0 08 January 2024, 10:56:25 UTC
692a4b9 Merge tezos/tezos!11433: doc: backport recentering of Timelock page to Nairobi Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11433 08 January 2024, 09:39:07 UTC
aeace86 doc: backport recentering of Timelock page to Nairobi 08 January 2024, 09:11:50 UTC
3d52481 Merge tezos/tezos!11320: evm/sequencer: add deposits in the delayed inbox Co-authored-by: Pierre-Louis <pierrelouis.dubois@tutanota.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11320 08 January 2024, 08:49:33 UTC
a0a6af2 evm/sequencer: test send deposit to delayted inbox 08 January 2024, 08:28:38 UTC
2ced225 evm/kernel: add deposit in the delayed inbox 08 January 2024, 08:28:37 UTC
2f7b6c6 Merge tezos/tezos!11420: DAL/Tests: fix slots_headers_tracking test Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11420 05 January 2024, 17:29:58 UTC
a29e434 DAL/Tests: fix flakiness by waiting for the right L1 level 05 January 2024, 17:08:20 UTC
34f9494 DAL/Node: fix description of Unseen_or_not_finalized Note that the name "Unseen" would be more appropriate, because the DAL node only sees finalized blocks. However we do not do a renaming here. 05 January 2024, 17:08:20 UTC
694ff24 DAL/Tests: extend test to check patch_commitment RPC 05 January 2024, 17:08:20 UTC
a323095 DAL/Tests: fix slots_headers_tracking test It was expecting the wrong statuses; it passed, because the status checking was done incorrectly. 05 January 2024, 17:08:20 UTC
7f1e509 Merge tezos/tezos!11352: EVM/Node: add private RPC server Co-authored-by: Antonio Locascio <antonio.locascio@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11352 05 January 2024, 16:05:20 UTC
d59e0ac Tezt/EVM node: add support for private RPC server 05 January 2024, 15:38:44 UTC
9a02c70 EVM/Node: add private RPC server 05 January 2024, 15:38:44 UTC
b96c5ee EVM/Node: add private RPC directory 05 January 2024, 15:38:43 UTC
4864352 EVM/Node: add private rpc port to config 05 January 2024, 15:38:43 UTC
d48e081 Merge tezos/tezos!11231: Packages: Experimental EVM node package Co-authored-by: Chris Pinnock <chris_pinnock@mac.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Boubacar Sall <boubacar@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11231 05 January 2024, 14:23:44 UTC
d1642b6 Packages: Experimental EVM node package 05 January 2024, 14:14:51 UTC
6441b4e Merge tezos/tezos!11438: DAL: Better encoding for POST /slot input Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11438 05 January 2024, 14:14:08 UTC
f3f859e DAL: Better encoding for POST /slot input `Data_encoding.string` forces to prefix the contents of the string with its length. But it turns out our HTTP stack already prefixes the input of a request with its size. In practise, it means the input needs to be prefixed twice, which is unfortunate. You can verify with the following script (`post_dal_file.sh') to generate a valid Data_encoding encoded string. #!/usr/bin/bash path="${1}" target="${2}" file_size="$(cat "${path}" | wc -c)" slot_size_bin="$(printf "%08x" "${file_size}")" slot_contents="$(cat ${path} | xxd -p)" echo -n "${slot_size_bin}${slot_contents}" | xxd -p -r > "${target}" We can use it to generate a (expectedly valid) input for the RPC from an arbitrary file. Before the patch, $ ./post_dal_file.sh README.md input.bin $ curl localhost:10732/slot --data-binary @input.bin \ -H 'Content-Type: application/octet-stream' # fails with an error “Not enough data” After the patch $ ./post_dal_file.sh README.md input.bin $ curl localhost:10732/slot --data-binary @input.bin \ -H 'Content-Type: application/octet-stream' {"commitment":"[…]","commitment_proof":"[…]"} It works because Variable.string allows to not prefix a string by consuming every remaining bytes of a byte stream of already known size. 05 January 2024, 13:44:49 UTC
5381d55 Merge tezos/tezos!11430: Opam/Signer: fix ledgertezos_wallet version Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11430 05 January 2024, 11:20:40 UTC
b5bf41c Signer/Ledger: readapt monadic bindings to 0.4.0 function signatures 05 January 2024, 10:48:57 UTC
953d464 CI: use dependency 10484448ff930f532ef97d0d381ddd9e08f43441 05 January 2024, 10:48:57 UTC
b067bd1 Opam: set full opam repo tag to cbef5a5f6021e22273d68a59b37ba23ef2063222 05 January 2024, 10:48:57 UTC
fafd323 Opam/Manifest: ledgerwallet_tezos >= 0.4.0 05 January 2024, 10:48:57 UTC
ef573bf Merge tezos/tezos!11285: DAL: add rounds to attestations Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11285 04 January 2024, 16:12:55 UTC
961120d Alpha: mention changes 04 January 2024, 15:52:25 UTC
cf3d3bb Kaitai: update ksy files 04 January 2024, 15:52:25 UTC
back to top