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

Remove Web3Extension Utilities #123

Merged
merged 4 commits into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
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.