-
Aircraft with _n_ SoundingPayload to downrange distance _d_.
Not quite sure how to force it to be an aeroplane; maybe add an "_x_ speed for _y_ minutes at altitude _z_" (like the XPSS has, but a lo…
ec429 updated
2 years ago
-
Steps to reproduce: `cargo build --features near-sdk/__abi-generate` on any contract
More details: https://github.com/near/cargo-near/issues/188
Problematic target is `x86_64-pc-windows-msvc`
!…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (ecf9a10 2023-09-18T00:24:28.742120000…
-
The featureless entry point introduced in #2246 doesn't work for this case:
Suppose two contracts, "inner" and "outer", of which outer depends on inner.
When you run the optimizer, inner gets co…
-
Repro:
scarb 2.8.3
clone https://github.com/kkrt-labs/kakarot-ssj on main
`scarb build -p contracts` - builds the required contract with some debug print logs
clone https://github.com/kkrt-labs/…
-
Originally highlighted by this [test](https://github.com/near/near-sdk-rs/blob/c843e9aec747b9acc7e240a6dea80a14448a7bfd/near-sdk/compilation_tests/all.rs#L16),
but it was run under wrong feature flag…
-
from the build log, I think this is the error:
```
179:48.20 cargo:warning=fatal error: error in backend: Do not know how to scalarize the result of this operator!
179:48.20 cargo:warning=
…
-
## Overview:
The Dockerfiles used to build the project images update the package manager cache without installing any packages in the same layer and delete the apt-get lists after.
## Mitigation:
…
-
We currently have a nice short example and collection of features, but I'd envision a short video (under 3 minutes) that would feature from zero to testnet development flow using GitHub Codespaces or …
frol updated
3 months ago
-
`cargo contract upgrade $proxy-address $implementation-address --suri $account`
Upgradeability is a well-known feature in the blockchain ecosystem: it allows a contract implementation to be modifie…