https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
3aca0da Tezt/tests: small modifications in consequence 18 May 2022, 15:08:14 UTC
475d1bb Tezt: wait for operation to be in mempool for command which inject 18 May 2022, 15:08:13 UTC
87ce41c Tezt: split client to avoid dependency cycle 18 May 2022, 15:07:04 UTC
442c552 Tezt: monitor RPCs 18 May 2022, 15:04:57 UTC
2b90d12 Tezt: Curl in module and curl stream 18 May 2022, 07:50:53 UTC
4c614d1 Merge branch 'mehdi@contract_storage' into 'master' Proto: minor simplifications of contract_storage See merge request tezos/tezos!5309 18 May 2022, 07:18:32 UTC
6336259 Proto/Contract_storage: inline create_base 18 May 2022, 06:35:33 UTC
9d1aec5 Proto/Contract_storage: only originated accounts have a script 18 May 2022, 06:35:32 UTC
3115394 Proto/Contract_storage: counter is created for implicit accounts only 18 May 2022, 06:35:32 UTC
5cb9c73 Proto/Contract_storage: manager is used by create_implicit only 18 May 2022, 06:35:32 UTC
e50b9b1 Merge branch 'mehdi@client_contract_hash' into 'master' Proto/Client: restrict commands to originated contracts See merge request tezos/tezos!5262 17 May 2022, 20:17:05 UTC
ef411c2 Proto/Client: get_script/get_storage work on originated contracts only 17 May 2022, 18:54:28 UTC
aa082e4 Tezt: adapt run_view error message 17 May 2022, 18:54:28 UTC
7dac297 Proto/Client: script views work on originated contracts only 17 May 2022, 18:54:28 UTC
3e104c1 Proto/Client: tzip4 views work on originated contracts only 17 May 2022, 18:54:28 UTC
dec9b9e Proto/Client: restrict entrypoint_type to originated contracts 17 May 2022, 18:54:28 UTC
a6ea6b6 Proto/Client: managed contract work on originated contracts only 17 May 2022, 18:54:27 UTC
a42230f Proto/Client: restrict list_entrypoints to originated contracts 17 May 2022, 18:54:27 UTC
53d7635 Proto/Client/FA1.2: restrict to originated contracts 17 May 2022, 18:54:27 UTC
a115c7c Proto/Client: restrict sapling context to originated contracts 17 May 2022, 18:54:27 UTC
50dc051 Proto/Client: get_contract_big_map_value accepts only originated contracts 17 May 2022, 18:54:27 UTC
0b7abec Proto/Plugin: originate_dummy_contract returns a contract hash 17 May 2022, 18:54:27 UTC
ca11041 Proto/Client: fix error registration 17 May 2022, 18:54:27 UTC
cc31bbf Proto/Client: originated contract aliases Use it for the 'get cached contract rank for' command 17 May 2022, 18:54:27 UTC
2d9096f Merge branch 'bootstrap-delegation' into 'master' Proto: Allow implicit accounts to delegate at bootstrap time Closes #1972 See merge request tezos/tezos!5071 17 May 2022, 18:53:45 UTC
2b937ca Proto: Allow implicit accounts to delegate at bootstrap time This is already allowed for smart contracts. 17 May 2022, 17:28:53 UTC
7cc234b Merge branch 'ometrics.0.2.1' into 'master' Ometrics.0.2.1 Closes #2860 See merge request tezos/tezos!5302 17 May 2022, 17:19:05 UTC
59b5787 Build/CI: update images 17 May 2022, 16:39:58 UTC
18d6f8c Build/CI: reactivate ometrics 17 May 2022, 16:39:58 UTC
acb4ac2 Build: update opam tag 17 May 2022, 16:39:58 UTC
6522dfa Merge branch 'nbacquey@qcheck2-lib_rpc_http' into 'master' Lib_rpc_http: migrate from QCheck to QCheck2 See merge request tezos/tezos!5226 17 May 2022, 15:59:17 UTC
f0715e5 Lib_rpc_http: migrate from qcheck to qcheck2 17 May 2022, 14:38:47 UTC
1cb1913 Test_helpers: rename Tz_arbitrary and migrate to QCheck2 17 May 2022, 14:38:47 UTC
2e6aec2 Merge branch 'functori@tx-rollup-external-injector' into 'master' Rollups: Move injector in separate library See merge request tezos/tezos!5158 17 May 2022, 12:50:54 UTC
2769856 Rollups/Injector: use rollup_node_state for fee related functions 17 May 2022, 12:12:28 UTC
9bf3c40 Rollups: move tezos_reorg computation and fetch to lib_rollups 17 May 2022, 12:12:28 UTC
6a8d543 Rollups,Node: Move injector in separate library 17 May 2022, 12:12:28 UTC
f16f935 Tx_rollup,Node: remove useless ancestor from reorg 17 May 2022, 12:12:28 UTC
e5c58ef Test/Tezt: use baker_for_and_wait in tx rollup node tests 17 May 2022, 12:12:28 UTC
4a3eabf Tx_rollup,Node: Functorize injector 17 May 2022, 12:12:28 UTC
f039291 Tx_rollup,Node: move injector events in separate module 17 May 2022, 12:12:28 UTC
ee62eb1 Tx_rollup,Node: remove source from L1 operations 17 May 2022, 12:12:28 UTC
ab6641e Tx_rollup,Node: injector builds L1 operation 17 May 2022, 12:12:28 UTC
402b76b Tx_rollup,Node: make L1 operation type private Enforce invariant with hash. 17 May 2022, 12:12:28 UTC
26a7897 Merge branch 'andrea@scoru-node-do-not-publish-before-lcc' into 'master' Scoru: do not publish commitments if they are below last cemented commitment level See merge request tezos/tezos!5186 17 May 2022, 12:11:16 UTC
55e1735 Tezt: Scoru: do not publish commitments before LCC 17 May 2022, 11:33:46 UTC
62b4319 Proto: Scoru: Rollup node: do not publish commitments before LCC 17 May 2022, 11:33:38 UTC
e9ddd7b Proto: Scoru: Client Commands: cement commitment 17 May 2022, 11:30:56 UTC
582404a Merge branch 'nbacquey@qcheck2-lib_lwt_result_stdlib' into 'master' Lib_lwt_result_stdlib: migrate from qcheck to qcheck2 See merge request tezos/tezos!5230 17 May 2022, 10:55:51 UTC
23e224e Lib_lwt_result_stdlib: reduce test count for performance reasons As described in https://gitlab.com/tezos/tezos/-/merge_requests/5230#note_947965542, the migration from QCheck to QCheck2 causes a performance hit in the runtime of the test suite, the most important being `test_fuzzing_list`, which goes from 3s to 14s after the migration. This commit tries to alleviate that performance loss, by doing half as many iterations of each test (50 instead of 100). 17 May 2022, 10:19:52 UTC
230ac6b Lib_lwt_result_stdlib: refactor tests to remove boilerplate This commit adds several custom variants to `QCheck2.Test.make`, with built-in `QCheck2.Gen` and `~print` arguments, as well as a refactoring of the arguments passed to the `law` argument of `QCheck2.Test.make`. Those modifications aim to make it less tedious to read and write test cases. 17 May 2022, 10:19:52 UTC
f974bd8 Lib_lwt_result_stdlib: reinstate function printing 17 May 2022, 10:19:52 UTC
54e043f Lib_lwt_result_stdlib: migrate from qcheck to qcheck2 17 May 2022, 10:19:52 UTC
e567303 Merge branch 'mehdi@disk_block' into 'master' Proto/Benchmarks: Disk_block is unused See merge request tezos/tezos!5311 16 May 2022, 22:46:55 UTC
2df886f Proto/Benchmarks: Disk_block is unused 16 May 2022, 21:18:46 UTC
f777341 Merge branch 'mehdi@prep_split2' into 'master' Proto: prepare splitting internal transfers See merge request tezos/tezos!5261 16 May 2022, 18:09:47 UTC
9529938 Proto/Apply: no gas_consumed_in_precheck for internal operations 16 May 2022, 16:49:57 UTC
b514742 Proto/Apply: remove useless bind 16 May 2022, 16:49:57 UTC
8fc5943 Proto/Apply: allocated_destination_contract is always false for apply_transaction_to_smart_contract 16 May 2022, 16:49:57 UTC
52961a8 Proto/Apply: simplify checking existing contracts 16 May 2022, 16:49:57 UTC
55287e4 Tests/Python: update gas in regression tests 16 May 2022, 16:49:57 UTC
404217f Tests/Python: update hardcoded fee 16 May 2022, 16:49:56 UTC
4d658fd Proto/Apply: move Script_cache.find in match 16 May 2022, 16:49:56 UTC
3763dd1 Proto/Apply: move Token.transfer in match 16 May 2022, 16:49:56 UTC
4417b3e Merge branch 'mehdi@no-literal' into 'master' Client: minor fixes See merge request tezos/tezos!5300 16 May 2022, 16:49:18 UTC
7428dcb Client: fix typos 16 May 2022, 16:13:10 UTC
db116a6 Client/list_contracts: remove useless Lwt 16 May 2022, 16:13:10 UTC
86323fd Client/ContractAlias: destination arg/param does not need to return the original string 16 May 2022, 16:13:10 UTC
e678d71 Client/Sapling: use contract in message 16 May 2022, 16:13:09 UTC
ec1a3b7 Client/ContractAlias: get_contract does not need to return the original string 16 May 2022, 16:13:09 UTC
1d2fcaf Client/ContractAlias: alias_param does not need to return the original string 16 May 2022, 16:13:09 UTC
4cc6e0c Client/ContractAlias: make destination arg/param support text:literal syntax 16 May 2022, 16:13:09 UTC
a9d48eb Merge branch 'killian@register-metrics-plugin' into 'master' proto, plugin: register metrics plugins See merge request tezos/tezos!5301 16 May 2022, 16:12:28 UTC
368791a proto_013_PtJakart, plugin: register metrics plugin 16 May 2022, 15:34:12 UTC
94a0db7 proto_012_Psithaca, plugin: register metrics plugin 16 May 2022, 15:34:12 UTC
9c48d92 Merge branch 'nbacquey@qcheck2-lib_stdlib' into 'master' Lib_stdlib: migrate from qcheck to qcheck2 See merge request tezos/tezos!5231 16 May 2022, 15:32:50 UTC
2c5a979 Lib_stdlib: migrate from qcheck to qcheck2 16 May 2022, 14:59:31 UTC
e9d8a43 Merge branch 'mehdi@lb_contract_address' into 'master' LB: CPMM address is a smart-contract See merge request tezos/tezos!5224 16 May 2022, 14:58:48 UTC
4c3027e Proto/LB: store CPMM address as contract hash 16 May 2022, 13:30:32 UTC
70e10fe Proto: fresh_contract_from_current_nonce returns a contract hash 16 May 2022, 13:30:32 UTC
82cd1fd Proto: move Contract_hash computation 16 May 2022, 13:30:32 UTC
391e44d Proto: move Origination_nonce before Contract_hash 16 May 2022, 13:30:32 UTC
4b6efa1 Merge branch 'hhugo-fix-build-deps' into 'master' Fix make build-dev-deps See merge request tezos/tezos!5299 16 May 2022, 13:29:47 UTC
8183721 OPAM: Fix compiler upgrade using opam.2.1 16 May 2022, 12:04:59 UTC
0a8a925 Build: fix make build-deps 16 May 2022, 12:04:59 UTC
8ca44b0 Merge branch 'mehdi@compatible-encodings' into 'master' Proto: contract-compatible encodings for implicit and originated accounts See merge request tezos/tezos!5222 16 May 2022, 12:03:32 UTC
2abab39 Proto/Contract_repr: contract-compatible implicit/originated encodings 16 May 2022, 10:35:36 UTC
e5383c6 Proto/Contract_repr: refactor encoding 16 May 2022, 10:35:36 UTC
7fc5cdc Proto/Contract_repr: refactor cases 16 May 2022, 10:35:36 UTC
1a6eb60 Proto/Contract_repr: refactor of_b58check 16 May 2022, 10:35:36 UTC
3f410ac Merge branch 'bsall@update-documentation-frozen-bonds' into 'master' Update documentation related to frozen bonds and rollups See merge request tezos/tezos!4696 16 May 2022, 10:12:11 UTC
8c16f64 Proto: update documentation related to frozen bonds 16 May 2022, 09:38:19 UTC
f1a8afe Merge branch 'sventimir@test-proto-logging' into 'master' Add regression tests for logging machinery in Michelson interpreter See merge request tezos/tezos!4918 16 May 2022, 08:53:41 UTC
2694612 CI: Include the newly added tests in unit:alpha job. 16 May 2022, 08:16:20 UTC
1a676b1 Proto/Test: improve log shape in logging regression tests. 16 May 2022, 08:16:19 UTC
b777e03 Proto/Test: Add scripts to logging regression test. 16 May 2022, 08:15:41 UTC
d67b1a7 Proto/Test: Prepare for more contracts to test interpreter logging. 16 May 2022, 08:14:25 UTC
fef04ee Proto/Test: Extend testing logger to log more information. 16 May 2022, 08:12:46 UTC
16072e3 Proto/Test: Give the test_logging a real logger. One that actually generates output. It's equivalent to the trace_logger from Plugin for now, but will be extended soon. 16 May 2022, 08:12:44 UTC
4935670 Proto/Test: Allow run_script to mock internal operations. 16 May 2022, 08:12:15 UTC
back to top