Florian Dold
|
67dd0eb06e
|
new transactions API: purchases and refunds
|
2020-05-12 15:44:48 +05:30 |
|
Florian Dold
|
6206b418ff
|
new transactions API: withdrawal
|
2020-05-12 14:09:10 +05:30 |
|
Florian Dold
|
857a2b9dca
|
perf: reserve history in separate object store
|
2020-05-11 21:47:35 +05:30 |
|
Florian Dold
|
277a513a8f
|
directly withdraw after creating planchet
|
2020-05-11 21:05:00 +05:30 |
|
Florian Dold
|
d7ee78669d
|
create planchets only in one place
|
2020-05-11 20:51:45 +05:30 |
|
Florian Dold
|
4c614429a0
|
also create key material for planchets in smaller bites
|
2020-05-11 20:43:19 +05:30 |
|
Florian Dold
|
0240096cf6
|
oops, fix multiplication
|
2020-05-11 18:37:10 +05:30 |
|
Florian Dold
|
21b5e6f206
|
bump db major version
|
2020-05-11 18:21:57 +05:30 |
|
Florian Dold
|
d9433a2116
|
logging
|
2020-05-11 18:19:43 +05:30 |
|
Florian Dold
|
5d6192b0cd
|
make planchet management during withdrawal O(n) instead of O(n^2)
|
2020-05-11 18:03:25 +05:30 |
|
Torsten Grote
|
7e947ca2cd
|
Add functions for getting and comparing balances to integration tests
|
2020-05-08 15:02:07 -03:00 |
|
Torsten Grote
|
1cf48054c4
|
Add test for retries
|
2020-05-08 11:53:58 -03:00 |
|
Florian Dold
|
8056c7fb62
|
manifest
|
2020-05-08 18:53:14 +05:30 |
|
Torsten Grote
|
122574fe05
|
Add test for refund and tip, fix cli testing gen-*-uri
|
2020-05-08 10:13:52 -03:00 |
|
Torsten Grote
|
06aa5abcc7
|
clean up integration test shell library
|
2020-05-08 09:58:47 -03:00 |
|
Florian Dold
|
4bd372770e
|
wallet DB version
|
2020-05-08 17:45:23 +05:30 |
|
Florian Dold
|
76e664c943
|
update withdrawal page when something changes
|
2020-05-08 17:19:07 +05:30 |
|
Torsten Grote
|
38601a1c63
|
Add test for double spending (still fails as expected)
|
2020-05-07 15:33:43 -03:00 |
|
Torsten Grote
|
b7c75bd56a
|
integration test for handling the same pay URI multiple times
|
2020-05-06 16:05:38 -03:00 |
|
Torsten Grote
|
85af5421e5
|
Factor out common code from shell integration tests
and give code the shellcheck treatment
|
2020-05-05 12:58:29 -03:00 |
|
Florian Dold
|
cd9a34cbb5
|
make wallet notifications work again
|
2020-05-04 17:41:22 +05:30 |
|
Florian Dold
|
42b6c58db8
|
settings tab
|
2020-05-04 17:16:06 +05:30 |
|
Florian Dold
|
848f44733e
|
handle changing permissions better
|
2020-05-01 15:04:12 +05:30 |
|
Florian Dold
|
609397d95a
|
drastically reduce permissions for Web integration
The old web integration with more permissions is still available on an
opt-in basis.
|
2020-05-01 14:16:56 +05:30 |
|
Florian Dold
|
3f52d293be
|
error message
|
2020-04-30 18:01:09 +05:30 |
|
Florian Dold
|
e52e1fab86
|
fix redirection
|
2020-04-30 18:01:04 +05:30 |
|
Florian Dold
|
9798bf51a9
|
fix path
|
2020-04-30 18:00:19 +05:30 |
|
Florian Dold
|
5be0708a10
|
adopt new merchant refund API
|
2020-04-27 21:11:20 +05:30 |
|
Florian Dold
|
e404f5e6d3
|
add test case for i18n, fix react i18n bug
|
2020-04-07 20:17:15 +05:30 |
|
Florian Dold
|
322359e553
|
readme
|
2020-04-07 17:31:19 +05:30 |
|
Florian Dold
|
06372f5488
|
deps
|
2020-04-07 16:40:28 +05:30 |
|
Florian Dold
|
9c735a0e6e
|
fix i18n build task
|
2020-04-07 16:16:58 +05:30 |
|
Florian Dold
|
cd7629c916
|
fix broken rollup config
|
2020-04-07 15:14:02 +05:30 |
|
Florian Dold
|
34eca9c512
|
always round timestamps before signature creation/verification
|
2020-04-07 14:12:29 +05:30 |
|
Florian Dold
|
faba5e9db8
|
finally make linter happy
|
2020-04-07 13:58:55 +05:30 |
|
Florian Dold
|
fb2e2f8993
|
more lint fixes
|
2020-04-07 13:37:32 +05:30 |
|
Florian Dold
|
1471aae892
|
linter / simpler webextension pack
|
2020-04-07 01:23:29 +05:30 |
|
Florian Dold
|
47787c0b0b
|
make linter less grumpy
|
2020-04-06 23:32:01 +05:30 |
|
Florian Dold
|
f36bb7a04e
|
linter
|
2020-04-06 21:15:41 +05:30 |
|
Florian Dold
|
07f25566ca
|
start spring cleaning, use rollup instead of both webpack and rollup
|
2020-04-06 21:05:51 +05:30 |
|
Florian Dold
|
13bccc7bd9
|
integration tests (based on Christian's auditor tests)
|
2020-04-06 14:15:49 +05:30 |
|
Florian Dold
|
3bd53bb87d
|
package.json
|
2020-04-06 13:54:09 +05:30 |
|
Florian Dold
|
b4a54522ec
|
make test runner work again
|
2020-04-06 13:33:15 +05:30 |
|
Florian Dold
|
dee9ccf7b1
|
auto format
|
2020-04-06 13:32:56 +05:30 |
|
Florian Dold
|
f45e5615cc
|
deps
|
2020-04-06 13:22:31 +05:30 |
|
Florian Dold
|
4cfae8f589
|
types
|
2020-04-06 12:54:49 +05:30 |
|
Florian Dold
|
95e638f513
|
cosmetics and comments
|
2020-04-02 20:44:12 +05:30 |
|
Florian Dold
|
05e43bb259
|
simplify matching
|
2020-04-02 20:42:33 +05:30 |
|
Florian Dold
|
1be738b843
|
don't print in test
|
2020-04-02 20:42:20 +05:30 |
|
Florian Dold
|
ef0acf06bf
|
model reserve history in the exchange, improve reserve handling logic
|
2020-04-02 20:33:01 +05:30 |
|