-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: make PML compatible with OE by staging in-memory CLOB s…
- Loading branch information
Showing
28 changed files
with
412 additions
and
1,029 deletions.
There are no files selected for viewing
516 changes: 257 additions & 259 deletions
516
indexer/packages/v4-protos/src/codegen/dydxprotocol/bundle.ts
Large diffs are not rendered by default.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
indexer/packages/v4-protos/src/codegen/dydxprotocol/clob/finalize_block.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import * as _129 from "./gogo"; | ||
export const gogoproto = { ..._129 | ||
import * as _128 from "./gogo"; | ||
export const gogoproto = { ..._128 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
import * as _130 from "./api/annotations"; | ||
import * as _131 from "./api/http"; | ||
import * as _132 from "./protobuf/descriptor"; | ||
import * as _133 from "./protobuf/duration"; | ||
import * as _134 from "./protobuf/timestamp"; | ||
import * as _135 from "./protobuf/any"; | ||
import * as _129 from "./api/annotations"; | ||
import * as _130 from "./api/http"; | ||
import * as _131 from "./protobuf/descriptor"; | ||
import * as _132 from "./protobuf/duration"; | ||
import * as _133 from "./protobuf/timestamp"; | ||
import * as _134 from "./protobuf/any"; | ||
export namespace google { | ||
export const api = { ..._130, | ||
..._131 | ||
export const api = { ..._129, | ||
..._130 | ||
}; | ||
export const protobuf = { ..._132, | ||
export const protobuf = { ..._131, | ||
..._132, | ||
..._133, | ||
..._134, | ||
..._135 | ||
..._134 | ||
}; | ||
} |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.