https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
4a1327d DEPRECATED - use branch latest-release instead Signed-off-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> 16 June 2020, 08:36:54 UTC
ee87c70 Client: use network name instead of Alphanet in the non-mainnet warning message 11 December 2019, 16:03:32 UTC
b1a7b92 Vendors/flextesa: update protocol constants Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> 10 December 2019, 17:10:14 UTC
e81251e Tests/Python: update protocol constants Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> 10 December 2019, 17:10:00 UTC
9352bc5 Protocol: add PsCARTHAGaz 10 December 2019, 15:25:20 UTC
312aebd CI: Trigger CI (empty commit) 29 November 2019, 09:10:07 UTC
b839034 Shell/Validation: do not skip block validation when their context is unknown 28 November 2019, 18:13:30 UTC
f41c164 Shell/Validation: relax store invariants on block commits 28 November 2019, 18:13:27 UTC
4df0fcb Shell: add a sanity disk check and fix at node startup 28 November 2019, 18:13:24 UTC
fb3e3d9 Shell/State: add context existence predicate 28 November 2019, 18:13:21 UTC
c236975 Shell/State: add block removal 28 November 2019, 18:13:18 UTC
7d51974 Shell: fix typo in documentation 28 November 2019, 18:13:15 UTC
77cd2e6 Update tezblock.io link Tezblock is now live and hence the link changed from https://mvp.tezblock.io to https://tezblock.io 28 November 2019, 18:13:12 UTC
e5320bd [irmin, irmin-pack, index] Use upstream irmin.2.0.0 to improve perf - index: store less data in memory - index: allow the creation of empty read-only files - index, irmin, irmin-pack: better close functions - index: support for asynchronous merges - index: avoid 0-len writes - index: do not allocate on the thread stack 28 November 2019, 18:13:10 UTC
aa93252 ci: sync with refreshed version of opam_repository 28 November 2019, 18:13:07 UTC
2a925f8 Data_encoding: remove tezos-stdlib dependency 28 November 2019, 18:13:04 UTC
2783a67 scripts: update_unit_test.sh consider all 'test' directories 28 November 2019, 18:13:01 UTC
124737e Scripts: documentation of update_*_test.sh 28 November 2019, 18:12:58 UTC
9c3a4aa tooling: add script to update all unit tests for the CI 28 November 2019, 18:12:56 UTC
eab97c6 Data_encoding: Remove prettyprinting of placeholder fields in binary schema descriptions 28 November 2019, 18:12:53 UTC
79cec60 Protocol/Env: remove Array `Array` is not in the signature of the protocol environment, hence this module alias is useless here. I found it while trying to use `Array` in the protocol... Test: compiles, counting on CI 28 November 2019, 18:12:50 UTC
7d6c079 Reset the chain 28 November 2019, 18:12:47 UTC
d8c820b Genesis: recompute hash to take modified activator key into account 28 November 2019, 18:12:44 UTC
970b635 Reset the chain 28 November 2019, 18:12:42 UTC
abc4536 Scripts: update activate.sh with new bootstrap accounts 28 November 2019, 18:12:39 UTC
1bc6b09 Node: add bootstrap peer 28 November 2019, 18:12:36 UTC
4937b54 Update tezos-opam-repository to handle ocaml-migrate-parsetree.1.4.0 inplace replacement 28 November 2019, 18:12:33 UTC
e4eed8b Doc: fix broken link 28 November 2019, 18:12:30 UTC
e436fe5 Doc: add merge-team suggestions for MRs 28 November 2019, 18:12:28 UTC
27def96 Doc: Fix Carthage doc formatting 28 November 2019, 18:12:25 UTC
fb12119 Mempool: protect operation validation from exceptions 28 November 2019, 18:12:22 UTC
15ebc88 docker: better help for entrypoint.sh 28 November 2019, 18:12:19 UTC
f135288 Doc: add page for protocol 006 carthage 28 November 2019, 18:12:16 UTC
4a19fe2 Doc: fix Babylonnet constants They were extracted using the RPC /constants command, but this command applies the deposit ramp-up and thus returns constants which actually vary. 28 November 2019, 18:12:14 UTC
29f6b72 Doc: add Carthagenet to the list of test networks 28 November 2019, 18:12:10 UTC
beeaf4e Promote Carthage 28 November 2019, 14:31:20 UTC
e74e8db Protocol: add vanity nonce 28 November 2019, 14:31:16 UTC
3118fc5 Tests/Python: verify EMPTY_BIG_MAP arity error message 28 November 2019, 14:31:12 UTC
b308ad9 Protocol/Michelson: improve the performance of the CONTRACT instruction Add an optimisation that make the instruction cheaper in gas for implicit contracts (tz1, tz2, tz3) by saving an I/O. 28 November 2019, 14:31:08 UTC
ac9a561 Tests/Python: test the Michelson MAP instruction on maps in the case of side effects 28 November 2019, 14:31:05 UTC
e4bb4bf Protocol/Michelson: fix the interpretation of the MAP instruction on maps In the previous implementation, accumulating a value during a MAP on a map was impossible because the initial stack tail was restored. This was not the documented behavior of the MAP instruction and it was inconsistent with the case of mapping over a list. BREAKING CHANGE: originated contracts that rely on the previous and incorrect) semantics might behave incorrectly. 28 November 2019, 14:31:01 UTC
8cd39f5 Protocol/Michelson: handling of the bad arity error for the EMPTY_BIG_MAP instruction Improve error reporting when checking for the arity of the EMPTY_BIG_MAP instruction 28 November 2019, 14:30:57 UTC
aa2193f Protocol/Michelson: remove the peephole optimisation of UNPAIR Remove an unreachable optimisation. A proper UNPAIR instruction shall be added in the next protocol instead. 28 November 2019, 14:30:53 UTC
2d4d6d8 Protocol/Migration: bump gas limit constants in the context Update the gas limit constants in the context on protocol transition. 28 November 2019, 14:30:50 UTC
6dc5a06 Tests/Python: increase the gas limit per block and per operation by 30% 28 November 2019, 14:30:46 UTC
b744be2 Protocol/Gas: increase the gas limits per block and operation by 30% Bump the gas limit for blocks and operations by 30% going from 800000 per operation and 8000000 per block to 104000 per operation and 1040000 per block. 28 November 2019, 14:30:42 UTC
9d2b083 Tests/Python: add more tests for comparable pairs Tested with ``` pytest-3 tests_python/tests/test_contract.py ``` 28 November 2019, 14:30:38 UTC
9661caf Tests/Python: broader run function to help checking failure 28 November 2019, 14:30:35 UTC
2344ccb Tests/Python: successful tests of comparable pairs in sets, maps, and big_maps Co-Authored-By: Charles DEHLINGER <charles.dehlinger@tezcore.com> 28 November 2019, 14:30:31 UTC
6cbfed4 Protocol/Client: fix a misleading error message (unexpected big_map) 28 November 2019, 14:30:26 UTC
c871ea7 Protocol/Michelson: allow all parameter types when typechecking a litteral Extend the range of the typecheck_data RPC by also allowing big_map values. Co-Authored-By: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> 28 November 2019, 14:30:22 UTC
0fb8a08 Protocol/Michelson: fix comparable comb pairs Allow comb pairs as map keys and set elements, not only as operands of COMPARE. 28 November 2019, 14:30:17 UTC
3ce43ea Tests/OCaml: add tests for baking and endorsement reward forumlae Co-Authored-By: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Co-Authored-By: Adrian Brink <adrian@cryptium.io> 28 November 2019, 14:30:14 UTC
8a45dc9 Protocol/Emmy+: optimise baking and endorsement reward function Fix the imprecision in the baking reward formula to make it linear in the number of endorsements included instead of a step function. Improve the precision on the endorsement reward computation by applying the priority malus on the total endorsement reward. 28 November 2019, 14:30:09 UTC
0c32b26 Protocol/RPC: fix 'baking_rights' so that 'max_priority' is included Fix a bug where the `../helpers/baking_rights` RPC would exclude the `max_priority` baking right from its result. 28 November 2019, 14:30:05 UTC
350c019 Protocol/Storage: initialize big_map ids only for genesis 28 November 2019, 14:29:58 UTC
119b84f Protocol/Migration: remove babylon's vanity nonce 28 November 2019, 14:29:54 UTC
d2dc6cb Add babylon protocol 28 November 2019, 14:29:48 UTC
c30b077 Scripts: update activate.sh with final bootstrap accounts 28 November 2019, 14:29:44 UTC
cc1219b add scripts/activate.sh 28 November 2019, 14:29:40 UTC
0e590fb Reset the chain 28 November 2019, 14:29:35 UTC
ce4ff67 CI: Update .gitlab-ci.yml 28 November 2019, 14:29:31 UTC
1e28e6f Node: add bootstrap peer IPs 28 November 2019, 14:29:27 UTC
a299d7a CI: build Docker images for babylonnet 28 November 2019, 14:29:22 UTC
2816306 CI: declare babylonnet 28 November 2019, 14:29:18 UTC
891439c Base: set chain name to TEZOS_ALPHANET_BABYLON_... 28 November 2019, 14:29:14 UTC
c6d5912 Genesis: set activator signature key 28 November 2019, 14:29:10 UTC
a3a384f Genesis: set protocol hash to PtBMwNZT 28 November 2019, 14:29:06 UTC
05ad7a8 remove proto_alpha and replace it with BabyM1 28 November 2019, 14:29:02 UTC
b865a95 run activate_protocol.sh 28 November 2019, 14:28:59 UTC
21f8d92 Delegates: backport changes from master 28 November 2019, 14:28:55 UTC
6fb972e Add proto_005_PsBabyM1 28 November 2019, 14:28:28 UTC
3fa2bed Stdlib: remove buggy add_and_return_erased 13 November 2019, 15:17:05 UTC
72ce4ed Tests/python: fix Makefile/README 13 November 2019, 15:02:13 UTC
e0692db P2p: rename P2p_events -> P2p_trigger 12 November 2019, 12:43:50 UTC
c5576cb P2p: make P2p_events.t abstract 12 November 2019, 12:43:50 UTC
752d0e6 P2p: documentation and simple refactoring 12 November 2019, 12:43:50 UTC
febecd8 P2p: extract swap request manager from pool . P2p_pool doesn't try to create swap request directly, but provide functions to compute peer/points candidates . Swap requests 'state' is moved to the default protocol state . Better encapsulation of P2p_conn.t 12 November 2019, 12:43:50 UTC
9db2082 P2p: split P2p_pool P2p_pool is split into several modules . P2p_conn.t represents a connection with a peer. It uses an answering callback to reply to the peer messages. It corresponds to former P2p_answerer and P2p_pool.Connection, . P2p_answerer defines the type of answerers used by P2p_connections, . P2p_pool defines pools of points, peers and connections, . P2p_connect_handler defines the connecting functions (connect and accept), and session establishement (authentication, version negociation), . P2p_protocol defines two "answerers" (Private and Default) 12 November 2019, 12:43:50 UTC
3ccb6c3 P2p: refactoring of P2p events 1. Extract module Events from P2p_pool -> P2p_events 2. P2p_connection.Pool_events -> P2p_connection.P2p_events 3. Fix unit test Event streams / condition are now created in P2p rather than in P2p_pool. 12 November 2019, 12:43:50 UTC
ef68465 Fixup: Doc/Michelson: simplify the typing derivation example further 08 November 2019, 15:46:35 UTC
5f496d5 Doc: SWAP is useless because MUL is commutative 08 November 2019, 15:46:35 UTC
8cdae13 Update october-2019.rst 08 November 2019, 05:34:27 UTC
ad0873c Client: Remove unused arguments 07 November 2019, 08:45:21 UTC
6a2b721 Doc/Michelson: document the new stack instructions 06 November 2019, 17:37:21 UTC
5e1b4ac Client: command 'activate account ... with' accepts a file or some inlined JSON as argument The real motivation is an alignement of the argument format with account_alias param and call_with_file_or_json (rpc) param so that syntax 'file:' (used by alphanet.sh) is understood. Replace tezos/tezos!1208 04 November 2019, 13:02:19 UTC
9d6d523 Doc: Babylon is the current protocol 01 November 2019, 20:18:36 UTC
a5b3635 Doc: fix formatting issue 01 November 2019, 20:18:36 UTC
4b6596e Error_monad: remove unused exported functions tzlazy and tzforce 01 November 2019, 19:21:59 UTC
69a9415 Error_monad: improve docstrings of module signatures 01 November 2019, 19:15:13 UTC
294d558 Base/TzPervasives: only export the main error monad module The error monad is now split in multiple sub-parts not all of which are intended to be used by all parts of the code-base. 01 November 2019, 01:23:13 UTC
42524a0 Error_monad: rename internal modules 01 November 2019, 01:23:13 UTC
f1813ed Error_monad: modularise Also includes minor improvements. 01 November 2019, 01:23:13 UTC
eeeed8d vendors: re-enable tests for bip39 and lmdb 31 October 2019, 13:17:03 UTC
a9fd298 Doc: Proof-of-stake: minor improvements 31 October 2019, 08:21:32 UTC
724c660 Doc: Proof-of-stake: fix formatting issues 31 October 2019, 08:21:32 UTC
8966f3e Doc: Proof-of-stake: shorten lines 31 October 2019, 08:21:32 UTC
a1b408d Doc: Proof-of-stake: fix punction and RST syntax typos 31 October 2019, 08:21:32 UTC
be3c3ce Doc: Proof-of-stake: fix roll size 31 October 2019, 08:21:32 UTC
812e95b Doc, proof-of-stake: mention bug in baking rewards formula 31 October 2019, 08:21:32 UTC
back to top