Commit Graph

  • 5579d3cc97 Michelson: add untyped address type, and instructions ADDRESS and CONTRACT Benjamin Canou 2018-04-11 00:14:11 +0200
  • 46efb6f3b3 Docs: update Michelson spec to the new semantics Benjamin Canou 2018-04-14 00:28:20 +0200
  • 595685cf42 Michelson: replace direct transfers with an internal operation queue Benjamin Canou 2018-04-05 17:17:27 +0200
  • 59cccd53aa Michelson: cleaner naming in interpreter Benjamin Canou 2018-04-08 20:24:25 +0200
  • 24deb10c8f Michelson: cleanup big map initialization and account for its fees Benjamin Canou 2018-04-08 17:56:01 +0200
  • 42899ccb09 Alpha: add result record type for apply operation and include storage fees Benjamin Canou 2018-04-08 02:07:39 +0200
  • 25a1930c32 Alpha: storage fees accounting Benjamin Canou 2018-04-07 17:51:11 +0200
  • be4deb44bf Michelson: minor fix in documentation Benjamin Canou 2018-04-05 16:22:22 +0200
  • 676a64b81f Michelson: rename DEFAULT_ACCOUNT to IMPLICIT_ACCOUNT Benjamin Canou 2018-04-04 10:13:59 +0200
  • bceb91289a Alpha: better errors for corrupted context accesses Benjamin Canou 2018-04-13 19:59:39 +0200
  • 6f3be375e8 Alpha: IO gas accounting Benjamin Canou 2018-04-07 18:28:37 +0200
  • 4a0b30d968 Alpha: add variants of storage functors with size accounting Benjamin Canou 2018-03-30 20:56:30 +0200
  • ba09cdf883 Alpha: fix Storage_functors.Indexed_data_storage.fold Benjamin Canou 2018-03-29 17:37:34 +0200
  • 27486e500a Micheline: use zarith instead of strings for integers Benjamin Canou 2018-03-28 20:42:10 +0200
  • c3cf4dfbfb Alpha, Michelson: add gas limits for block and operations Benjamin Canou 2018-03-24 16:39:48 +0100
  • eef5885265 Alpha, Michelson: no need to thread the gas in parsing linear structures Benjamin Canou 2018-03-24 12:26:46 +0100
  • 4fd2b03832 Alpha, Michelson: thread the gas directly in the context Benjamin Canou 2018-03-24 02:03:03 +0100
  • 04415ff6a8 Alpha, Michelson: separate gas operations from costs Benjamin Canou 2018-03-04 18:04:30 +0100
  • 8a49bf5509 Alpha, Michelson: gas in typechecking Milo Davis 2018-02-09 22:28:32 -0500
  • 77eaca79e5 Fix .dockerignore Grégoire Henry 2018-05-27 21:25:38 +0200
  • 6ebfef63a2 fix broken gitlab raw link Rob Witoff 2018-05-26 17:15:33 -0400
  • 0d8990887c Jbuilder: fix the target @runtest_indent Grégoire Henry 2018-05-26 20:06:05 +0200
  • f000eb70f2 Alpha: forbid transaction of 0ꜩ towards contracts without code bruno 2018-05-24 15:05:28 +0200
  • 2c57e4cce6 RPC: expose RPC base address in client context James Deikun 2018-05-18 15:14:44 -0400
  • fd72b47263 Opam: fix dependencies Grégoire Henry 2018-05-26 17:32:10 +0200
  • f43710694b Alpha: fix typo in services path Arthur B 2018-05-13 00:45:26 +0200
  • 07a631316a Alpha: allow to deactivate rewards for a few initial cycles Arthur B 2018-05-26 17:07:37 +0200
  • 126ee13ba7 Alpha: allow to ramp up endorsement and baking security deposits Arthur B 2018-04-17 21:33:11 +0200
  • 370114eb8b Client: preload encrypted keys when running a daemon Grégoire Henry 2018-05-26 13:41:56 +0200
  • da921a8f56 Client: allow tz1... as the source of a transfer Grégoire Henry 2018-05-26 13:41:51 +0200
  • fb85568d98 Client: add an option --remote-signer Grégoire Henry 2018-05-26 13:41:16 +0200
  • 57663a95e9 Client: add an option to encrypt faucet accounts and imported keys Grégoire Henry 2018-05-26 13:38:07 +0200
  • f69d4a5186 Client: simplify Client_keys.SIGNER Grégoire Henry 2018-05-26 13:22:47 +0200
  • 80dd9ebf24 Client: rename sk_locator into sk_uri Grégoire Henry 2018-05-26 13:14:33 +0200
  • 361b3db3e8 Signer: only accept B58encoded-pkh as parameters Grégoire Henry 2018-05-26 12:51:51 +0200
  • e8fb2bf515 Signer: do not depend on Client_main_run Grégoire Henry 2018-05-26 12:50:38 +0200
  • 0dbe24290f Signer: explicit registration of signers Grégoire Henry 2018-05-26 12:37:19 +0200
  • 502017c863 Signer: create packages tezos-signer-services and tezos-signed-backends Grégoire Henry 2018-05-26 12:11:08 +0200
  • 4b094b9c02 Signer: split main_signer.ml in multiple files Grégoire Henry 2018-05-26 12:03:12 +0200
  • b564b28603 Client: rename Client_signer_remote_socket into Lwt_utils_unix.Socket Grégoire Henry 2018-05-26 11:16:51 +0200
  • 272066ab04 Client: Use MBytes.t for password Grégoire Henry 2018-05-26 11:12:36 +0200
  • ad9f4c2814 Signer: move main_signer.ml into into its own package Grégoire Henry 2018-05-26 11:11:45 +0200
  • 664f36a46a Client: less restrictive type for Client_keys_commands.commands Grégoire Henry 2018-05-26 10:52:34 +0200
  • b32e6e7374 Clic: add Clic.constant Grégoire Henry 2018-05-26 10:51:01 +0200
  • 0a6f65263f Signer: add HTTPS variant Benjamin Canou 2018-05-24 02:26:10 +0200
  • fe435ce114 Client: minor error printing tweaks Benjamin Canou 2018-05-23 23:26:47 +0200
  • 51cfa388f8 Signer: various fixes and cosmetic changes Benjamin Canou 2018-05-23 23:26:18 +0200
  • 73b7fc89a5 Client: introduce tezos-signer Pietro 2018-05-22 18:04:37 +0200
  • 8b9d02eec4 Client, wallet: Change type of location Pietro 2018-04-12 17:57:08 +0200
  • cfe82ab7cf Baking: preload signers for delegate keys (daemon) Vincent Bernardoff 2018-05-22 00:20:47 +0200
  • f0fc9ac37c Alpha: use watermark for signing blocks and operations Vincent Bernardoff 2018-05-22 16:42:34 +0200
  • 5e17430815 Shell: allow to prefix signed data by a watermark Grégoire Henry 2018-05-25 15:50:31 +0200
  • 2a85c34c67 Indentation fixes Grégoire Henry 2018-05-25 16:46:55 +0200
  • f3b0b0b00a Micheline: add 255 character annotation length limit Milo Davis 2018-03-30 22:58:11 -0400
  • 7fc74da1a2 Data_encoding: add bounded strings and bytes Milo Davis 2018-05-16 08:46:01 -0700
  • c2241c034a Data_encoding: allow smaller size field for Dynamic_size Grégoire Henry 2018-05-25 14:08:46 +0200
  • 89b6799fd6 Data_encoding: add combinator for positive big number Grégoire Henry 2018-05-25 13:20:07 +0200
  • 3f1363b9ba P2P/Shell: Split metadata into peer_metadata and conn_metadata michael 2018-05-15 13:16:08 +0200
  • c13b7dd39a Alpha: typos bruno 2018-05-22 16:02:28 +0200
  • 672d2c10a6 Doc: minor fixes in alphanet.rst Grégoire Henry 2018-05-25 10:29:55 +0200
  • 3c95ad8237 Doc: update alphanet changelog Vincent Bernardoff 2018-05-22 17:51:47 +0200
  • afd5a9e45f Doc: explain baking Vincent Bernardoff 2018-05-22 17:37:59 +0200
  • add0d12963 Doc: typo Vincent Bernardoff 2018-05-18 16:53:22 +0200
  • 83f1d8197b Doc/Howto: more structure, more info on tuning proto params Vincent Bernardoff 2018-05-18 11:48:54 +0200
  • b2207d641b Doc: update howto, alphanet, zeronet pages Vincent Bernardoff 2018-05-18 00:50:45 +0200
  • bd84d3e439 Doc: update howto Vincent Bernardoff 2018-05-17 15:08:55 +0200
  • 1da35f6b3f Doc: add a label to zeronet page Vincent Bernardoff 2018-05-17 12:09:43 +0200
  • 19f269ce35 Doc: fix some links Vincent Bernardoff 2018-05-17 11:36:11 +0200
  • 66ec2e6087 Doc: s/Gitlab/GitLab Vincent Bernardoff 2018-05-17 10:56:39 +0200
  • 64dc9b5e9b Doc/Howto: s/mac OS/macOS Vincent Bernardoff 2018-05-17 10:45:13 +0200
  • db25df02c0 Doc/Howto: remove libsodium Vincent Bernardoff 2018-05-17 10:34:35 +0200
  • e1622c7b77 Opam: fix test dependencies for data_encoding. Grégoire Henry 2018-05-25 00:47:52 +0200
  • 118188530a Data_encoding: crowbar tests Raphaël Proust 2018-05-23 13:18:54 +0800
  • d520a3db68 CI: adding test dependencies to CI scripts Raphaël Proust 2018-04-26 11:13:08 +0800
  • 8b5bce50cf Data_encoding: test catching of invalid encodings Raphaël Proust 2018-05-23 13:18:18 +0800
  • 00d596e9c2 Data_encoding: catching more invalid encoding Raphaël Proust 2018-05-23 13:17:23 +0800
  • b0be5b630d Data_encoding: Ignore is actually a `Fixed 0 Benjamin Canou 2018-05-24 00:31:32 +0200
  • d1c2f631d5 Data_encoding: Refresh benchmarks Pietro 2018-05-14 13:18:08 +0200
  • 2b82a588e1 Data_encoding: improve docstrings. Grégoire Henry 2018-05-17 17:58:33 +0200
  • 2e9df07b0e Data_encoding: add check_size Grégoire Henry 2018-05-17 17:58:16 +0200
  • 5023e1a261 Data_encoding: rename Binary.to_bytes into to_bytes_exn Grégoire Henry 2018-05-12 19:54:57 +0200
  • 72fc71be67 Data_encoding: rename Binary into Binary_writer Grégoire Henry 2018-05-12 17:48:50 +0200
  • 1da0d0c8d7 Data_encoding: split out Binary_length Grégoire Henry 2018-05-12 17:48:06 +0200
  • aee6718148 Data_encoding: use CPS for the stream reader Grégoire Henry 2018-05-12 16:57:39 +0200
  • b83797371e Data_encoding: rename Size into Binary_size Grégoire Henry 2018-05-17 15:55:13 +0200
  • b164dd6cc5 Data_encoding: drop module Assert Grégoire Henry 2018-05-13 20:20:20 +0200
  • a0cae2af57 Data_encoding: enforce fixed-size strings in JSON. Grégoire Henry 2018-05-13 20:21:48 +0200
  • 1bc7b45fdb Data_encoding: forbids nested options Grégoire Henry 2018-05-13 20:20:59 +0200
  • 1f358b7f9a Data_encoding: move cut_bytes into MBytes Grégoire Henry 2018-05-13 12:53:01 +0200
  • cb28ca1cd5 Stdlib: reintroduce MBytes.pp_hex Grégoire Henry 2018-05-13 20:20:27 +0200
  • 8986640a98 P2p: make nonces unpredictable when connecting Fabrice Le Fessant 2018-05-18 16:57:43 +0200
  • d24beea9cb v0.11.117.08+54 Xavier Clerc 2018-05-23 17:00:52 +0100
  • dcf27f48d9 Alpha: do not produce multiple revelations Benjamin Canou 2018-05-21 21:23:48 +0200
  • 89d9d83b15 Alpha: remove unused error Benjamin Canou 2018-05-21 20:42:37 +0200
  • d0a9fb678c Alpha: better error for invalid key revelation Grégoire Henry 2018-03-22 15:23:23 +0100
  • 4caf7cf679 P2p_maintenance: improve 'try_to_contact' and 'connectable' OCamlPro-Iguernlala 2018-05-15 18:44:16 +0200
  • 7eabd8e151 use docker alphanet image name that exists on hub.docker.com Fred Yankowski 2018-05-19 20:58:28 +0000
  • 376f9b36f9 Vendors/Hacl: fix buffer size glitch in binding Benjamin Canou 2018-05-21 17:13:34 +0200
  • ccdb761bbb Script/gen_genesis: load HACL Raphaël Proust 2018-05-17 10:36:40 +0800
  • c125664c95 HaCl: CI fixup Vincent Bernardoff 2018-05-06 14:59:41 +0200