Commit Graph

23 Commits

Author SHA1 Message Date
7413f09170
update readme 2022-03-26 11:43:01 +01:00
39e06ae504
update readme [skip ci] 2022-03-26 11:28:30 +01:00
c16812c719
add wasm32-unknown-unknown rust target 2022-03-26 11:27:44 +01:00
f2208c4bec
install build dependencies in build pipeline (should be in its own container but ok for now) 2022-03-26 11:12:45 +01:00
602ff3595d add makefile for static compilation 2022-03-26 11:00:13 +01:00
368e3b2b30 run cargo fmt 2022-03-26 07:57:57 +01:00
8cf6fbce57 remove margins for titles 2022-03-26 07:56:55 +01:00
385f3dff6f describe http-client in readme 2022-03-25 19:23:58 +01:00
8bcd555d71 add http-client 2022-03-25 19:18:55 +01:00
ac2904588c transfering -> transferring 2022-03-21 08:14:43 +01:00
e61af0b463 Update LICENSE 2022-03-19 11:41:18 +00:00
5eeca85984
remove test dependency on anyhow Result type in bank 2022-03-19 10:51:08 +01:00
c109f846ed prune dependencies 2022-03-19 10:48:02 +01:00
84ba5385cf Add 0BSD license, to get rid of the default no permission copyright (0CC is not recommended for software). 2022-03-19 09:26:05 +00:00
c7994d7fdf Update .gitlab-ci.yml file 2022-03-19 09:17:31 +00:00
9b40d46f17 Update .gitlab-ci.yml file 2022-03-19 09:15:10 +00:00
65555fb5c7 Update .gitlab-ci.yml file 2022-03-19 09:07:51 +00:00
2b12c46618 Update .gitlab-ci.yml file 2022-03-19 09:06:04 +00:00
9248c25f68
typo corrections in readme 2022-03-19 10:02:39 +01:00
ad79f4f086
add readme 2022-03-18 19:51:17 +01:00
dac95b7dae
Implement the http variant of the bank server.
During that process, many shortcomings with the socket server and the
bank lib were fixed.

I am aware a massive commit like this is not ideal.
2022-03-18 19:35:34 +01:00
c69654a924 split bank ad socket server up 2022-03-16 09:51:29 +01:00
3d9c98eeca
initial commit 2022-03-12 16:19:54 +01:00