swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
93722c9 Merge branch 'mehdi@contract_sampler' into 'master' Michelson_sampler: generate well-typed contracts See merge request tezos/tezos!5592 (cherry picked from commit def0e1b19840962d255fbbe88aca477966f373d4) 70dae32b Michelson_sampler: extract functions from address 6fa1044b Michelson_sampler: use address directly rather than value address_t d4d2016c Michelson_sampler: generate_contract is not mutually recursive with value anymore 133b3eed Michelson_sampler: generate well-typed contracts 4a3a3895 Michelson_sampler: also generate tx rollup typed contracts da522fec Michelson_sampler: also generate sc_rollup typed contracts 23 September 2022, 09:22:37 UTC
e3e4880 Merge branch 'yrg@scoru@improve-code-quality-of-rollup-node' into 'master' SCORU: Some improvements of the rollup node needed for refutation game logic Closes #3016 See merge request tezos/tezos!5691 29 June 2022, 15:59:00 UTC
f528219 Proto,SCORU: Use errors instead of exiting abruptly Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 29 June 2022, 15:31:11 UTC
ad18782 Proto,SCORU: Fix proof production in rollup node Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 29 June 2022, 15:31:11 UTC
51d2749 Proto,SCORU: Use Lwt compatible exit function Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 29 June 2022, 15:31:11 UTC
3206c11 Proto,SCORU: Make the rollup node only consider applied L1 operations Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 29 June 2022, 15:31:11 UTC
81b5864 Merge branch 'mehdi@event_emission' into 'master' Proto: event emission is not a transaction See merge request tezos/tezos!5715 29 June 2022, 15:30:29 UTC
5999932 Tests/Python: update regression trace 29 June 2022, 15:00:09 UTC
70f2fd6 Tezt: adapt events tests 29 June 2022, 15:00:09 UTC
89b58a7 Proto: remove Event_invalid_destination 29 June 2022, 15:00:09 UTC
b76e7fd Proto: remove Event from Destination 29 June 2022, 15:00:09 UTC
8a1df94 Proto: rename Transaction_to_event to Event 29 June 2022, 15:00:09 UTC
62e4f15 Proto: remove Transaction_to_event_result 29 June 2022, 15:00:09 UTC
cb525a8 Proto/Tests: update to change of kind 29 June 2022, 15:00:09 UTC
142150d Proto: change Transaction_to_event kind 29 June 2022, 15:00:09 UTC
0dedaed Proto: add Event result 29 June 2022, 15:00:09 UTC
fcbbd12 Proto: add Event external view of internal operation 29 June 2022, 15:00:08 UTC
2c69295 Proto: add Event manager kind 29 June 2022, 15:00:08 UTC
41c511e Proto: add Event operation kind 29 June 2022, 15:00:08 UTC
18a981a Merge branch 'functori@peristent-injector-state' into 'master' ORU: Persistent injector state Closes #2755 See merge request tezos/tezos!5619 29 June 2022, 14:59:21 UTC
23ad044 Injector/013: persistent state Injector: dumb implementation of on-disk persistent hash table Injector: use the on-disk hash tables Injector: dumb implementation of on-disk persistent queue Injector: use an on-disk persistent queue Injector: shutdown function Tx_rollup/Node/Batcher: shutdown function for batcher worker Tx_rollup/Node: shutting down workers on exit Injector: events for loading persistent state from disk Injector: Dispatch to correct worker by operation tag Injector: store persistent state in same location for all workers This allows to recover the state even if we change the signers between two runs of a rollup node. Injector: warn of unreadable file in persistent state 29 June 2022, 14:26:17 UTC
429f21d Injector: warn of unreadable file in persistent state 29 June 2022, 14:26:17 UTC
19499f6 Injector: store persistent state in same location for all workers This allows to recover the state even if we change the signers between two runs of a rollup node. 29 June 2022, 14:26:17 UTC
d42a3f0 Injector: Dispatch to correct worker by operation tag 29 June 2022, 14:26:17 UTC
8ec8146 Test/Tezt: loading injector state from disk for tx_rollup node 29 June 2022, 14:26:17 UTC
4397e25 Injector: events for loading persistent state from disk 29 June 2022, 14:26:17 UTC
665803d Tx_rollup/Node: shutting down workers on exit 29 June 2022, 14:26:17 UTC
0eddf8f Tx_rollup/Node/Batcher: shutdown function for batcher worker 29 June 2022, 14:26:17 UTC
d6bbded Injector: shutdown function 29 June 2022, 14:26:17 UTC
10b025b Tezt: read full JSON event from channel 29 June 2022, 14:26:17 UTC
e9a1566 Injector: use an on-disk persistent queue 29 June 2022, 14:26:17 UTC
1a9c74e Injector: dumb implementation of on-disk persistent queue 29 June 2022, 14:26:17 UTC
b2bdb7c Injector: use the on-disk hash tables 29 June 2022, 14:26:17 UTC
182e41c Injector: dumb implementation of on-disk persistent hash table 29 June 2022, 14:26:17 UTC
6df8961 Manifest: injector depends on tezos-stdlib-unix 29 June 2022, 14:26:17 UTC
a9f0b60 Merge branch 'hhugo-proto5' into 'master' Proto-env: Reduce tezos_protocol_environment interface. See merge request tezos/tezos!5710 29 June 2022, 14:16:27 UTC
26dbf5a Proto-env: reduce lib interface 29 June 2022, 13:46:01 UTC
485ff80 Merge branch 'romain-lb-vote' into 'master' Doc: LB vote must be after run See merge request tezos/tezos!5727 29 June 2022, 13:44:36 UTC
037c997 Doc: LB vote must be after run 29 June 2022, 13:14:08 UTC
7e10f50 Merge branch 'JViennot/BumpContractStorage' into 'master' Proto: allow to pay to increase the contract storage Closes #1460 See merge request tezos/tezos!5605 29 June 2022, 13:12:57 UTC
fddeda0 Proto: allow to pay to increase the contract storage 29 June 2022, 13:12:56 UTC
1bfc221 Merge branch 'raph@vdf-doc' into 'master' Updating VDF documentation See merge request tezos/tezos!5672 29 June 2022, 09:36:03 UTC
2bbe32b Doc: Updating randomness generation page 29 June 2022, 09:07:53 UTC
b0e77b2 Merge branch 'functori@scoru@various-changes' into 'master' Scoru: various fixes/improvements/changes Closes #3274 See merge request tezos/tezos!5565 29 June 2022, 09:04:26 UTC
4975fe2 Scoru: rename inbox/outbox_message.of/to_bytes to de/serialize 29 June 2022, 07:40:47 UTC
c9663e5 Proto/Scoru: improve game_repr encodings and types - define a dissection_chunk type for refutation game - favor encodings with named fields over tuples in game_repr 29 June 2022, 07:40:47 UTC
0250ff7 Proto/Scoru: move a get in context near loc where its result is used 29 June 2022, 07:40:47 UTC
8a093f4 Scoru: improve docstrings for origination 29 June 2022, 07:40:47 UTC
e082159 Tezt/Scoru: replace bake_for with bake_for_and_wait 29 June 2022, 07:40:47 UTC
34bd244 Proto/Scoru: use named fields when encoding to auto-document 29 June 2022, 07:40:47 UTC
5bb5f6b Proto/Scoru: simplify tick conversion function 29 June 2022, 07:40:47 UTC
6494724 Merge branch 'functori@scoru@cheap-rehash' into 'master' Proto/Scoru: Cheap State_hash from Context_hash scheme Closes #3306 See merge request tezos/tezos!5708 29 June 2022, 05:26:40 UTC
38f74de Proto/Scoru: disable hash_bytes/string function for State_hash This allows to force people to use context_hash_to_state_hash that defines a different (cheaper) hashing scheme 29 June 2022, 04:56:49 UTC
eebf253 Proto/Scoru: use a different/cheaper State hashing scheme 29 June 2022, 04:56:49 UTC
e0e3592 Merge branch 'vicall@irmin.3.3' into 'master' Update to irmin.3.3.1 See merge request tezos/tezos!5679 28 June 2022, 16:23:42 UTC
4401650 Test/Shell: init nodes with store/context/protocols in subfolders 28 June 2022, 15:14:27 UTC
0b61783 Proto,SCORU: Fix a negative about the outbox proofs Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 28 June 2022, 15:14:27 UTC
215fe54 Proto,SCORU: Improve pretty printer for output message Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 28 June 2022, 15:14:27 UTC
6fde1c7 Build: update opam repository tag 28 June 2022, 15:14:27 UTC
97e37a2 Store/test: handle already closed contexts 28 June 2022, 15:14:27 UTC
a226d34 Proto_alpha/scoru: introduce and use a folder for persistent storage 28 June 2022, 15:14:27 UTC
b0eb492 Tezt/proxy: update expected error 28 June 2022, 15:14:27 UTC
15f6325 Manifest: update to irmin.3.3.1 28 June 2022, 15:14:27 UTC
4ae5f09 Changelog: notice version change to 1.0 28 June 2022, 15:14:27 UTC
b6df1bf Node: bump version.json to 1.0 and add upgrade function 28 June 2022, 15:14:27 UTC
db8382a Lib_context: filename changed for pack stores 28 June 2022, 15:14:27 UTC
786c85c Lib_context: rename sync to reload 28 June 2022, 15:14:26 UTC
027149c Lib_context: conform to API changes 28 June 2022, 15:14:26 UTC
8a056db Merge branch 'mehdi@split_transaction_to_contract' into 'master' Proto/Michelson: split transactions to contract Closes #2803 See merge request tezos/tezos!5585 28 June 2022, 13:52:01 UTC
df8243a Proto: split Transaction_to_contract Fix #2803 28 June 2022, 13:24:57 UTC
a5cb074 Proto/Tests/Scoru: validate_and_extract_operation_params returns a contract hash 28 June 2022, 13:24:57 UTC
05739bd Proto/Tests/Sc_rollup: originate_contract returns a contract hash 28 June 2022, 13:24:57 UTC
125b869 Proto/Michelson: split transaction to contract 28 June 2022, 13:24:57 UTC
db88e38 Proto/Apply_results: split transaction to contract 28 June 2022, 13:24:57 UTC
3ab1bc7 Proto/Tests/Tickets: specialize helpers to originated contracts originate returns an originated contract transaction takes an originated contract 28 June 2022, 13:24:57 UTC
5e2165c Proto/Tx_rollup_ticket: parse_ticket_and_operation allow only originated contracts as destination 28 June 2022, 13:24:57 UTC
e31ca0a Merge branch 'julien.coolen@dal-crypto-interface-change' into 'master' DAL/crypto: interface changes See merge request tezos/tezos!5629 28 June 2022, 13:24:14 UTC
0776f7d DAL/crypto: avoid recomputing unsafe SRS twice 28 June 2022, 12:56:33 UTC
e9a411a DAL/crypto: use List.take_n from tezos-stdlib 28 June 2022, 12:56:33 UTC
cc5c6e7 DAL/crypto: declare dep on file shard_proofs_precomp 28 June 2022, 12:56:33 UTC
4b7f414 Crypto/Dal/Test: Emphasize a function comes from Tezt 28 June 2022, 12:56:33 UTC
66fb63a DAL/crypto: remove dead code 28 June 2022, 12:56:33 UTC
a11b32a DAL/crypto: add bound check for slot segment proof & verification 28 June 2022, 12:56:33 UTC
fb5026b DAL/crypto: module alias for Bls12_381_polynomial 28 June 2022, 12:56:33 UTC
bfce7d5 DAL/crypto: log_size->logarithm_size 28 June 2022, 12:56:33 UTC
8483d6e DAL/crypto: document trusted_setup_files 28 June 2022, 12:56:33 UTC
f19d549 DAL/crypto: replace optional argument by variant in build_trusted_setup_instance 28 June 2022, 12:56:33 UTC
cf8d0f2 DAL/crypto: Params_sig->CONFIGURATION 28 June 2022, 12:56:33 UTC
2574e7b DAL/crypto: build trusted setup on demand - add a build function instead of building it at functor's root - add an argument to every function requiring it 28 June 2022, 12:56:33 UTC
ced2480 DAL/crypto: remove slot segment preprocessing 28 June 2022, 12:56:33 UTC
19141d5 DAL/crypto: add slot_segment type 28 June 2022, 12:56:33 UTC
7729ebd DAL/crypto: update comments 28 June 2022, 12:56:33 UTC
edd5859 DAL/crypto: prove only one slot segment 28 June 2022, 12:56:33 UTC
d4a89b1 DAL/crypto: support both safe and unsafe trusted setups 28 June 2022, 12:56:33 UTC
0b57b90 DAL/crypto: use trusted setup from ZCash 28 June 2022, 12:56:32 UTC
698e7f9 DAL/crypto: update to tezos-bls12-381-polynomial.0.1.0 28 June 2022, 12:56:32 UTC
5cc012e DAL/crypto: load precomputations 28 June 2022, 12:56:32 UTC
47056d6 DAL/crypto: save & load serialized Kate amortized precomputations 28 June 2022, 12:56:32 UTC
73b183d DAL: don't precompute proofs during the DAL_cryptobox module initialization 28 June 2022, 12:56:32 UTC
2eb8ba3 Merge branch 'arvid@no-manual-docker-on-master-and-scheduled' into 'master' CI: remove manual docker jobs from master and scheduled pipelines See merge request tezos/tezos!5673 28 June 2022, 12:55:51 UTC
back to top