Commit Graph

79 Commits

Author SHA1 Message Date
lash
d4906529a3
Update interfaces, add ERC5679 aliases 2023-03-26 07:26:02 +01:00
lash
badfa4838a
Update license, upgrade to beta, update classifiers 2023-03-22 12:58:35 +00:00
lash
acd5eb3d7b
Merge branch lash/readmemore 2023-03-22 10:18:51 +00:00
lash
f052529935
Fix burn interface implementation 2023-03-22 07:58:25 +00:00
lash
1d93ece13e
Eliminate solidity compiler warnings 2023-03-19 09:23:51 +00:00
lash
50405b5cf6
Add expiration, supply cap, mutability to readme 2023-03-08 07:55:52 +00:00
lash
74c0bfe43e
Add solc metadata 2023-03-07 10:23:39 +00:00
lash
f75472fcf5
Update readme for calculations and inputs 2023-03-01 12:01:32 +00:00
lash
4ec1ea8b45
rename to decaylevel 2023-02-19 10:41:54 +00:00
lash
f9cd542e74
Add sweep function 2023-02-19 09:44:25 +00:00
lash
75c16b7198
REinstate owner as minter by default 2023-02-19 08:07:25 +00:00
lash
7982dbae97
Remove minter alias in contract 2023-02-12 08:31:08 +00:00
lash
4e6e5300f7
Alias writer, emit missing events 2023-02-12 08:17:58 +00:00
lash
ceed2e3a7a
Set immutable vars 2023-02-10 17:02:29 +00:00
lash
5c85a8abba
Fix period test to recognize actual sink address 2023-02-10 16:17:06 +00:00
lash
e6eef48808
Add supply cap 2023-02-10 15:58:31 +00:00
lash
3353733405
Add seal logic and tests 2023-02-10 15:21:37 +00:00
lash
1f0dc0aa5f
Define expiry in terms of period 2023-02-10 14:30:25 +00:00
lash
2717e29d91
Freeze accounts balances at expiry 2023-02-10 13:44:35 +00:00
lash
23de062ab9
Add expiry implementation, after expire sink gets all 2023-02-10 12:22:50 +00:00
lash
550c0d60cd
Add license to solidity aux dir (abdk-math) 2023-02-10 10:08:24 +00:00
lash
dc891ce9bb
Rehabilitate deployer cli script 2023-02-10 10:05:10 +00:00
lash
5317573b47
All tests pass! 2023-02-10 09:06:04 +00:00
lash
34af3b1b30
Rehabilitate redistribution unit 2023-02-10 06:21:32 +00:00
lash
555b0b1724
Rehabilitate change period 2023-02-10 05:02:24 +00:00
lash
e74a9cb594
test basic passes 2023-02-09 12:08:28 +00:00
lash
f785925eb5
WIP rehabilitating test basic 2023-02-09 11:44:20 +00:00
lash
ae2c1b4124
Rewrite base unittest module, reinstate more contract methods 2023-02-09 06:49:18 +00:00
lash
ffc041c1a3
WIP Implement abdk math contract for constructor, decay 2023-02-09 05:09:57 +00:00
lash
bcc957f861
Remove commented contract code, makefile single nocap only 2023-02-08 08:51:57 +00:00
lash
84b1a5b439
Return redistributions type correctly 2023-02-08 08:44:43 +00:00
Louis Holbrook
5d01e2ae96 Add burn method + minor bug fixes 2023-02-04 14:41:40 +00:00
Louis Holbrook
20e3a783fd Runaway redistribution 2022-05-30 07:53:22 +00:00
lash
c5de0e3300
Reactivate test, expose sinkaddress 2022-05-28 09:28:10 +00:00
lash
ee871730dc
Remove unneeded demurragestart item 2022-05-27 12:53:11 +00:00
lash
31faa78346
Keep cumulative sink total in state and deduct from upcoming demurrage 2022-05-27 12:51:10 +00:00
lash
a0557b35a0
Fix cumulative distribution calculation bug in SingleNocap 2022-05-27 11:10:31 +00:00
Louis Holbrook
db56e0d33f bug: Wrong redistribution amount + limited demurrage apply 2022-03-02 09:01:50 +00:00
nolash
98c460dc2f
Create demurrage calc from contract 2021-07-04 12:10:01 +02:00
nolash
c3a6a692ed
Test precision loss of 2 bytes in demurrage store in redistribution data 2021-06-08 17:41:49 +02:00
nolash
2123341fe9
Rehabilitate single nocap contract 2021-06-08 16:38:45 +02:00
nolash
a2a141dbf4
Use next redistribution object hack in apply default distribution 2021-06-08 13:06:32 +02:00
nolash
0b6d58f7af
Fix demurrage in multicap 2021-06-08 12:06:34 +02:00
nolash
e894dcd3cf
Add mint amounts test 2021-06-08 11:53:51 +02:00
nolash
12d5711e36
Improve redistribution period test 2021-06-08 11:16:56 +02:00
nolash
0dba167af2
WIP Improve redistribution precision 2021-06-08 09:52:37 +02:00
nolash
e8781a9aa0
Add growth decay test, improve resolution in growth/decay in contract (SingleCap) 2021-06-08 07:38:10 +02:00
nolash
1b1419c03b
Rename divider to nano, expand supply value bit length 2021-06-07 18:16:08 +02:00
nolash
81ec2198aa
Improve resolution in fractional calc in contract 2021-06-07 17:49:22 +02:00
nolash
5f69a1d7a1
WIP avoid fractional truncation 2021-06-07 15:32:50 +02:00