-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
46 lines (46 loc) · 1.18 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
* 0.0.22
- Add acceptOwnership abi to bancor converter
* 0.0.21
- Add setConversionFee abi to bancor
* 0.0.20
- Add rate by path (price quote) to abi definition for network
* 0.0.19
- Add omitted address in reserve connection
* 0.0.18
- Fix decimals, totalsupply mixup in token constructor
* 0.0.17
- Add decimals to token
* 0.0.16
- Add totalsupply to token
* 0.0.15
- Add reserve ratio to converter
* 0.0.14
- Add reverse idnex for converters in registry
* 0.0.13
- Add converters to registry
* 0.0.12
- Add owner get method to token abi
* 0.0.11
- Ensure tokenload callback on registry is called if no tokens in network
* 0.0.10
- Add build on install
* 0.0.9
- Add convert2 network method to abis
* 0.0.8
- Update dist files
* 0.0.7
- Add BNTToken to contracts list
* 0.0.6
- Include dist entrypoint file
* 0.0.5
- Add contract registry list
* 0.0.4
- Add ABIs for all basic actions on Bancor network
- Optional load all convertible tokens to registry
* 0.0.3
- Fix scope problem in transaction processlog callback
- Skip callbacks on failed processed transfers and converts
* 0.0.2
- Correct entry point
* 0.0.1
- Add Registry, TransactionHelper, Conversion, Tx, Transfer, Convert