-
The current D3D12LibraryReflection interfaces do not support exposing function attributes for node shaders. For example, if applications want to setup per-launch mode or per-node overrides they need t…
-
### Problem description
Lodestar already implements the w3signer standard https://chainsafe.github.io/lodestar/run/validator-management/external-signer
The standard assumes the w3s trusts the va…
-
- Org
- [x] Remove old markdown version from directory
- [ ] Create new part "Improving confidence"
- [ ] move minimal contracts here
- [ ] add a section about specificatio…
-
Related: #3484
Today I looked into tx instantiation (thinking from client perspective where we consecutively instantiate thousands of txs), and results were quite suprising:
So these are t…
-
Create a Tutorial of ZoKrates enabled "credential-verification" in general (https://github.com/JonathanHeiss/ZoKrates-Credential-Verification)
Steps:
- [x] Go through paper (https://arxiv.org/pdf/22…
-
**Describe the bug**
```
Traceback (most recent call last):
File "/home/zemtu/django-env-py3.11/lib/python3.11/site-packages/djstripe/models/base.py", line 670, in _create_from_stripe_object
…
-
We're aware that we provide social proof functionality that many new users attempt to use, yet it's quite buggy and we aren't confident of the value it provides or whether it's worth maintaining and e…
-
Entity references is something we've talked about a bunch of times in the past, and even did a proof-of-concept at some point (#1487).
The general idea is that sometimes you really want a component…
-
Alive2 proof: https://alive2.llvm.org/ce/z/44YNAL (contains generalized pattern)
### Motivating example
```llvm
define i1 @src(i8 %a) {
entry:
%conv = sext i8 %a to i32
%0 = and i32 %c…
-
This should not pass:
```
tracked struct Z {
}
tracked struct Y {
tracked z: Z,
}
tracked struct X {
tracked y: Y,
ghost a: int,
}
proof fn borrower (tracked y: &'a Y) {…