-
For some ways the speed profile (at least before an intersection) depends a lot on the direction taken at the following intersection. For example, a left turn being on average much slower that a right…
-
To give you an idea of what I am aiming at:
1. Cache (certain) HTML responses statically in the file system
2. Do some sed-like REGEXP-replacements on the file
3. Minify the HTML
4. Compress the f…
-
# Lines of code
https://github.com/code-423n4/2024-01-salty/blob/53516c2cdfdfacb662cdea6417c52f23c94d5b5b/src/rewards/SaltRewards.sol#L124-L125
# Vulnerability details
## Impact
Arbitrage profits …
-
I see your code in 'RL/agent/low_level/ddqn_pes_risk_aware.py', the default transaction_cost is set to 0.00015, As we known most of exchanges have a commission fee rate of 0.001, So is the result in y…
-
Sorry if this is the wrong place to ask this kind of questions, but this is the closest I could find to a place to discuss blockchain technologies related stuff that isn't exactly related to some spec…
-
Please provide critique and review for the paper.
-
We are investigating GC pause time in order to potentially achieve 60 fps, but we observe long GC EE suspend pauses.
For example, on next benchmark max GC pause on arm64(rpi4) can get as high as 55…
-
panprog
high
# Invalid oracle versions can cause desync of global and local positions making protocol lose funds and being unable to pay back all users
## Summary
When oracle version is skipped for…
-
I have a few issues with the Data Feed and CFD spec is written today. Would someone care to submit a pull request and fix these issues? :
1. The 0.5% fee for using a data feed in a CFD/bet is only men…
-
detectiveking
high
# Borrower collateral that they are owed can get stuck in Vault and not sent back to them after calling `repay`
## Summary
There's a case where a borrower calls `borrow`, perhaps…