Skip to content

Commit

Permalink
util: remove object.ts (#1809)
Browse files Browse the repository at this point in the history
Co-authored-by: ScottyPoi <scott.simpson@ethereum.org>
  • Loading branch information
2 people authored and holgerd77 committed Mar 24, 2022
1 parent fbe47fd commit 99667d1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 268 deletions.
7 changes: 1 addition & 6 deletions packages/util/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ export * from './signature'
export * from './bytes'

/**
* Function for definining properties on an object
*/
export * from './object'

/**
* External exports (rlp)
* External exports (BN, rlp)
*/
export * from './externals'

Expand Down
114 changes: 0 additions & 114 deletions packages/util/src/object.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/util/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ export function bigIntToUnpaddedBuffer(value: bigint): Buffer {
return unpadBuffer(bigIntToBuffer(value))
}

/**
* Deprecated alias for {@link bigIntToUnpaddedBuffer}
* @deprecated
*/
export function bigIntToRlp(value: bigint): Buffer {
return bigIntToUnpaddedBuffer(value)
}

/**
* Type output options
*/
Expand Down
140 changes: 0 additions & 140 deletions packages/util/test/object.spec.ts

This file was deleted.

0 comments on commit 99667d1

Please sign in to comment.