forked from iotaledger/iri
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
79 lines (59 loc) · 1.66 KB
/
changelog.txt
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
1.2.1
- cleaner API messaging
1.2.0
- Mainnet release with MWM 15
- Snapshot
- Manual claims
1.1.4.3
- support for security 3 txs
- fixed db batch saving bug
- rescan feature added
1.1.4.2
- Fixed memory leaks
- maxDepth added to TipSelection
1.1.4.1
- Fixed claiming issue
1.1.4
- Mainnet Release with MWM 13
1.1.3.10
- Fixed memory allocation
- Refactored classes away from static instances to allow for greater integration testing
- Added check to prevent confirmed bundles from being re-confirmed on replay
1.1.3.9
- Vastly refactored persistency and solidity functions.
1.1.3.4
- Added RocksDB initialization logs
1.1.3.4
- RocksDB dispose fixes
1.1.3.3
- Simulation upgrades
1.1.3.2
- RocksDB integration
1.1.3.1
- TCP transaction transport and replicator
1.1.2.9:
- Program argument to set timestamp filter for incoming txs
1.1.2.8:
- Tip selection with depth control
1.1.2.7:
- More fixes to tip selector
1.1.2.6:
- Merge with dev branch
- Fixes tip selector
1.1.2.3:
- Promoted DNS resolver from experimental (-e) to be activated by default
- Implemented experimental random tip selector and broadcaster (to be activated with -e)
- API statements log counter
- added JRE version to GetNodeInfo
- fixed regression with AttachToTangle in combination with PearlDiver update
- PearDiver update
- UTF-8 Logo
- Enabling --remote access
1.1.2.2:
- DNS resolver
- Peerless node
- CP437 Logo
- getTransactionToApprove lock
- preventing getTransactionToToApprove on an unsync tangle
- reducing log noise.
- general bug fixing