swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
7eff210 Tezt: adapt testnet dictator tests to Kathmandu Ghostnet should be patched only in Jakarta -> Kathmandu migration. Faster testing (blocks_per_cycle = 4) now requires adjustment to nonce_revelation_threshold as well. 22 July 2022, 07:58:50 UTC
f4a33ad Tests/Python: test migration from Jakarta 22 July 2022, 07:58:49 UTC
e5b0673 Tests/Tezt: test migration from Kathmandu 22 July 2022, 07:58:49 UTC
bd807a5 Proto: update migration for Kathmandu Stitching to Alpha now goes from Kathmandu instead of Jakarta. 22 July 2022, 07:58:49 UTC
3a4570d Merge branch 'naih@scoru-carbonate-from-nonce' into 'master' Proto/SCORU: carbonated Sc_rollup_repr.Address.from_nonce See merge request tezos/tezos!5893 21 July 2022, 22:55:46 UTC
a655d70 Tezt: update regression traces. 21 July 2022, 22:23:03 UTC
13aac90 Proto/SCORU: move Error_sc_rollup_address_generation to Sc_rollup_errors. 21 July 2022, 22:10:27 UTC
8cc31ac Proto/SCORU: remove the unused Sc_rollup_repr.Address.from_nonce function. 21 July 2022, 22:10:27 UTC
4825b6c Proto/SCORU: account for gas in address_from_nonce. 21 July 2022, 22:10:27 UTC
31439c6 Proto/SCORU: define and use an address_from_nonce function. It's exactly Sc_rollup_repr.Address.from_nonce, but it's ready to account for gas by having a context as parameter and returning the context, though it's not modifying it for now. This will be done in the next commit. 21 July 2022, 22:10:26 UTC
f81c79e Proto/SCORU: expose an error. Because it is used by from_nonce, and so that we can define a new from_nonce function that accounts for gas. 21 July 2022, 22:10:26 UTC
ee7f9fa Proto/SCORU: add gas cost definitions. They will be used to carbonate Sc_rollup_repr.Address.from_nonce, so the definitions must make sense with regards to the type Origination_nonce.t. 21 July 2022, 22:10:25 UTC
2c74625 Merge branch 'naih@scoru-carbonate-commitment-hash' into 'master' Proto/SCORU: carbonated Sc_rollup_commitment_repr.hash See merge request tezos/tezos!5888 21 July 2022, 16:03:41 UTC
ca7ec1a Tezt: update regression traces. 21 July 2022, 15:36:45 UTC
5806e9c Proto/SCORU: rename Sc_rollup_commitment_storage.hash_carbonated to hash. 21 July 2022, 15:36:45 UTC
302f5f7 Proto/SCORU: rename Sc_rollup_commitment_repr.hash to hash_uncarbonated. 21 July 2022, 15:36:45 UTC
7c0ec76 Proto/SCORU: use Sc_rollup_commitment_storage.hash_carbonated. We'll rename Sc_rollup_commitment_repr.hash next, so we'll see all the remaining calls and we can check that we haven't missed a place where hash_accounted should be used instead. 21 July 2022, 15:36:45 UTC
d1d9abc Proto/SCORU: add a commitment carbonated-hash function. It will be renamed later so that it's easier to follow where it is used and where we keep using the uncarbonated version (Sc_rollup_commitment_repr.hash). Also add a helper function in tests. 21 July 2022, 15:36:45 UTC
dfc8e92 Proto/SCORU: add the Sc_rollup_bad_commitment_hash error. 21 July 2022, 15:36:45 UTC
6be6303 Proto/SCORU: add gas cost definitions. They will be used to carbonate Sc_rollup_commitment_repr.hash, so the definitions must make sense with regards to its type t. 21 July 2022, 15:36:45 UTC
a299272 Merge branch 'hhugo-embedded' into 'master' Proto-compiler: refactor cmi embedding See merge request tezos/tezos!5919 21 July 2022, 15:36:04 UTC
06f000d Proto-compiler: refactor cmi embedding 21 July 2022, 15:09:22 UTC
f0635a2 Merge branch 'emturner@wasm-fix-host-funcs-module-name' into 'master' SCORU: WASM: fix PVM host capabilities module name See merge request tezos/tezos!5931 21 July 2022, 14:46:32 UTC
dcf1c0f SCORU: WASM: fix PVM host capabilities module name 21 July 2022, 14:21:17 UTC
5fcaf3a Merge branch 'diane@fix_run_operation' into 'master' Proto/plugin: fix a minor problem with run_operation RPC in tests Closes #3363 See merge request tezos/tezos!5707 21 July 2022, 14:20:34 UTC
abc4a9c docs/protocols/alpha: log the update of run_operation description 21 July 2022, 13:55:17 UTC
32870fc Proto/plugin: fix a minor problem with run_operation RPC in tests by no longer computing the predecessor_level, which was inaccurate anyway and could fail in tests at block level 1. Instead, the RPC now uses the new apply_mode Mempool_no_consensus_op. It also explicitly fails on consensus operations (it used to handle them incorrectly). Also add a couple of TODOs on run_operation linking to issues. 21 July 2022, 13:55:17 UTC
4467d9e Tezt: add a run_operation test on proposals The test calls run_operation on a proposals operation right after the activation of alpha from genesis 21 July 2022, 13:55:17 UTC
6365f89 Merge branch 'naih@scoru-carbonate-genesis-info' into 'master' Proto/SCORU: carbonate Genesis_info See merge request tezos/tezos!5902 21 July 2022, 13:53:58 UTC
b7aae3e Tezt: update regression traces. 21 July 2022, 13:26:46 UTC
30d2f1f Tezt: increase fees and gas limit to account for newly spent gas. Otherwise a test fails (Dal.rollup_node_dal_subscriptions). 21 July 2022, 13:26:46 UTC
b549071 Proto/SCORU: adapt to Genesis_info being a carbonated map. 21 July 2022, 13:26:46 UTC
165f9be Proto/SCORU: make Genesis_info a carbonated map. Does not compile: code to adapt at calling sites. [skip ci] 21 July 2022, 13:26:46 UTC
0a431b8 Proto/SCORU: make genesis_info return a context. So that it's easy to carbonate it after, even if it comes as the side effect of making Genesis_info a carbonated map. 21 July 2022, 13:26:46 UTC
67bed4f Merge branch 'hhugo-registerer' into 'master' Proto-compiler: Simplify api for tezos_protocol_registerer See merge request tezos/tezos!5924 21 July 2022, 11:47:50 UTC
de1d472 Proto-compiler: Simplify api for tezos_protocol_register 21 July 2022, 11:14:42 UTC
4e3d7c0 Merge branch 'scoru@test_refactor' into 'master' Scoru: tiny refactor and cleaning a bit a test file See merge request tezos/tezos!5909 21 July 2022, 10:38:47 UTC
28f6e37 test/scoru: add named parameter for sc_rollup_originate 21 July 2022, 10:11:25 UTC
cdd1908 scoru/test: remove use of `to_raw` to get constants 21 July 2022, 10:11:25 UTC
cffff72 test/helper: add plugin rpc to incremental context 21 July 2022, 10:11:25 UTC
36a8b16 test/scoru: improve dummy_commitment helper 21 July 2022, 10:11:25 UTC
48f8035 proto/scoru: rewrite pp of refutation 21 July 2022, 10:11:25 UTC
037798f proto/scoru: small refactoring 21 July 2022, 10:11:25 UTC
3ba6b4a Merge branch 'sventimir@logging-regression-tes-for-view' into 'master' Add a regression test for interpreter logging See merge request tezos/tezos!5896 21 July 2022, 08:53:16 UTC
b99fc58 Proto/Test: Reuse replace_variables from Tezt_regression. In order to mask variable addresses. 21 July 2022, 08:23:53 UTC
b882a65 Tezt: Expose replace_variables function from Tezos_regression. 21 July 2022, 08:17:02 UTC
7e04515 Proto/Test: Refactor interpreter logging regression tests. Signed-off-by: Marcin Pastudzki <svantimir@gmail.com> 21 July 2022, 08:17:02 UTC
653086b Proto/Test: Add logging regression test for VIEW instruction. 21 July 2022, 08:17:02 UTC
9e49ee6 Proto/Test: Extract some helper functions logging regression tests. 21 July 2022, 08:17:02 UTC
791ef07 Merge branch 'klakplok@what_a_fun_host' into 'master' SCORU/WASM: add host function implementation registry See merge request tezos/tezos!5920 20 July 2022, 17:47:45 UTC
b2e0938 Wasm: minor refactor of Import.register 20 July 2022, 17:20:47 UTC
1f7adf9 Wasm: minor refactor of host function type 20 July 2022, 17:20:47 UTC
d7eb24e Wasm: make the host function registry local to the interpreter config 20 July 2022, 17:20:47 UTC
7934cab Wasm: drop some useless parameter in module registry 20 July 2022, 17:20:47 UTC
cd33184 Wasm: separate host function table symbols from their import names 20 July 2022, 17:20:46 UTC
435f57e Wasm: extract host function implementations to their own global table 20 July 2022, 17:20:46 UTC
675c0c0 Wasm: actually plug host funcs in the PVM 20 July 2022, 17:20:46 UTC
80af5b4 Wasm: wrop host function in a descriptor 20 July 2022, 17:20:46 UTC
7625098 Merge branch 'francois@snapshot-v7' into 'master' Shell/Protocol: Snapshot environment V7 See merge request tezos/tezos!5906 20 July 2022, 17:19:28 UTC
60f3e26 All: Snapshot protocol V7 20 July 2022, 16:54:58 UTC
afd6341 Merge branch 'hhugo-update-cmts' into 'master' Some more manifest cleanup Closes #3393 See merge request tezos/tezos!5854 20 July 2022, 16:54:16 UTC
8be699c Manifest: update stale comment 20 July 2022, 16:28:25 UTC
17da57d Manifest: remove unused ~opam argument 20 July 2022, 16:28:25 UTC
d3f0e02 Merge branch 'remy@dal-functor-to-record' into 'master' Dal/Crypto: replace funtor by record for constants parameters See merge request tezos/tezos!5907 20 July 2022, 16:27:05 UTC
f9db6a7 Dal/Node: move dal types from specific file to cryptobox.ml 20 July 2022, 16:00:15 UTC
ebdb726 Dal/Crypto: doc 20 July 2022, 16:00:15 UTC
91b3693 Dal/Crypto: when checking params, replace assert by invalid_arg 20 July 2022, 16:00:15 UTC
dadb7a4 Dal/Crypto: rename _sigs -> _intf 20 July 2022, 16:00:15 UTC
c762bbc Dal/Crypto: move some _sigs to .mli 20 July 2022, 16:00:15 UTC
25f4dc0 Dal/Node: adapt dal node to new crypto (replace record by functor) 20 July 2022, 16:00:15 UTC
04de5fb Dal/Crypto: replace functor by a record 20 July 2022, 16:00:15 UTC
4c3cca6 Merge branch 'richard-fix-release-job' into 'master' Scripts: Fix binaries-for-release path resolution See merge request tezos/tezos!5901 20 July 2022, 15:58:59 UTC
1b9fc40 Scripts: Fix binaries-for-release path resolution 20 July 2022, 15:29:34 UTC
b448d8a Merge branch 'andrea@scoru-make-rollup-node-state-persistent' into 'master' Make rollup node resilient to failures Closes #3246, #3205, and #3203 See merge request tezos/tezos!5844 20 July 2022, 15:27:52 UTC
b5d509f Scoru/Node: make number of ticks persistent 20 July 2022, 15:01:54 UTC
e3b3285 Scoru/Node: persist heads not finalized 20 July 2022, 15:01:54 UTC
c4a23fb Scoru/Tezt: Ensure that the rollup node is resilient to failures 20 July 2022, 15:01:54 UTC
0ddb6bf Merge branch 'mehdi@remove_ithaca_python_tests' into 'master' Remove Ithaca Python tests See merge request tezos/tezos!5847 20 July 2022, 15:01:06 UTC
f27ba02 Tests/Python: rebalance tests 20 July 2022, 14:34:34 UTC
0bb369c Ithaca: remove Python tests 20 July 2022, 14:34:34 UTC
79da3aa Tests/Python: adapt job name regexp in jobs_fetch_reports.py The python tests are now split in `integration:pytest X/Y` and `integration:pytest_old_protocols X/Y`. Adapt the regexp matching job names from which to fetch and merge reports accordingly. 20 July 2022, 14:34:34 UTC
535a6c2 Merge branch 'sventimir@yes-wallet-manifest' into 'master' Migrate yes-wallet to Manifest See merge request tezos/tezos!5766 20 July 2022, 13:24:41 UTC
8d49305 Yes_wallet: Add a README. 20 July 2022, 12:59:10 UTC
00fda51 Docs: Update commands to create yes-wallet. 20 July 2022, 12:59:10 UTC
0301de6 Yes-wallet: Migrate to Manifest. 20 July 2022, 12:59:10 UTC
329d3ba Yes-wallet: Move to devtools. 20 July 2022, 12:59:10 UTC
d6e0ce2 Yes-wallet: Separate protocol-dependent code from generic one. 20 July 2022, 12:59:10 UTC
9b340ca Merge branch 'iguerNL@functori@scoru@simple-renaming-in-inbox-history' into 'master' Proto/Scoru: simple fields renaming in history to auto-document. See merge request tezos/tezos!5925 20 July 2022, 12:11:37 UTC
c955ae5 Proto/Scoru: simple fields renaming in history to auto-document. Use better fields names in `history` fields to auto-document the code and avoid ambiguity. Also add docstring for all the fields of `history` datatype. 20 July 2022, 11:45:49 UTC
04fff4f Merge branch 'more-tree-encoders' into 'master' Lib_scoru_wasm: More tree encoders See merge request tezos/tezos!5892 19 July 2022, 16:52:16 UTC
7e31303 Lib_scoru_wasm/Test: test for value-option 19 July 2022, 16:25:12 UTC
1cf8da0 Lib_scoru_wasm: introduce value-option 19 July 2022, 16:24:48 UTC
124c59f Lib_scoru_wasm/Test: more tests 19 July 2022, 16:22:23 UTC
76afc84 Lib_scoru_wasm: option encoding 19 July 2022, 16:22:19 UTC
10fc7fa Lib_scoru_wasm: support case-lwt 19 July 2022, 16:22:14 UTC
3d08305 Lib_scoru_wasm: fix docs for tree-encoding-decoding 19 July 2022, 16:22:11 UTC
5309ded Lib_scoru_wasm: distinct tuple elem keys 19 July 2022, 16:22:07 UTC
14e2bdb Lib_scoru_wasm: more tup combinators 19 July 2022, 14:28:49 UTC
2631195 Merge branch 'raphael-p@tezt-entrypoint-ml-file' into 'master' Tezt: add entrypoint compilation unit See merge request tezos/tezos!5806 19 July 2022, 10:09:43 UTC
db530ca doc: specialize tezt/Readme for Tezt-Tezos 19 July 2022, 09:07:09 UTC
back to top