Archived
1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
fed6459f9d
refacto: Remove overengineered convertAction func
Because it can be simply replaced by a condition.

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-11-05 07:57:51 +01:00
5f67ba2279
feat: Chia blocks need more precision
Block rewards of Chia blockchain were fixed to 1.75 XCH. Now, they
include a variable transaction fee. This commit sets the precision to 6
digits after the floating point, like Ethereum block rewards.

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-11-04 18:47:59 +01:00
632da28954
feat: Add notification templates (#2)
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-10-13 15:09:59 +02:00