-
The management interface provides a "Set Appearance Command" for setting LE device appearance. When bluetoothd configures the GATT server, it ignores this value and uses BR/EDR Class of Device instead…
-
The [1.14.11 go-ethereum release](https://github.com/ethereum/go-ethereum/releases/tag/v1.14.11) has removed the `totalDifficulty` from the `eth.getBlock` RPC API.
When trying to start the `hardhat…
-
Hi guys. I'm getting this error when I'm trying to get traces for a big transaction.
### Steps to represent
Install the latest hardhat
```shell
npm i hardhat@2.22.6
```
Run hardhat node as a m…
-
### Version of Hardhat
2.22.12
### What happened?
Getting error when running my tests:
```
Error: called `Option::unwrap()` on a `None` value
at EdrProviderWrapper._rawTraceToSolidityStac…
-
### Version of Hardhat
2.22.1
### What happened?
While unit test and deployment scripts (using 'hardhat-deploy' plugin) that run against the hardhat network with no forking appear to execute faster…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package Version
0.0.0-alpha.15
### Current Behavior
I'm trying to run `pnpm test` inside of `packages/sdk` …
-
### Steps to reproduce
1. Have a largeish Seshat db. mine is currently:
![Screenshot 2024-01-18 at 11 14 24](https://github.com/element-hq/element-web/assets/1294269/e713851e-7375-4d57-991d-961e…
ara4n updated
9 months ago
-
### Summary
Rust 1.79 released the "bounds in associated type position" feature. `clippy` is flagging a `clippy::trait_duplication_in_bounds` lint for code that seemingly does not duplicate code for …
-
I am updating from Hardhat 2.16.1 to 2.22.3 to gain Cancun support. My contracts compile and generate types, and I can run simple unit tests. However, when I try to run a test that deploys a complic…
-
作者您好,当我执行make km,其编译rust-kernel-module时,出现错误,其报错信息如下,我自己找到build.rs文件,在其中添加打印语句,发现报错位置貌似发生在let bindings = builder.generate().expect("Unable to generate bindings");这一句。而且报错会发生在编译rust-kernel-linux-util时,…