Skip to content

Commit fdacc65

Browse files
authored
chore: remove AIP36 support (#151)
1 parent 84c0b9d commit fdacc65

7 files changed

Lines changed: 0 additions & 88 deletions

File tree

__tests__/mocks/entities.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

__tests__/mocks/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Connection } from "../../src";
22

33
import { mockBlocks } from "./blocks";
44
import { mockDelegates } from "./delegates";
5-
import { mockEntities } from "./entities";
65
import { mockLocks } from "./locks";
76
import { mockNode } from "./node";
87
import { mockPeers } from "./peers";
@@ -17,7 +16,6 @@ export const configureMocks = <T>(resource): T => {
1716

1817
mockBlocks(host);
1918
mockDelegates(host);
20-
mockEntities(host);
2119
mockLocks(host);
2220
mockNode(host);
2321
mockPeers(host);

__tests__/resources/entities.test.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/resources/entities.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/resources/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Blocks } from "./blocks";
22
import { Delegates } from "./delegates";
3-
import { Entities } from "./entities";
43
import { Locks } from "./locks";
54
import { Node } from "./node";
65
import { Peers } from "./peers";
@@ -15,7 +14,6 @@ export * from "./resource";
1514
export const Resources = {
1615
blocks: Blocks,
1716
delegates: Delegates,
18-
entities: Entities,
1917
locks: Locks,
2018
node: Node,
2119
peers: Peers,

src/resourcesTypes/entities.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/resourcesTypes/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export * from "./blocks";
22
export * from "./delegates";
3-
export * from "./entities";
43
export * from "./locks";
54
export * from "./node";
65
export * from "./peers";

0 commit comments

Comments
 (0)