174ea10d6d
Now a tez cent is 10_000L. All constants are now in the Constants_repr module and expressed as multiples of one_cent. Add new function Qty_repr.mul_exn to multiply `tez` by `int` eg. `10 tez = Tez_repr.(mul_exn one 10)` `10 cents = Tez_repr.(mul_exn one_cents 10)` Remove `Tez.{to,of}_cents` and replace them with `Tez.{to,of}_mutez`. |
||
---|---|---|
.. | ||
contracts | ||
lib | ||
p2p | ||
proto_alpha | ||
shell | ||
utils | ||
jbuild | ||
sandbox.json | ||
test_basic.sh | ||
test_contracts.sh | ||
test_multinode.sh | ||
test_utils.sh | ||
tezos-test.opam |