https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
dee328e wip 25 July 2022, 14:37:28 UTC
416adcb FFT PFA working! just need to permute output 24 July 2022, 19:58:16 UTC
fc8665b test fft 256 vs PFA fft 152 cout verification slot segment OK scalar fft 256 = 0.000023 s scalar FFT PFA 152 = 0.001317 s 24 July 2022, 19:13:58 UTC
69ccb81 radix 4 fft on G1 marginally faster than radix2 23 July 2022, 16:05:01 UTC
3bf40d0 working radix 4 fft on g1 23 July 2022, 13:51:49 UTC
4647867 fft+dft okay 22 July 2022, 15:29:57 UTC
78ae1e9 try 20 July 2022, 23:13:52 UTC
b70ad79 wip 18 July 2022, 09:24:10 UTC
d6d8274 reduced memory consumption; 1.2x-1.4x faster 17 July 2022, 20:38:19 UTC
8acf890 wip 17 July 2022, 18:03:34 UTC
4e67e1f simplify kate amortized 11 July 2022, 08:05:42 UTC
56200f3 wip 11 July 2022, 08:05:39 UTC
6d73ff5 simplify 11 July 2022, 08:05:37 UTC
e84f64d fix assert 11 July 2022, 08:05:35 UTC
61846ff simplify 11 July 2022, 08:05:33 UTC
339bed9 simplify 11 July 2022, 08:05:31 UTC
db5bddd remove array<->list conversion 11 July 2022, 08:05:30 UTC
cd78b84 delete dead code 11 July 2022, 08:05:27 UTC
7b39101 try 11 July 2022, 08:05:23 UTC
228948a fix k 08 July 2022, 13:25:32 UTC
ca53636 use FFT in C 07 July 2022, 12:13:34 UTC
1cfde81 DAL/crypto: use faster alternative than divide & conquer multiplication 03 July 2022, 17:29:02 UTC
df23624 nit 03 July 2022, 12:00:04 UTC
26d1062 use division_xn 03 July 2022, 11:59:23 UTC
1b222b8 wip 03 July 2022, 11:55:08 UTC
0f977b0 fix test 03 July 2022, 11:48:25 UTC
3efdbbf found 152 primitive root :) 02 July 2022, 16:27:15 UTC
cb70747 DAL/crypto: fix typos 02 July 2022, 14:22:31 UTC
c2f4601 DAL/crypto: remove unneeded try with 02 July 2022, 14:22:31 UTC
bc42157 DAL/crypto: verify_degree: don't commit with entire srs 02 July 2022, 14:22:03 UTC
76a7ecb Merge branch 'scoru-wasm-refactoring' into 'master' Lib_scoru_wasm: Syntax module for tree-decoding and minor refactoring See merge request tezos/tezos!5755 02 July 2022, 00:43:01 UTC
b56c3bc Lib_scoru_wasm: refactor decodings 02 July 2022, 00:00:44 UTC
ceb29af Lib_scoru_wasm: tree-decoding syntax module 02 July 2022, 00:00:44 UTC
2f44a33 Merge branch 'mehdi@apply_unparsing_mode' into 'master' Proto/Apply: get rid of unparsing_mode See merge request tezos/tezos!5738 01 July 2022, 16:41:03 UTC
b15a61b Proto/Apply: apply_transaction_to_smart_contract is always called with unparsing_mode = Optimized 01 July 2022, 15:56:27 UTC
1953c77 Proto/Apply: apply_internal_manager_operation_content is always called with unparsing_mode = Optimized 01 July 2022, 15:56:27 UTC
7326c83 Proto/Apply: apply_internal_manager_operations is always called with unparsing_mode = Optimized 01 July 2022, 15:56:27 UTC
1c9e598 Proto/Apply: apply_external_manager_operation_content is always called with unparsing_mode = Optimized 01 July 2022, 15:56:27 UTC
b767652 Proto/Apply: apply_manager_contents is always called with unparsing_mode = Optimized 01 July 2022, 15:56:27 UTC
8a51d0b Proto/Apply: apply_manager_contents_list_rec is always called with unparsing_mode = Optimized 01 July 2022, 15:56:27 UTC
2156a59 Proto/Apply: apply_manager_contents_list is always called with unparsing_mode = Optimized 01 July 2022, 15:56:26 UTC
4a5c384 Proto/Apply: apply_manager_operation is always called with unparsing_mode = Optimized 01 July 2022, 15:56:26 UTC
28e7de0 Proto/Apply: apply_contents_list is always called with unparsing_mode = Optimized 01 July 2022, 15:56:26 UTC
e7ff8de Proto/Apply: apply_operation is always called with unparsing_mode = Optimized 01 July 2022, 15:56:26 UTC
098deb0 Merge branch 'yrg@scoru@fix-an-off-by-one-in-inbox-proofs' into 'master' SCORU: Fix off-by-one bug in inbox refutation proofs See merge request tezos/tezos!5754 01 July 2022, 15:55:47 UTC
3fec4a6 Proto,SCORU: Fix off-by-one bug in inbox refutation proofs The proof verifier and proof producer did not agree on the index of the message occurring in the statement. Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 01 July 2022, 15:14:45 UTC
da7b5d8 Merge branch 'vch9@scoru@2689' into 'master' Scoru,Proto: avoid redundant storage's lookups for [publish_commitment] Closes #2689 See merge request tezos/tezos!5628 01 July 2022, 14:59:28 UTC
4e737ef Scoru,Proto: avoid redundant storage's lookups for [publish_commitment] 01 July 2022, 14:24:31 UTC
30a7853 Merge branch 'governance_dictator_ithacanet' into 'master' Proto: allow to register a governance dictator for testnets and private chain (part 2/2) See merge request tezos/tezos!5612 01 July 2022, 14:23:50 UTC
a62d53f Proto/dictator: test migration code 01 July 2022, 13:46:31 UTC
fff5e02 Proto/dictator: add migration code for ghostnet 01 July 2022, 13:46:31 UTC
7e7ac7a Merge branch 'abate@test_maintenance' into 'master' p2p: add internal for tests only options See merge request tezos/tezos!5647 01 July 2022, 13:45:39 UTC
1fd543f p2p: add test_config optoins for test only module p2p: add optional rgn argument to p2p_maintainance activate These options are for internal tests only. 01 July 2022, 12:37:45 UTC
fd3e583 Merge branch 'pipelining@revert-always-consume' into 'master' Fix apply originate gas consumed Closes #3283 See merge request tezos/tezos!5659 01 July 2022, 12:22:25 UTC
b6ecce4 Docs/proto: add an entry for the fix of origination gas consumption in the application 01 July 2022, 11:41:20 UTC
d62c2fe Proto: force_decode before parse_script in origination application Co-authored-by: Zaynah Dargaye <zaynah.dargaye@nomadic-labs.com> Co-authored-by: Germán Delbianco <german@nomadic-labs.com> Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> 01 July 2022, 11:41:20 UTC
c9e27e2 Tezt: check that the gas consumed from an origination returned from a dry-run is enough for the injection of the origination 01 July 2022, 11:41:20 UTC
2809688 Tezt: add gas_limit and dry_run argument for contract origination in the client 01 July 2022, 11:41:20 UTC
0b44f85 Merge branch 'vdum@update_packages' into 'master' Update tezos-bls12-381-polynomial and tezos-plonk See merge request tezos/tezos!5745 01 July 2022, 11:40:01 UTC
75f3143 lib_crypto: small fix for tezos-bls12-381-polynomial update Co-authored-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> 01 July 2022, 10:29:35 UTC
a4d03d9 opam: bump opam-repository 01 July 2022, 10:29:35 UTC
082e674 Merge branch 'romain-ghostnet' into 'master' Node: replace --network ithacanet with ghostnet See merge request tezos/tezos!5725 01 July 2022, 10:28:23 UTC
11d261b Node: replace --network ithacanet with ghostnet 01 July 2022, 09:49:54 UTC
060076b Merge branch 'sventimir@get_contracts-mem-consumption' into 'master' Get_contracts: add measurement of contracts' mem consumption. See merge request tezos/tezos!5608 01 July 2022, 09:16:02 UTC
4ebb16b Get_contracts: Extract contract size info into a module. 01 July 2022, 08:37:17 UTC
710f2fe Get_contracts: gather total IR size of all contracts. 01 July 2022, 08:37:17 UTC
9c5386d Get_contracts: Gather raw contract data into a record. For easier processing and typing. 01 July 2022, 08:37:17 UTC
d53ffda Get_contracts: Also output size of contracts expected by our model. 01 July 2022, 08:37:17 UTC
36da3db Get_contracts: Extract contract results output as separate function. 01 July 2022, 08:37:17 UTC
df4eafe Get_contracts: add measurement of contracts' mem consumption. For each contract output an additional file *.size, in which memory footprint of the smart contract is stored, counted in memory words the the contract occupies in cache. 01 July 2022, 08:37:17 UTC
f765cad Merge branch 'scoru-wasm-refactoring' into 'master' Lib_scoru_wasm: Missing signature files and refactoring See merge request tezos/tezos!5748 01 July 2022, 08:27:32 UTC
5e2badc Lib_scoru_wasm: replace sigs with tree module 01 July 2022, 00:00:44 UTC
699497d Lib_scoru_wasm: refactor scoru-wasm module 01 July 2022, 00:00:44 UTC
b2f6013 Merge branch 'thomas.athorne@scoru-refutation-no-messages' into 'master' Proto: SCORU: zero-tick commitment case See merge request tezos/tezos!5332 30 June 2022, 17:17:35 UTC
b413566 Proto: SCORU: add test for zero-tick commitment check 30 June 2022, 16:39:32 UTC
855f4cd Proto: SCORU: zero-tick commitment case 30 June 2022, 16:39:32 UTC
fc13e11 Merge branch 'hhugo-proto3' into 'master' Protocol: The protocol environment is not longer inside an Environment submodule See merge request tezos/tezos!5695 30 June 2022, 16:38:52 UTC
9fa42ff Protocol: small refactoring 30 June 2022, 15:54:45 UTC
51b0358 Merge branch 'functori@tx-rollup-node-cors' into 'master' Tx_rollup,Node: set CORS options Closes #3178 See merge request tezos/tezos!5514 30 June 2022, 15:43:57 UTC
16e26ca Tx_rollup/Node/013: add default cors header 30 June 2022, 15:04:07 UTC
0c2c93b Tx_rollup/Node/013: shutdown RPC server on exit 30 June 2022, 15:04:07 UTC
9576f97 Tx_rollup/Node/013: set CORS options New command line arguments --cors-origins and --cors-headers 30 June 2022, 15:03:28 UTC
45d001a Tx_rollup/Node/Alpha: add default cors header 30 June 2022, 15:03:27 UTC
ee180be Tx_rollup/Node/Alpha: shutdown RPC server on exit 30 June 2022, 15:03:27 UTC
9faba7f Tx_rollup/Node/Alpha: set CORS options New command line arguments --cors-origins and --cors-headers 30 June 2022, 15:01:47 UTC
92305da Merge branch 'scoru@wasm-integration' into 'master' SCORU: WASM: Module instances from tree See merge request tezos/tezos!5484 30 June 2022, 13:51:16 UTC
fb353d4 SCORU: WASM: Instantiate module instance from tree 30 June 2022, 13:10:44 UTC
a4858cc SCORU: WASM: Enhance tree decoding module 30 June 2022, 13:10:44 UTC
1bb0cd6 SCORU: WASM: Improve lazy vector 30 June 2022, 13:10:44 UTC
4646d7c Merge branch 'sylvain@scoru@add_originated_cemented_commitment' into 'master' SCORU: add genesis commitment at origination See merge request tezos/tezos!5567 30 June 2022, 12:37:44 UTC
f667b21 Tezt: Reset regression for the previous patchset The following commands were run in order to generate the new regression files. dune exec tezt/tests/main.exe -- --file sc_rollup.ml --reset-regressions dune exec tezt/tests/main.exe -- --file dal.ml --reset-regressions 30 June 2022, 11:56:41 UTC
fc04013 Proto: Fully convert [Sc_rollup_storage] to monadic let 30 June 2022, 11:56:41 UTC
89161f7 Test,sc_rollup: Assert the existence of the genesis commitment 30 June 2022, 11:56:41 UTC
b31dd78 Test,sc_rollup: Assert the correctness of the reference initial hashes 30 June 2022, 11:56:40 UTC
a049dd3 Test,sc_rollup: Try to originate with invalid proofs 30 June 2022, 11:56:40 UTC
4ebbbc1 Proto,sc_rollup: Record genesis commitment Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> 30 June 2022, 11:56:40 UTC
43f2773 Proto,sc_rollup: Ask for an origination proof, compute a genesis hash This origination proof is expected to cover the specialization of a PVM with a specific boot sector. Using the helpers we introduce in this patch, we add tests to check the correctness of the [initial_state_hash] constant provided by each PVM. This patch is larger than one could expect because the wrapped proof definition in `Alpha_context' was breaking the abstraction barrier. The so-called genesis commitment is still not computed. Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> 30 June 2022, 11:55:45 UTC
a3f395a Proto,sc_rollup: Produce and verify so-called origination proof The origination proof needs to cover the installation of a `boot_sector' in a PVM started from the initial state. Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> 30 June 2022, 11:52:27 UTC
a990c60 Proto,sc_rollup: Split `initial_state' into two functions We distinguish between the “initial state” of a PVM, shared by all rollups using this PVM, and the “genesis state” that is a specialization of a PVM with a given boot sector, as submitted during a rollup origination. Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> 30 June 2022, 11:52:27 UTC
52f0e0e Merge branch 'hhugo-alcotest' into 'master' Upgrade to alcotest.1.6 and drop ALCOTEST_VERBOSE=yes See merge request tezos/tezos!5729 30 June 2022, 11:27:11 UTC
back to top