-
Notifications
You must be signed in to change notification settings - Fork 4
/
Todo.txt
executable file
·51 lines (28 loc) · 1.05 KB
/
Todo.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
solidity --- memory vs storage, type casting, test cases in solidity, zeppelin
SPEED UP
********
constructor - ✓
getOwner - function done, test pending
addMember - ✓ (test case pending for duplicate and owner) and Reactivate if member is deactivated
deactivateMember - ✓ (test pending)
getOwnerDetails - ✓ (test case pending)
getMemberDetails - ✓ (test case pending)
addBook - ✓ (test case completed)
addMemberWithBooks - ✓ (test case pending)
getMemberList - Function not working (test case pending)
getBookList - Function not working (test case pending)
getBook - Pending
getBooks - pending
getMyBooks - Pending
borrowBook - ✓ (test case pending)
returnBook - ✓ (test case pending)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
issues faced -
memory to storage
truffle installation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Go through
Travis
Ethereum Alarm Clock
Timeout in event test case
Optimization in AddBooks method