Resolve "Refractor wotb to have separate traits for WoT memory layout and WoT calculations."
Merged
requested to merge 43-refractor-wotb-to-have-separate-traits-for-wot-memory-layout-and-wot-calculations into dev
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
+ 23
− 210
@@ -16,20 +16,15 @@
@@ -16,20 +16,15 @@
@@ -104,19 +99,6 @@ impl Node {
@@ -104,19 +99,6 @@ impl Node {
@@ -135,14 +117,6 @@ pub struct LegacyWebOfTrust {
@@ -135,14 +117,6 @@ pub struct LegacyWebOfTrust {
@@ -170,72 +144,16 @@ impl LegacyWebOfTrust {
@@ -170,72 +144,16 @@ impl LegacyWebOfTrust {
@@ -342,6 +260,19 @@ impl WebOfTrust for LegacyWebOfTrust {
@@ -342,6 +260,19 @@ impl WebOfTrust for LegacyWebOfTrust {
@@ -380,131 +311,14 @@ impl WebOfTrust for LegacyWebOfTrust {
@@ -380,131 +311,14 @@ impl WebOfTrust for LegacyWebOfTrust {
@@ -565,9 +379,8 @@ mod tests {
@@ -565,9 +379,8 @@ mod tests {