swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
c07fab9 Merge branch 'abate@docker-init' into 'master' docker: better help for entrypoint.sh See merge request tezos/tezos!1387 14 November 2019, 15:19:05 UTC
1077200 docker: better help for entrypoint.sh 14 November 2019, 15:18:53 UTC
f539123 Tests: remove redundant test_contracts_attic.sh 14 November 2019, 13:39:47 UTC
2ac0795 Tests_python: split test_contract_opcodes into onchain and 'run script' tests For three reasons: 1. so that run script tests are not marked incremental 2. since the test_contract_opcodes.py was too long for the linter 3. cleaner Moving forward, the test_contract_onchain_opcodes.py can be further split into suites according to the inter-test dependencies. 14 November 2019, 13:39:47 UTC
ccfdf33 Tests_python: extract utility functions from test_contract_opcodes.py 14 November 2019, 13:39:47 UTC
0c1bd23 Tests_python: test the `big_map_magic.tz` contract Covers the EMPTY_BIG_MAP instruction. 14 November 2019, 13:39:47 UTC
29963fd Tests_python: add tests for many instructions Tests for the following instructions are added: - CONS - NONE - CONCAT - CAR - CDR - AND - ADD - ABS - DIP - PACK - UNPACK - GET - MEM - MAP - UPDATE - EDIV - XOR - SIZE - SLICE - COMPARE - EQ - NEQ - LE - LT - GE - GT - ADDRESS - CONTRACT - CREATE_CONTRACT - OR - NOT - LSL - LSR - INT - MUL - SET_DELEGATE - NEG - SOURCE - SENDER - DIG - CHAIN_ID 14 November 2019, 13:39:47 UTC
936639d Tests_python: remove test for the deprecated STEPS_TO_QUOTA instruction 14 November 2019, 13:39:47 UTC
a684766 Tests: pythonify test_contracts_opcodes.sh 14 November 2019, 13:39:47 UTC
fda5bc0 Tests: pythonify test_contracts_mini_scenarios.sh & test_contracts.sh 14 November 2019, 13:39:47 UTC
9430bed Tests_python/Client: capture multistring contract storage 14 November 2019, 13:39:47 UTC
fa35912 Tests_python/Client: fix parsing of decimal balance 14 November 2019, 13:39:47 UTC
821696c Tests_python/Client: add some client commands New commands: - get_storage - get_delegate - typecheck_data - get_known_addresses - get_timestamp - get_now 14 November 2019, 13:39:47 UTC
c1890c1 Tests_python/Client: register stderr in all client calls Add facilities to get stderr as well as stdout in case of error while running the client. 14 November 2019, 13:39:47 UTC
3a91df4 Tests_python/Utils: Add function `check_run_failure` `check_run_failure` expects the called closure to fail and some given pattern to be present in stdout or stderr. Useful to test expected failure of client commands. 14 November 2019, 13:39:47 UTC
39542b8 Tests: document some smart contract scripts in the mini_scenario test suite 14 November 2019, 13:39:47 UTC
e7f48a2 Doc: add page for protocol 006 carthage 14 November 2019, 12:35:10 UTC
088e60e 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. 13 November 2019, 16:46:15 UTC
ee5f864 Doc: add Carthagenet to the list of test networks 13 November 2019, 16:46:13 UTC
d32f5b6 Tests: remove test_multisig.sh 13 November 2019, 15:47:00 UTC
6ca4c96 Tests: translate test_multisig to python 13 November 2019, 15:47:00 UTC
0a0d647 Tests: remove test_basic.sh 13 November 2019, 15:47:00 UTC
098c468 Tests: translate test_basic.sh into python 13 November 2019, 15:47:00 UTC
defbdb2 Tests: split test_basic into test_basic and test_multisig 13 November 2019, 15:47:00 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
8fd6ca3 Doc, proof-of-stake: update paragraph on block size 31 October 2019, 08:21:32 UTC
0d3c37b Doc, proof-of-stake: define cycles before use in delegation section 31 October 2019, 08:21:32 UTC
bd6fa8b Doc, proof-of-stake: fix typos 31 October 2019, 08:21:32 UTC
62dcc47 Doc, proof-of-stake: remove outdated statements 31 October 2019, 08:21:32 UTC
1a6b811 Doc, proof-of-stake: remove ambiguous statement 31 October 2019, 08:21:32 UTC
7f57349 Doc, proof-of-stake: CYCLES_BEFORE_DELEGATION -> PRESERVED_CYCLES 31 October 2019, 08:21:32 UTC
892a508 Doc: update tokens_per_roll value 31 October 2019, 08:21:32 UTC
d54514b Doc: proof-of-stake overview 31 October 2019, 08:21:32 UTC
1885bd2 Doc: update proof-of-stake to Emmy+ 31 October 2019, 08:21:32 UTC
5e12413 Doc: add some time durations to Test networks comments 30 October 2019, 14:02:10 UTC
0dce897 Doc: document test network constant differences 30 October 2019, 14:02:10 UTC
a094805 Doc: replace Alphanet - replace other mentions of Alphanet Babylonnet is used as little as possible so it remains easier to maintain during future upgrades - add anchor to the test networks page and hyperlinks to it 30 October 2019, 14:02:10 UTC
a1b89eb Doc: add faucet link and test network branches 30 October 2019, 14:02:10 UTC
3fc1a3f Doc: add Test Networks introduction page 30 October 2019, 14:02:10 UTC
bbc775e Doc: Alphanet becomes Babylonnet 30 October 2019, 14:02:10 UTC
871ee6a Bin_node: proper error when an inconsistent data dir is provided Solves issue 584 30 October 2019, 13:36:37 UTC
658be07 Doc: manager.tz gas costs 30 October 2019, 12:15:19 UTC
975b226 Test/Python: adapt fees and gas to optimised lambda + switch to more robust mutez comparison 30 October 2019, 12:15:19 UTC
f566d2c Proto/Client: earlier check of set/remove_delegate entrypoint 30 October 2019, 12:15:19 UTC
5bef9f2 Proto/Client/managed_contract: optimizing the passed lambda Changing `Push unit Unit` for `Unit` Changing `PUSH address _ ; CONTRACT unit ; ASSERT_SOME` with `PUSH key_hash _ ;IMPLICIT_ACCOUNT` for implicit accounts. 30 October 2019, 12:15:19 UTC
45170f2 vendors: update version constraints for hex and fmt 30 October 2019, 12:01:07 UTC
fc9aae1 Daemons: fix the bootstrapping waiting phase 30 October 2019, 11:05:10 UTC
57230fe lib_shell_services: remove Unix reference Since this module should be Unix free, this patch removes the Unix.error data encoding and uses a string instead created by the function Unix.error_message to print the error. 30 October 2019, 10:42:44 UTC
6203cb2 Build: add `dune build @check` (`make build-test`) 30 October 2019, 06:39:47 UTC
4d15406 Vendors: add `dune` files to ignore test dirs 30 October 2019, 06:39:47 UTC
6546f4e lib_resto-cohttp: Remove unix dependency 29 October 2019, 20:08:56 UTC
a02e3d9 stdlib_unix/client_base_unix: Use re.str instead of str. The module re is more jsoo friendly 29 October 2019, 11:16:55 UTC
88321dd Test/Python: check balance after transfers + Test/Python: set fixed gas limit manager contract test 28 October 2019, 19:38:12 UTC
f13cb01 Tests/Python/Contracts: Test client on set/remove_delegate entrypoints + Test/Python: Comply with linting rules 28 October 2019, 18:55:10 UTC
f0213b5 Proto/client: fix tez/mutez conversion for transfer from KT1 28 October 2019, 18:55:10 UTC
5818b98 Proto/Client: more compact serialization 28 October 2019, 18:55:10 UTC
1702970 Test/Python,Contracts: test usage of the manager contract from the client - Originate the manager contract - Set/Change/Withdraw it's delegate from the client - transfer to/from the manager from/to implicit account - transfer from the manager to other kt1 with and without specifying entrypoints and arguments 28 October 2019, 18:55:10 UTC
cd5ebfc Test/Python: add delegation related operations in client 28 October 2019, 18:55:10 UTC
41f4f3c Proto/Client: operate transfer through manageable KT1 This commit make the client capable of handling the transfers from a KT1 with a "do" entrypoint. It mimmic as much as possible the behaviour of the client pre-Babylon on spendable KT1. However, fees are taken from the contract manager, and the ̀source`of the operation will be the manager, not the KT1. 28 October 2019, 18:55:10 UTC
d1d5960 Proto/Client: set delegate on manageable KT1 This commit make the client capable of handling the delegation of a KT1 with set/withdraw_delegate or do entrypoints It mimmic as much as possible the behaviour of the client pre-Babylon on delegatable KT1. However, fees are taken from the contract manager. 28 October 2019, 18:55:10 UTC
c9d449d Proto/Client: Client commands to inspect entrypoints Beside all the machinery added to interact internally with the entrypoints list and types, this commit does the following in the client commands Changing tezos-client get script storage for <contract> to tezos-client get contract storage for <contract> Changing tezos-client get script code for <contract> to tezos-client get contract code for <contract> adding tezos-client get contract unreachable paths for <contract> tezos-client get script unreachable paths for <contract> tezos-client get contract type of entrypoint <entrypoint> for <contract> tezos-client get script type of entrypoint <entrypoint> for <contract> tezos-client get contract entrypoints for <contract> tezos-client get script entrypoints for <contract> Tests/Bash: Reflect change of command name in bash tests 28 October 2019, 18:55:10 UTC
86b5227 Proto: remove .ocamlformat-ignore and make fmt 28 October 2019, 18:31:24 UTC
ae3c08d Proto: make dune file a link to protocol_compiler 28 October 2019, 16:26:55 UTC
8276606 Proto/Client: add verbose signing to submit ballot 28 October 2019, 16:26:55 UTC
8298b40 Node: remove get_exn to prevent Not_found errors We now get assert failures instead, which are much more helpful. Ideally we should make user friendly error messages though, as now the genesis hash is part of the configuration. 28 October 2019, 13:27:54 UTC
da3c808 Test/python: don't sigkill servers Currently, servers are sigkilled when tests terminate. This doesn't play well with code coverage tools. Now they are terminated with SIGTERM, and killed only after a 10s timeout. 28 October 2019, 13:09:15 UTC
c66eaf7 Remove non-built file (rebase mess up) 26 October 2019, 13:09:58 UTC
eafe06c Test/python: re-enable linter and fix linting 25 October 2019, 18:35:26 UTC
c9159dc File_descriptor_sink: split ≠ sink for stdout/err See comments <https://gitlab.com/tezos/tezos/merge_requests/1292> 25 October 2019, 10:07:18 UTC
508012a Documentation publication: preserve redirections {{main,alpha,zero}net,master}/index.html -> /index.html 24 October 2019, 07:03:14 UTC
a3c7714 Documentation: fixup publication on gitlab.io 23 October 2019, 18:36:32 UTC
9d51454 Documentation: only publish on gitlab.io 'master' doc As 'master' is the only case where the documentation is published, files are put the root of the repository instead of the in the master/ sub directory. 23 October 2019, 16:02:00 UTC
15a5779 Remove tzscan.io and replace it with other block explorers 23 October 2019, 10:02:25 UTC
back to top