chriseth
|
a88d4b4e06
|
Format.
|
2023-05-25 15:48:34 +02:00 |
|
jaensen
|
ec0df1959e
|
moved the InputValidationError to the top of server.rs
|
2023-03-30 04:30:34 +02:00 |
|
jaensen
|
949969b47e
|
Added new InputValidationError and validate the U256 input string for 'compute_transfer' with a BigUint.
|
2023-03-30 04:11:39 +02:00 |
|
jon r
|
f55ef54d99
|
chore: fmt
|
2023-03-28 19:05:14 +02:00 |
|
jon r
|
38c4a8593a
|
chore: lint
|
2023-03-28 19:04:24 +02:00 |
|
jon r
|
8d53c2f0a2
|
Merge pull request #12 from CirclesUBI/export_safes
Export safes to binary.
|
2023-03-28 18:24:52 +02:00 |
|
jon r
|
72cfb6f454
|
Merge branch 'main' into dev
|
2023-03-28 17:25:20 +02:00 |
|
jaensen
|
1f156f2916
|
build on dev
|
2023-03-24 01:54:07 +01:00 |
|
JacqueGM
|
be53b77f88
|
update json keys
|
2023-02-25 17:56:42 +01:00 |
|
jaensen
|
56c45423f0
|
return decimal values instead of hex values for json-rpc transfer results
|
2023-02-25 17:52:35 +01:00 |
|
chriseth
|
a57514ce8c
|
Scale receiver balance.
|
2023-01-10 12:44:58 +01:00 |
|
chriseth
|
287666fa05
|
Change tests to use the safe db.
|
2023-01-05 20:00:05 +01:00 |
|
chriseth
|
cf02c191a7
|
Export safes to binary.
|
2022-12-29 19:30:01 +01:00 |
|
chriseth
|
a677c3a9a0
|
Fix u256 parsing.
|
2022-12-29 14:52:17 +01:00 |
|
chriseth
|
65ed77d442
|
Fix clippy.
|
2022-12-29 00:06:06 +01:00 |
|
jaensen
|
c7dd68a7bf
|
use a 'listen_at' argument (e.g. 0.0.0.0:1234) instead of only a 'port' (1234). Allows to select an interface to listen on.
|
2022-12-28 23:55:48 +01:00 |
|
chriseth
|
e06ce20a8f
|
Make flow computation deterministic.
|
2022-12-28 00:15:06 +01:00 |
|
chriseth
|
7821daf532
|
Output addresses with checksum.
|
2022-12-24 16:02:30 +01:00 |
|
chriseth
|
404ceb39b9
|
Option to limit amount of transfers.
|
2022-12-24 16:00:57 +01:00 |
|
chriseth
|
e36f1558ef
|
Do not scale receiver balance.
|
2022-12-21 15:34:33 +01:00 |
|
chriseth
|
d5a042fa3a
|
Scale receiver balance for trust computation.
|
2022-12-21 15:22:32 +01:00 |
|
chriseth
|
b3e8914c5c
|
Fix computation of simplifications.
|
2022-12-21 15:21:19 +01:00 |
|
chriseth
|
4171afe31e
|
Sort transfers.
|
2022-12-21 15:21:00 +01:00 |
|
chriseth
|
ffba4f1f4c
|
Output flow in decimal.
|
2022-12-20 23:10:25 +01:00 |
|
chriseth
|
b45e19d65e
|
Implement transfer simplifications.
|
2022-12-20 21:47:30 +01:00 |
|
chriseth
|
50da6bfa5c
|
Support binary safe file for json-rpc server.
|
2022-12-20 21:16:28 +01:00 |
|
chriseth
|
32bc0786a8
|
Support binary database in cli.
|
2022-12-20 21:08:39 +01:00 |
|
chriseth
|
88ea58d25e
|
Some comments.
|
2022-12-20 21:01:34 +01:00 |
|
chriseth
|
9fe536a853
|
Binary safe database import.
|
2022-12-20 20:44:32 +01:00 |
|
chriseth
|
60d294c6c8
|
Conversion binary.
|
2022-12-20 13:08:33 +01:00 |
|
chriseth
|
5969204a1f
|
Compute edges from safes.
|
2022-12-12 23:03:57 +01:00 |
|
chriseth
|
a7e9aefd40
|
Import from json.
|
2022-12-10 19:46:28 +01:00 |
|
chriseth
|
f37b35d6ec
|
Fix trust limit problem.
|
2022-12-06 23:38:34 +01:00 |
|
chriseth
|
0fed55f154
|
Clippy.
|
2022-12-06 22:18:55 +01:00 |
|
chriseth
|
93077dce52
|
Add edgedb.
|
2022-12-06 22:16:36 +01:00 |
|
chriseth
|
782b26d9c3
|
pathfinder (1) compatibility mode.
|
2022-12-06 21:23:53 +01:00 |
|
chriseth
|
9ee468b04c
|
Implement update_edges
|
2022-11-08 23:23:35 +01:00 |
|
chriseth
|
03f0ff8d38
|
Support importing csv files.
|
2022-10-28 22:39:47 +02:00 |
|
chriseth
|
523147f5df
|
Remove empty edges.
|
2022-10-28 18:03:43 +02:00 |
|
chriseth
|
736e433d00
|
Update wording.
|
2022-10-28 17:44:52 +02:00 |
|
chriseth
|
05b5a4426c
|
Filter out zero-capacity nodes.
|
2022-10-28 17:28:35 +02:00 |
|
chriseth
|
4c75cad0a2
|
Some error handling.
|
2022-10-28 16:36:14 +02:00 |
|
chriseth
|
49fae419a9
|
Fix argument order.
|
2022-10-28 16:01:21 +02:00 |
|
chriseth
|
11981bbe78
|
Clippy.
|
2022-10-10 09:33:32 +02:00 |
|
chriseth
|
8a53afc8f8
|
Create CLI.
|
2022-10-10 09:31:35 +02:00 |
|
chriseth
|
9ff1cc0c85
|
Fix warnings.
|
2022-10-08 12:19:25 +02:00 |
|
chriseth
|
30c356c235
|
Test automation.
|
2022-10-08 12:19:25 +02:00 |
|
chriseth
|
a0ff1a1e96
|
Rename json field to "token_owner".
|
2022-10-07 23:22:03 +02:00 |
|
chriseth
|
77fb5c9d28
|
Decimal conversion.
|
2022-10-07 22:53:06 +02:00 |
|
chriseth
|
4963f5edeb
|
Decimal import.
|
2022-10-03 23:57:36 +02:00 |
|