Skip to content

Commit

Permalink
Bid Status Visibility (#42)
Browse files Browse the repository at this point in the history
* bid status querying from db

* event for permission key

* add auction table

* more granularity on the events

* add tx hash to Lost

* add querying auctions via permission key

* add query param

* adjust some formatting

* some cleanup

* tic

* comments

* address comments 1

* address comments 2

* convert ts to nanos

* some minor changes

* updated cargo locks

* address comments

* use stable cargo

* nanos -> micros & dumb nightly changes

* bump version

* fix nano --> micro in schema doc

---------

Co-authored-by: --systemdf <[email protected]>
Co-authored-by: --systemdf <[email protected]>
  • Loading branch information
3 people authored Apr 11, 2024
1 parent a4b1ff2 commit 3591750
Show file tree
Hide file tree
Showing 32 changed files with 1,392 additions and 1,320 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: cargo-fmt-auction-server
name: Cargo format for auction server
language: "rust"
entry: cargo +nightly-2023-07-23 fmt --manifest-path ./auction-server/Cargo.toml --all -- --config-path rustfmt.toml
entry: cargo +stable fmt --manifest-path ./auction-server/Cargo.toml --all -- --config-path rustfmt.toml
pass_filenames: false
files: auction-server
- id: cargo-clippy-auction-server
Expand All @@ -34,13 +34,13 @@ repos:
- id: cargo-fmt-vault-simulator
name: Cargo format for vault simulator
language: "rust"
entry: cargo +nightly-2023-07-23 fmt --manifest-path ./vault-simulator/Cargo.toml --all -- --config-path rustfmt.toml
entry: cargo +stable fmt --manifest-path ./vault-simulator/Cargo.toml --all -- --config-path rustfmt.toml
pass_filenames: false
files: vault-simulator
- id: cargo-clippy-vault-simulator
name: Cargo clippy for vault simulator
language: "rust"
entry: cargo +nightly-2023-07-23 clippy --manifest-path ./vault-simulator/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
entry: cargo +stable clippy --manifest-path ./vault-simulator/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
pass_filenames: false
files: vault-simulator
# For python files
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3591750

Please sign in to comment.