https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
54cf2be Proto: compute at most one stake update per transfer per delegate Co-authored by Boubacar Sall 04 April 2022, 11:10:02 UTC
73beba5 Proto: tests delegation management from token module Co-authored by Boubacar Sall 04 April 2022, 11:09:44 UTC
295481c Proto: delegate storage using token, delegate and delegator introduction Co-authered by Boubacar Sall 04 April 2022, 11:09:26 UTC
777ea33 Proto: manage token delegation Co-authored by Boubacar Sall 04 April 2022, 11:09:12 UTC
58271fb Proto: delegation deletion in token on contract deletion Co-authored by Boubacar Sall 04 April 2022, 11:08:56 UTC
0d1dace Proto: move function Co-authored by Boubacar Sall 04 April 2022, 11:08:40 UTC
1f54671 Proto: rename function Co-authored by Boubacar Sall 04 April 2022, 11:08:24 UTC
981d570 Proto: move stake updating functions Co-authored by Boubacar Sall NB: it is an intermediaite state, hence the functions [add_contract_stake_balance_and_frozen_bonds] and [remove_contract_stake_balance_and_frozen_bonds] will be removed in a future commit when the delegation will be placed in token 04 April 2022, 11:08:07 UTC
1879cfb Proto: remove redundant representation Co-authored by Boubacar Sall 04 April 2022, 11:07:51 UTC
0ecb045 Proto: manage staking of deposits, fees and rewards in token Co-authored by Boubacar Sall 04 April 2022, 11:07:34 UTC
4e79c0b Proto: manage staking of contracts and frozen bonds mouvements in token Co-authored by Boubacar Sall 04 April 2022, 11:06:34 UTC
9eb921f Tezt: update regression outputs 24 March 2022, 07:36:39 UTC
1abeded Tezt/Tx_rollup: introduce type for binary batches representation 24 March 2022, 07:36:39 UTC
632090f Proto: fix encoding of tx rollup batch message content 24 March 2022, 07:36:39 UTC
1dae94c Merge branch 'raphael-p@simplify-doc-gen' into 'master' Docs: simplify p2p-doc-gen See merge request tezos/tezos!4805 24 March 2022, 05:04:32 UTC
3be118f Docs: simplify p2p-doc-gen 24 March 2022, 04:03:45 UTC
c92a704 Merge branch 'davdumas@rename-variable' into 'master' CI: rename MASTER_OR_RELEASE to CI_DOCKER_HUB (explicit) See merge request tezos/tezos!4802 24 March 2022, 04:02:00 UTC
cd50f32 CI: rename MASTER_OR_RELEASE to CI_DOCKER_HUB (explicit) 24 March 2022, 02:55:19 UTC
29262a1 Merge branch 'tx_rollup@withdraw-hardening' into 'master' Proto,tx_rollup: two withdraws in same batch; same inbox See merge request tezos/tezos!4789 24 March 2022, 02:54:24 UTC
3f5f60a Proto,tx_rollup: two withdraws in same batch; same inbox 24 March 2022, 01:49:28 UTC
ae4ee2f Merge branch 'nray@fix-block-validation-registration' into 'master' long_tezt: Lazily loading of the datadir See merge request tezos/tezos!4813 24 March 2022, 01:48:42 UTC
dd413fc long_tezt: Lazily loading of the datadir 24 March 2022, 00:44:29 UTC
59f41c7 Merge branch 'lthms@tx_rollup@better-commitment-getter' into 'master' Proto,tx_rollup: Various bug fixes and tests improvement Closes #2687 See merge request tezos/tezos!4801 24 March 2022, 00:43:28 UTC
e2bda12 Tezt,tx_rollup: Reset regressions 23 March 2022, 23:38:08 UTC
3b43890 Proto,tx_rollup: Fix an edge case in inbox creation 23 March 2022, 23:38:08 UTC
4fa4f89 Proto,tx_rollup: Ensure one cannot commit to the current inbox 23 March 2022, 23:38:08 UTC
07b9b75 Proto,tx_rollup: Test that we cannot commit to the current inbox 23 March 2022, 23:38:08 UTC
e8c23d1 Test,tx_rollup: Turn [test_state] into a proper integration test 23 March 2022, 23:38:08 UTC
69c4024 Proto,tx_rollup: Compute the burn cost after the inbox’s creation 23 March 2022, 23:38:07 UTC
29738df Proto,tx_rollup: Prefer using RPC over accessing the the context 23 March 2022, 23:38:07 UTC
32d51d5 Proto,tx_rollup: Do not return invalidated commitments in RPC When we reject a commitment, its successors are not removed from the context, they are simply ignored thanks to the machine state by the tx rollup operations. However, the RPC was returning them. This patch changes that, and ensures that the tx rollup operations cannot wrongfully read them too. 23 March 2022, 23:38:07 UTC
c708b31 Merge branch 'doc_tezt' into 'master' Doc tezt See merge request tezos/tezos!4677 23 March 2022, 23:36:40 UTC
23dd1c3 Tezt-test: Explicitely type check_node_initialization 23 March 2022, 22:29:30 UTC
9634b55 Tezt-doc: update doc to match the API change of Tezt 23 March 2022, 22:29:30 UTC
a7bf398 Merge branch 'raphael-p@lint-doc-syntax' into 'master' Lint doc syntax See merge request tezos/tezos!4799 23 March 2022, 22:28:39 UTC
37eaa3f CI: make misc-check retry:1 23 March 2022, 21:23:33 UTC
39faf08 Proto-alpha: fix comment formatting issues 23 March 2022, 21:23:33 UTC
035db20 Test: fix comment formatting issues 23 March 2022, 21:23:33 UTC
8663ffe Proto-env: fix some documentation syntax error 23 March 2022, 21:23:33 UTC
8ba9cee CI: add test for ocamldoc/odoc syntax of comments for proto-alpha 23 March 2022, 21:23:33 UTC
af7eec9 Merge branch 'pirbo-ledger-messages-in-debug' into 'master' Signer: Restore debug ledger logs See merge request tezos/tezos!4616 23 March 2022, 21:22:02 UTC
f7cda6f Signer: Restore debug ledger logs We get back the info we had before 96ab75a7c1e13a47a1dcca11753bc844ed6a375f 23 March 2022, 20:21:23 UTC
873c3c8 Merge branch 'vch9@l2-allocated-indexes' into 'master' Tx_rollup,Proto: simplify the indexes type See merge request tezos/tezos!4790 23 March 2022, 20:19:53 UTC
b5f4f35 Tx_rollup,Proto: simplify the indexes type 23 March 2022, 19:17:51 UTC
9b8f659 Merge branch 'functori@tx_rollup@fix-tezos-lib' into 'master' Tezt/Tx_rollup: small fix in lib_tezos See merge request tezos/tezos!4807 23 March 2022, 19:16:45 UTC
62cdf3c Tezt/Tx_rollup: small fix in lib_tezos 23 March 2022, 19:16:45 UTC
f14f618 Merge branch 'dannywillems-update-to-bls12-381-3.0.1' into 'master' Update to bls12-381.3.0.1 See merge request tezos/tezos!4732 23 March 2022, 18:15:48 UTC
e8ef733 Deps: bls12-381 is not a virtual package anymore. bls12-381-unix does not exist anymore 23 March 2022, 16:49:59 UTC
5ed5711 Build: update opam commit hash for bls12-381.3.0.1 23 March 2022, 16:49:59 UTC
4eea042 Merge branch 'albin@prevalidator-diagram' into 'master' Docs: add a prevalidator diagram See merge request tezos/tezos!4565 23 March 2022, 16:47:24 UTC
c1a6a32 Docs: add a prevalidator diagram 23 March 2022, 15:42:54 UTC
1298b78 Merge branch 'abate@fix-script-utop' into 'master' scripts: fix minor problem with build-dev-deps and utop See merge request tezos/tezos!4642 23 March 2022, 15:41:20 UTC
c0e1b52 scripts: fix minor problem with build-dev-deps and utop 23 March 2022, 14:37:01 UTC
03e395b Merge branch 'tx_rollup@test_l2_unparsable' into 'master' Proto,tx_rollup: test for unparsable message in l2 apply See merge request tezos/tezos!4788 23 March 2022, 14:35:27 UTC
e5c968b Proto,tx_rollup: test for unparsable message in l2 apply 23 March 2022, 13:39:38 UTC
661dfe4 Merge branch 'tx_rollup@finalization-cov' into 'master' Proto,tx_rollup: Some finalization tests See merge request tezos/tezos!4785 23 March 2022, 13:38:48 UTC
e2f4128 Proto,tx_rollup: Some finalization tests 23 March 2022, 12:38:26 UTC
a1cd472 Merge branch 'raphael-p@avoid-using-globals-return-and-fail-prefer-locals--shell-and-friends' into 'master' Avoid using globals return and fail prefer locals (shell and friends) See merge request tezos/tezos!4746 23 March 2022, 09:32:17 UTC
4689dc2 Store: minor code simplification 23 March 2022, 08:31:44 UTC
2099134 Validation: Use local (rather than global) return/fail 23 March 2022, 08:31:44 UTC
4274b82 Shell-services: Use local (rather than global) return/fail 23 March 2022, 08:31:43 UTC
f61c243 Node: Use local (rather than global) return/fail 23 March 2022, 08:31:43 UTC
c1eca56 Context: Use local (rather than global) return/fail 23 March 2022, 08:31:43 UTC
fdf5b6c Shell: Use local (rather than global) return/fail 23 March 2022, 08:31:43 UTC
49ff894 Store: Use local (rather than global) return/fail 23 March 2022, 08:31:43 UTC
41a3983 Store: minor clean-up of code 23 March 2022, 08:31:43 UTC
4b0e02a Merge branch 'thomas.athorne@sc-rollup-publish-op' into 'master' Proto: SCORU: Create layer 1 operation to publish commitment See merge request tezos/tezos!4620 23 March 2022, 08:30:28 UTC
1cf3d88 Proto: SCORU: add integration tests for publish and cement 23 March 2022, 07:09:08 UTC
57d8b83 Proto: SCORU: add unit tests for publish commit 23 March 2022, 07:09:07 UTC
0f0aba8 Proto: SCORU: add Sc_rollup_publish L1 operation 23 March 2022, 07:09:07 UTC
28a7662 Merge branch 'scoru@add-refutation-game' into 'master' SCORU: Add refutation games See merge request tezos/tezos!4498 23 March 2022, 00:39:00 UTC
0304154 Proto,SCORU: Test sc refutation game logic Co-authored-by: Corneliu Hoffman <corneliu.hoffman@trili.tech> Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 March 2022, 23:13:24 UTC
f48ac86 Proto,SCORU: Add sc rollup refutation game logic Co-authored-by: Corneliu Hoffman <corneliu.hoffman@trili.tech> Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 March 2022, 23:13:24 UTC
6475c9d Proto,SCORU: Make PVM input a standard type Co-authored-by: Corneliu Hoffman <corneliu.hoffman@trili.tech> Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 March 2022, 23:13:24 UTC
ba19c05 Merge branch 'scoru@pvm-arith-state-type' into 'master' Proto,SCORU: Expose state type as Context.tree for PVMs See merge request tezos/tezos!4791 22 March 2022, 23:12:06 UTC
ca6bf7c Proto,SCORU: Expose state type as Context.tree for PVMs 22 March 2022, 21:58:56 UTC
37339bd Merge branch 'francois@tx-rollup-precheck' into 'master' Tx_rollup: Move and refine the path checking for the rejection operation in precheck See merge request tezos/tezos!4782 22 March 2022, 21:40:14 UTC
ff245c4 Protocol/Tx_rollup: Add the withdraw path check in precheck 22 March 2022, 20:42:47 UTC
59ffc1f Tezt/Tx_rollup: Add a test to ensure validity of path rejection 22 March 2022, 20:42:47 UTC
9e212a1 Protocol/Tx_rollup: Check message path length in precheck 22 March 2022, 20:42:47 UTC
21ba126 Merge branch 'andrea@scoru-initial-level-rpc-call' into 'master' Proto: Scoru: Add RPC for fetching sc-rollup initial level Closes #2676 See merge request tezos/tezos!4770 22 March 2022, 20:41:48 UTC
1b757f2 Tezt: Scoru: regression tests for initial level of sc rollup 22 March 2022, 19:40:36 UTC
e4099a2 Proto: Scoru: RPC to fetch initial level of sc rollup 22 March 2022, 19:40:36 UTC
d71aa44 Merge branch 'mehdi@unite_types' into 'master' Remove comparable_ty See merge request tezos/tezos!4502 22 March 2022, 19:39:48 UTC
8e7722e Proto/Michelson: remove comparable_ty, part 9: Tests 22 March 2022, 18:30:57 UTC
6c4a08d Proto/Michelson: remove comparable_ty, part 8: Plugin Does not compile 22 March 2022, 18:30:57 UTC
36bf24c Proto/Michelson: remove comparable_ty, part 7: Ticket_scanner Does not compile 22 March 2022, 18:30:57 UTC
1f1c8cf Proto/Michelson: remove comparable_ty, part 6: Script_ir_translator Does not compile 22 March 2022, 18:30:57 UTC
f649943 Proto/Michelson: remove comparable_ty, part 5: Michelson_v1_gas Does not compile 22 March 2022, 18:30:57 UTC
2b654ae Proto/Michelson: remove comparable_ty, part 4: Script_typed_ir_size Does not compile 22 March 2022, 18:30:56 UTC
1617de0 Proto/Michelson: remove comparable_ty, part 3: Gas_comparable_input_size Does not compile 22 March 2022, 18:30:56 UTC
e1ce29b Proto/Michelson: remove comparable_ty, part 2: Script_comparable Does not compile 22 March 2022, 18:30:56 UTC
b02fdcd Proto/Michelson: remove comparable_ty, part 1bis Replace `('a, yes) ty` by `'a comparable_ty` 22 March 2022, 18:30:56 UTC
d6b3421 Proto/Michelson: remove comparable_ty, part 1: Script_typed_ir The following commits replace the old `comparable_ty` by `'a comparable_ty = ('a, yes) ty`. Consequently, `X_key` constructors are replaced by `X_t` ones. Does not compile yet. 22 March 2022, 18:30:56 UTC
657352c Merge branch 'richard-lib-client-sapling' into 'master' Manifest: lib_client_sapling See merge request tezos/tezos!4760 22 March 2022, 17:21:13 UTC
d4d9f3a Manifest: lib_client_sapling 22 March 2022, 16:00:12 UTC
468b7b2 Merge branch 'raphael-p@fix-mli-doc-markup-syntax-errors' into 'master' Fix mli doc markup syntax errors See merge request tezos/tezos!4769 22 March 2022, 14:25:53 UTC
5cf6fe9 Client-base: fix doc syntax 22 March 2022, 13:20:17 UTC
e3a112e Proto-env: fix doc syntax 22 March 2022, 13:20:17 UTC
0bac5fe Time-measurement: fix doc syntax 22 March 2022, 13:20:17 UTC
back to top