Go to file
Sergey Yelin 30c91b7b68
ED-274: Fix broken backward compatibility (#31)
* ED-274: Fix broken backward compatibility
2021-12-30 16:55:45 +03:00
.github/workflows Build and push images w/ GH action (#1) 2021-12-08 19:35:32 +03:00
apps ED-274: Fix broken backward compatibility (#31) 2021-12-30 16:55:45 +03:00
config +disable latest_version caching in sys.config (#25) 2021-10-22 11:19:44 +03:00
test/machinegun changed workdir according a wetkitty:service-erlang.sls.tpl (#1) 2021-06-18 15:02:32 +03:00
.dockerignore Build and push images w/ GH action (#1) 2021-12-08 19:35:32 +03:00
.gitignore Build and push images w/ GH action (#1) 2021-12-08 19:35:32 +03:00
.gitmodules Allow to build service without the private registry (#548) 2021-03-05 18:37:04 +03:00
docker-compose.sh ED-242: Upgrade Erlang 24 (#13) 2021-09-14 12:54:42 +03:00
Dockerfile Set up basic env vars to tell BEAM that stdio is UTF-8-ready 2021-12-09 11:34:50 +03:00
elvis.config refactor: Rewrite pm_party reduce and merge in a generic fashion (#8) 2021-09-07 15:52:20 +03:00
LICENSE Let's make it opensource (#364) 2019-09-20 00:09:59 +03:00
README.md Build and push images w/ GH action (#1) 2021-12-08 19:35:32 +03:00
rebar.config Fix io encoing (#2) 2021-12-25 14:28:10 +03:00
rebar.lock Add support for damsel @ b4447c90 2021-12-08 19:35:57 +03:00
TODO.md HG-48: Switch to the new stateproc protocol (#14) 2016-08-11 15:52:58 +00:00

Party Management

Managing parties involved in payment processing.

Building

We widelly use Thrift to define RPC protocols. So it needs to have our Thrift compiler in PATH to build this service. The recommended way to achieve this is by using our build image.