-
Feature Addition:
- Extend the auction contract to track stakes placed by smart contracts.
- Allow smart contracts to submit stake amounts and specify parameters such as validators to stake with.
…
-
- monitoring
- for expired version 2 positions
- show button -> force sell
- nav to: /monitoring/.../forcesell
- similar layout of Buy in Auction
-
Extend the get_auction_info test to cover the case when provided block_id is not empty
-
### Current Behaviour
Bot does not appear to be buying auctions very often.
Items are undercut from bot prices, usually very generously, but still nothing is purchased.
Unknown - Is there a sett…
-
```sql
CREATE TABLE auctions (
id INT PRIMARY KEY,
seller INT,
item TEXT
);
CREATE TABLE bids (
id INT PRIMARY KEY,
buyer INT,
auction_id INT,
amount INT
);
CREATE VIEW V…
-
If you search my bba\... files (created via BBA --ARCHIVE) with this RegEx string -- XC|XD|XH|XS|XT|Xa -- you'll find some.
I found 14 in [bba/Preempt_X_XX.pbn](https://github.com/ADavidBailey/Prac…
-
### Problem
Currently `get_auction` API function returns only the latest auction built by autopilot.
We need to add possibility for this endpoint to return auction by given auction_id/block_numbe…
-
404Notfound
Medium
# Potential Collateralization Ratio will Drop Below 100% in `auction` Function
### Summary
The lack of collateralization ratio verification before creating a new loan will cau…
-
### Background
Staging is frontrunning the production environment by ~270 days. Meaning, when auction with ID = X appears on staging, after 270 days production will also create an auction with ID = X…
-
### Description
If you imagine a stacked bar chart where we have `number of bidders `as the metric, and `first auction they bid in` as the group, we would like to order the stacking by `auction sta…