Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Remove Web3Extension Utilities (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
0a1c committed Feb 23, 2023
1 parent 107a789 commit ffe558d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 63 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

### API Breaking

- (transactions)[#123](https://github.com/evmos/evmosjs/pull/123) Remove Transactions `web3Extension` and `txRaw` since they are no longer necessary

### Improvements

- (transactions)[#109](https://github.com/evmos/evmosjs/pull/109) Add base and testing infrastructure to Transactions package
- (transactions)[#110](https://github.com/evmos/evmosjs/pull/110) Refactor Transactions `Authz` module using base infrastructure and add unit tests
- (transactions)[#111](https://github.com/evmos/evmosjs/pull/111) Refactor Transactions `Bank` module using base infrastructure and add unit tests
Expand Down
2 changes: 0 additions & 2 deletions packages/transactions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ export * from './messages/ibc'
export * from './messages/revenue'
export * from './messages/staking'
export * from './messages/vesting'
export * from './messages/txRaw'
export * from './messages/validator'
export * from './messages/web3Extension'
1 change: 1 addition & 0 deletions packages/transactions/src/messages/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface Chain {
chainId: number
cosmosChainId: string
}

export interface TxGenerated {
signDirect: {
body: Proto.Cosmos.Transactions.Tx.TxBody
Expand Down
16 changes: 0 additions & 16 deletions packages/transactions/src/messages/txRaw.ts

This file was deleted.

26 changes: 0 additions & 26 deletions packages/transactions/src/messages/web3Extension.spec.ts

This file was deleted.

19 changes: 0 additions & 19 deletions packages/transactions/src/messages/web3Extension.ts

This file was deleted.

0 comments on commit ffe558d

Please sign in to comment.