mirror of
https://github.com/valitydev/fistful-server.git
synced 2024-11-06 18:55:20 +00:00
eaf68723c7
* Switch to shumpune proto * Affected -> Clock * Added shumpune_proto * Add coverage config * Add extra parameter with type clock() to ff_transaction:balance/1 * Update hellgate and dominant * Add clock marshaling rules * Upgrade fistful-proto * Fix dialyzer errors * Code review fixes * Move currency reference creartion to ff_currency. * Use standard function for conversion * Revert "Use standard function for conversion" This reverts commit 9ac5a94c55476400f425703192d48e8211b1b1dc. * Use standard function - 2 * Replace clock records with ff_clock module * Fix clock type * More review fixes * Revert "More review fixes" This reverts commit a75707eace1fdc41668755d62d0130054beda7aa. * More review fixes * Add NOTE to deposite test * Move clock selection to ff_postings_transfer * Fix spec for clock/1
32 lines
642 B
Erlang
32 lines
642 B
Erlang
{application, fistful, [
|
|
{description,
|
|
"Wallet processing"
|
|
},
|
|
{vsn, "1"},
|
|
{registered, []},
|
|
{applications, [
|
|
kernel,
|
|
stdlib,
|
|
genlib,
|
|
ff_core,
|
|
snowflake,
|
|
machinery,
|
|
machinery_extra,
|
|
woody,
|
|
woody_user_identity,
|
|
uuid,
|
|
damsel,
|
|
dmt_client,
|
|
shumpune_proto,
|
|
party_client,
|
|
id_proto,
|
|
binbase_proto
|
|
]},
|
|
{env, []},
|
|
{maintainers, [
|
|
"Andrey Mayorov <a.mayorov@rbkmoney.com>"
|
|
]},
|
|
{licenses, ["Apache 2.0"]},
|
|
{links, ["https://github.com/rbkmoney/fistful-server"]}
|
|
]}.
|