Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove contract 2 + Code Split #1610

Merged
merged 9 commits into from
Jan 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove tx package
  • Loading branch information
forgetso committed Jan 11, 2025
commit 671f6c54a6f9dd47960c7bfe5f9169eed55117ba
4 changes: 0 additions & 4 deletions dev/config/src/projectInfo.ts
Original file line number Diff line number Diff line change
@@ -57,8 +57,6 @@ export const getCliPkgDir = () => `${getPackagesDir()}/cli`;

export const getCommonPkgDir = () => `${getPackagesDir()}/common`;

export const getContractPkgDir = () => `${getPackagesDir()}/contract`;

export const getDatabasePkgDir = () => `${getPackagesDir()}/database`;

export const getDatasetsPkgDir = () => `${getPackagesDir()}/datasets`;
@@ -92,8 +90,6 @@ export const getProviderPkgDir = () => `${getPackagesDir()}/provider`;

export const getServerPkgDir = () => `${getPackagesDir()}/server`;

export const getTxPkgDir = () => `${getPackagesDir()}/tx`;

export const getTypesPkgDir = () => `${getPackagesDir()}/types`;

export const getTypesDatabasePkgDir = () =>
17 changes: 0 additions & 17 deletions packages/tx/.npmignore

This file was deleted.

8 changes: 0 additions & 8 deletions packages/tx/README.md

This file was deleted.

69 changes: 0 additions & 69 deletions packages/tx/package.json

This file was deleted.

34 changes: 0 additions & 34 deletions packages/tx/src/balances/accounting.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/tx/src/balances/index.ts

This file was deleted.

37 changes: 0 additions & 37 deletions packages/tx/src/getDispatchError.ts

This file was deleted.

19 changes: 0 additions & 19 deletions packages/tx/src/index.ts

This file was deleted.

83 changes: 0 additions & 83 deletions packages/tx/src/sendFunds.ts

This file was deleted.

64 changes: 0 additions & 64 deletions packages/tx/src/submitTx.ts

This file was deleted.

Loading
Loading