Alain Mebsout
a7eb0cdf36
Micheline: Fix binary deserialization of annotations
...
Fixes #262
2018-07-19 19:26:24 +02:00
Pierre Chambart
09592a6eeb
Michelson: test compare on bytes and concat on 2 strings
2018-07-19 19:04:35 +02:00
Benjamin Canou
e70cd5c645
Michelson: a few new tests
2018-07-19 19:04:35 +02:00
Benjamin Canou
cd9dd32665
Michelson: add CONCAT on bytes
2018-07-19 19:04:35 +02:00
Benjamin Canou
c691068209
Michelson: change semantics of CONCAT
2018-07-19 19:04:35 +02:00
Alain Mebsout
a36f42506a
Alpha: Fix CREATE_CONTRACT spends twice
2018-07-17 14:37:54 +02:00
Pierre Chambart
8581264d11
Tests: add a Michelson guestbook test contract
2018-07-03 15:30:28 +02:00
Benjamin Canou
ee7a67b915
Michelson: fix PACK/UNPACK
2018-06-30 12:38:05 +02:00
Benjamin Canou
ac58132588
Tests: a few more michelson tests
2018-06-29 16:18:17 +02:00
Alain Mebsout
e81b045d42
Alpha: minor adjustments to gas costs
2018-06-29 16:18:17 +02:00
Benjamin Canou
c2a143a30a
Client: missing error message
2018-06-29 16:18:17 +02:00
Alain Mebsout
2db455274c
Alpha: some missing gas in parse_data
2018-06-29 16:18:17 +02:00
Alain Mebsout
b1515dc376
Alpha: consume typechecking gas in type equality for expansion
2018-06-29 16:18:17 +02:00
Alain Mebsout
43f818dc66
Alpha: comsume cost of parsing/typing instructions in script
2018-06-29 16:18:17 +02:00
Alain Mebsout
9da9a8440e
Alpha: consume gas for parsing types
2018-06-29 16:18:17 +02:00
Benjamin Canou
1c7d7ce712
Alpha: switch TZ1 to KT1 to limit confusion with tz1
2018-06-25 17:29:42 +02:00
Benjamin Canou
e77edb7964
Michelson: bytes are now comparable
2018-06-22 14:18:08 +00:00
Benjamin Canou
29a33aedd3
Client: refactor data hashing and signing commands
2018-06-22 14:18:08 +00:00
Benjamin Canou
70f4236d91
Michelson: BLAKE2B and CHECK_SIGNATURE now operate on bytes
2018-06-22 14:18:08 +00:00
Benjamin Canou
45d8fd11ae
Michelson: use new Micheline Bytes case for optimized representation
2018-06-22 14:18:08 +00:00
Benjamin Canou
0279f86e77
Micheline: 0x.. constants are now of a new Bytes case
2018-06-22 14:18:08 +00:00
Vincent Bernardoff
5e0822eb22
Client/Alpha: program
-> script
2018-06-21 01:07:38 +02:00
Alain Mebsout
eb5837943f
Michelson: propagate variable annotations inside pairs in stack type
...
Also check that tyoe annotated constants are correct, but don't produce
annotated constants when unparsing.
2018-06-14 18:09:32 +02:00
Pietro
4d3a01974c
[proto]: Remove commas from decimal repr of tezos
2018-06-14 15:48:25 +00:00
Benjamin Canou
1b91d0929a
Michelson: read some constants in base58 but store them in binary
2018-05-28 17:09:03 +02:00
Benjamin Canou
439435bd11
Michelson: forbid internal operation replay
2018-05-28 17:09:03 +02:00
Benjamin Canou
702896f420
Michelson: switch string tez constants to int mutez constants
2018-05-28 17:09:03 +02:00
Grégoire Henry
ee5373d960
Client: add global option --wait
2018-05-28 17:09:03 +02:00
Benjamin Canou
a11e0000e7
Michelson: add SET_DELEGATE opcode
2018-05-28 17:09:03 +02:00
Benjamin Canou
af5a8939cf
Alpha: originations from contracts are now internal operations
2018-05-28 17:09:03 +02:00
Benjamin Canou
595685cf42
Michelson: replace direct transfers with an internal operation queue
2018-05-28 17:09:03 +02:00
Benjamin Canou
676a64b81f
Michelson: rename DEFAULT_ACCOUNT to IMPLICIT_ACCOUNT
2018-05-28 17:09:03 +02:00
Benjamin Canou
c3cf4dfbfb
Alpha, Michelson: add gas limits for block and operations
2018-05-28 17:09:03 +02:00
Benjamin Canou
4fd2b03832
Alpha, Michelson: thread the gas directly in the context
2018-05-28 17:09:03 +02:00
Milo Davis
8a49bf5509
Alpha, Michelson: gas in typechecking
2018-05-28 17:09:03 +02:00
Milo Davis
f3b0b0b00a
Micheline: add 255 character annotation length limit
2018-05-25 14:41:27 +02:00
Vincent Bernardoff
de006f4be3
Crypto: fix hardcoded signatures in tests
2018-04-26 21:24:21 +02:00
Grégoire Henry
0fe8975817
Test: faster testsuite
...
No need to wait 1 second between blocks!
2018-04-22 13:48:20 +02:00
Mathias Bourgoin
fcdf36acd4
Shell/RPC: remove the fake block /blocks/prevalidation
...
Add a `/mempool/pending_operations`
2018-03-30 00:44:58 +02:00
Milo Davis
79472c727a
Michelson: introducing big maps, limited edition
...
Quick and dirty (yet safe, of course) implementation of lazily
deserialized maps for storing large collections of indexed data.
Only one big_map is allowed, as the left component of the toplevel
storage pair.
Review and bugfixes: Benjamin Canou <benjamin@canou.fr>
2018-02-06 17:00:54 +01:00
Grégoire Henry
0166f2325e
Test: move test
into src/bin_client/test
2018-02-05 23:34:05 +01:00