-
## Summary
Alberto asked [on Twitter](https://twitter.com/alcueca/status/1547548084594515970) whether the Yield team succeeded in making their contracts as easily auditable as possible. I think so. I …
-
Hello! I am having trouble with deep linking within my flutter application. I've follow the documentation on getting things setup and have it working on Android but not iOS. I am not receiving any err…
-
Funny behaviour on testnet observed:
![image](https://user-images.githubusercontent.com/62546419/109199816-cee7d900-7797-11eb-91ff-198466950ebb.png)
It looks to me like the auction is triggered be…
-
Uploading an art image through the web app crashes the nodejs server.
```
[2022-04-01T11:08:19.692] [INFO] invoke-chaincode - Transaction successfully submitted at 2022-04-01T15:08:19.692Z
dyld: la…
-
# Lines of code
https://github.com/code-423n4/2022-07-yield/blob/main/contracts/Witch.sol#L253
# Vulnerability details
When an auction is going on, after it started,
the vault might become overcol…
-
Update the following in the nouns contracts and/or UI:
DAO Name: ATX Nouns
DAO Symbol: $ATX
Auction duration: 3 days (hold off on setting this one until launch so we can keep it short during test…
-
## make onlyowner functoins payable to save gas
```
./src/auction/Auction.sol:244: function unpause() external onlyOwner {
./src/auction/Auction.sol:263: function pause() external onlyOwner {
…
-
```
To popularize the auction and encourage new buyers and sellers, the application
allows anyone to view auction items without requiring user ID and password
identification. To keep things simple, …
-
```
To popularize the auction and encourage new buyers and sellers, the application
allows anyone to view auction items without requiring user ID and password
identification. To keep things simple, …
-
# Handle
gpersoon
# Vulnerability details
## Impact
The function finalize() of all the auction contracts can be called by everyone before initMarket() is called.
This will set status.finalized = t…