Grégoire Henry
|
4b6f471ead
|
Alpha/Baking: add minimal fees and wait for late endorsement
|
2018-11-22 20:38:38 +01:00 |
|
Pierre Chambart
|
56936c7a1e
|
Add sync test option
|
2018-11-22 19:06:19 +01:00 |
|
Pietro Abate
|
2baa6c830c
|
Mempool: filter pendinds to include endorsement only
|
2018-11-22 18:20:50 +01:00 |
|
Marco Stronati
|
0b98dbd472
|
Shell: add rpc to trigget a Get_current_event
|
2018-11-22 18:20:49 +01:00 |
|
Benjamin Canou
|
fc42bd5a91
|
Alpha: increment version string and update context stitching
|
2018-11-22 18:17:36 +01:00 |
|
Grégoire Henry
|
c656d54500
|
Alpha: improve storage
|
2018-11-22 18:17:35 +01:00 |
|
Grégoire Henry
|
1dc748ee47
|
Alpha: maintain the set of delegates with frozen balance
|
2018-11-22 18:17:35 +01:00 |
|
Grégoire Henry
|
d34ca12240
|
Alpha: maintain a set of active delegates with rolls
|
2018-11-22 18:17:35 +01:00 |
|
Benjamin Canou
|
aebe8319d5
|
Alpha: fix tests w.r.t. the new origination policy
|
2018-11-22 18:17:35 +01:00 |
|
Benjamin Canou
|
a991396e10
|
Alpha: make origination cost for tz[123]s on par with KT1s
|
2018-11-22 18:17:35 +01:00 |
|
Grégoire Henry
|
09e3881c6b
|
Alpha/Vote: do not allow multiple votes
|
2018-11-22 18:13:54 +01:00 |
|
Marco Stronati
|
17b258b92c
|
Alpha/Tests: test for limit
|
2018-11-22 18:13:54 +01:00 |
|
Marco Stronati
|
278ffb5a17
|
Alpha/Vote: limit number of proposals per delegate to 20
|
2018-11-22 18:13:54 +01:00 |
|
Marco Stronati
|
249bbbcb6d
|
Alpha/Tests: add voting tests
Co-authored-by: Jun FURUSE <jun.furuse@dailambda.jp>
Co-authored-by: Marco Stronati <marco@stronati.org>
|
2018-11-22 18:13:53 +01:00 |
|
Jun FURUSE
|
09a8721598
|
Alpha/Vote: fix proposal voting to be stake propotional
Co-authored-by: Jun FURUSE <jun.furuse@dailambda.jp>
Co-authored-by: Marco Stronati <marco@stronati.org>
|
2018-11-22 18:13:53 +01:00 |
|
Marco Stronati
|
f1614414cc
|
Alpha/Vote: add RPCs to read voting state
Co-authored-by: Jun FURUSE <jun.furuse@dailambda.jp>
Co-authored-by: Marco Stronati <marco@stronati.org>
|
2018-11-22 18:13:53 +01:00 |
|
Grégoire Henry
|
c981391128
|
Alpha: fix indent
|
2018-11-22 18:13:53 +01:00 |
|
Benjamin Canou
|
6510869b73
|
Updater: registration or a protocol now returns the registered module
|
2018-11-22 18:07:07 +01:00 |
|
Vincent Botbol
|
32d2bf606d
|
Baker: fix documentation typo
|
2018-11-21 14:45:12 +01:00 |
|
Vincent Botbol
|
dfb10047ef
|
RPC/Shell: make list_blocks tail-rec
|
2018-11-20 16:57:31 +01:00 |
|
Lý Kim Quyên
|
eb673b19f2
|
fix the parser by adding the character 'b' into the case of warning instead of raise an error'
|
2018-11-19 21:37:54 +00:00 |
|
Vincent Bernardoff
|
9f5ebc659e
|
Client: add encrypt secret key client command
|
2018-11-19 15:22:24 +00:00 |
|
Lý Kim Quyên
|
24b0ab4b56
|
correct type of create_contract from contract unit to address; remove the parenthesis and add the parenthesis
|
2018-11-19 14:30:52 +00:00 |
|
Pierre Boutillier
|
991b39a2b5
|
Signer: Fix high watermarking
Fix 89372a8e28
|
2018-11-19 14:53:41 +01:00 |
|
jansorg
|
1d204cd83c
|
Script: return a container name when it's not running.
Do status checks in the same way.
|
2018-11-19 09:45:27 +01:00 |
|
jansorg
|
d4864216b4
|
Script: retrieve the name of the container from 'docker ps' (closes #392)
This is required to work with the random suffix added by `docker-compose.1.23`
|
2018-11-19 09:45:07 +01:00 |
|
Sebastien Mondet
|
2cd1be9ee9
|
Prompt for key validation from Ledger (importing)
|
2018-11-19 09:39:59 +01:00 |
|
Benjamin Canou
|
d3cdfca8e4
|
Fix OPAM dependencies
|
2018-11-16 14:04:55 +01:00 |
|
Sebastien Mondet
|
67ad47d054
|
Remove unused, duplicate function
The function `find_log_rules` in `src/bin_node/node_run_command.ml` is an older
duplicate of the one in `Logging_unix`.
|
2018-11-16 13:50:33 +01:00 |
|
Victor Allombert
|
9ecc2e517c
|
Shell/validator: allow standalone block validation
Co-authored with `Grégoire Henry <gregoire.henry@tezos.com>`
|
2018-11-16 11:40:58 +01:00 |
|
Pierre Boutillier
|
ede71b9e83
|
Baker: Fix nonces file cleanup
If it fails to fetch the metadata of a block it has a nonce for,
it drops the nonce.
|
2018-11-15 16:10:48 +00:00 |
|
Pierre Boutillier
|
8b839c9ad9
|
A port is an unsigned int16... (fix encoding)
|
2018-11-15 14:08:20 +01:00 |
|
Raphaël Proust
|
481772fc98
|
Mempool_worker: only introduce errors where they are needed
|
2018-11-14 09:08:26 +08:00 |
|
Raphaël Proust
|
f593677e99
|
Mempool_worker: error management at create
|
2018-11-14 09:08:22 +08:00 |
|
Benjamin Canou
|
89372a8e28
|
Signer: better high watermarking
|
2018-11-13 15:16:12 +01:00 |
|
Grégoire Henry
|
3f04501c0d
|
Shell: less optimistic heuristic for head change
|
2018-11-13 13:35:23 +00:00 |
|
Grégoire Henry
|
966c86def2
|
Shell: export fitness of the current mempool
|
2018-11-13 13:35:23 +00:00 |
|
Pietro
|
6a83898d98
|
Base: Add block header docstring
|
2018-11-12 15:25:45 +00:00 |
|
Benjamin Canou
|
494a4be140
|
Client: cleanup runtest_contracts.sh and remove attic tests
|
2018-11-12 11:30:35 +01:00 |
|
b
|
87be7df584
|
Client: rm attic/fail.tz (duplicate from macros/fail.tz) & improve TODO messages
|
2018-11-12 11:30:34 +01:00 |
|
b
|
e8fd44dca4
|
Client: reorg Michelson contracts + update bash scripts
|
2018-11-12 11:30:33 +01:00 |
|
b
|
ff468aac68
|
Client: reorg Michelson test contracts and bash scripts (mini_scenarios, pt2)
|
2018-11-12 11:30:33 +01:00 |
|
b
|
2f58e86fa8
|
Client: reorg Michelson test contracts and bash scripts (macros, pt2)
|
2018-11-12 11:30:32 +01:00 |
|
b
|
3c1f5702e1
|
Client: reorg Michelson test contracts and bash scripts (opcode, pt2)
|
2018-11-12 11:30:31 +01:00 |
|
b
|
015c5ed694
|
Client: reorg Michelson test contracts and bash scripts (attic, pt2)
|
2018-11-12 11:30:31 +01:00 |
|
lykimquyen
|
291e3f06a3
|
Tests: reorganise Michelson tests
|
2018-11-12 11:30:30 +01:00 |
|
lykimquyen
|
6ee47d63c0
|
Tests: split Michelson tests into category attic
|
2018-11-12 11:30:29 +01:00 |
|
lykimquyen
|
8d09fffbab
|
Tests: split Michelson tests into category mini_scenarios
|
2018-11-12 11:30:29 +01:00 |
|
lykimquyen
|
a37a1f49f7
|
Tests: split Michelson tests into category macros
|
2018-11-12 11:30:28 +01:00 |
|
lykimquyen
|
e719f401f6
|
Tests: split Michelson tests into category opcode
|
2018-11-12 11:30:27 +01:00 |
|