-
We currently have a problem in that the electron temperature increases (too) rapidly in the tokamak core when turbulence starts. We believe this is because we are not enforcing TS BCs on the potential…
-
# Lines of code
https://github.com/code-423n4/2024-08-superposition/blob/4528c9d2dbe1550d2660dac903a8246076044905/pkg/sol/SeawaterAMM.sol#L476-L485
https://github.com/code-423n4/2024-08-superposition…
-
Hi,
I am interested to know what you are doing in the ethash contract.
Do you verify whether a block that is/was submitted was mined correctly?
-
1. changed all `import "@witnet/*" ` to `import "*`, UsingWitnet.sol can be found at `import "witnet-solidity-bridge/contracts/apps/UsingWitnet.sol";`
3. got error:
``` --> contracts/WitnetRequestM…
-
**Github username:** @shealtielanz
**Twitter username:** shealtielanz
**Submission hash (on-chain):** 0x470e5d8ee1810a0dd7ff7bb7efe2c0a1778eb523764646cdf77811214855578e
**Severity:** medium
**Descr…
-
```julia
using LinearAlgebra, LinearSolve
A = rand(10, 4) # tall and skinny system
A[:, 1] .= 0 # A has a column with all zeros
f = rand(10) # RHS
prob1 = LinearProblem(A, f) …
-
Create Pull Request with changes and I'll review, best one will be merged.
Let's go.
Add some file, code, update or whatever.
-
xiaoming90
High
# Unauthorized PartyB could settle PNL of other PartyBs and users in the system
### Summary
The `settleUpnl` function does not include `notPartyB` modifier. As a result, unauthoriz…
-
Complete Unfakenews.sol contract from barebone structure to fully usable contract
-
Bigsam
High
# Wrong calculation of Accure Reward in Comptroller.sol
## Summary
Accure Reward calculates the global total staked before updating the total amount of token frozen hence, the globalTot…