-
Epoch3 introduces the `reward_set` payload for event observers. It looks like there is some default rust->json serialization going on, which creates a very convoluted JSON payload.
Here's the type…
-
like it was done for [P-521](https://github.com/RustCrypto/elliptic-curves/blob/master/p521/src/lib.rs) ?
-
Non-urgent, slightly annoying issue. I just wasted half an hour going round in circles (TL;DR is the last line of text below).
There is a general problem with our MSRV that we can't use conditional…
-
In https://github.com/golang/go/issues/24301#issuecomment-390788506 I proposed in a comment:
> We've been discussing some sort of `go release` command that both makes releases/tagging easy, but als…
-
Link to the topic page https://bitcoinops.org/en/topics/client-side-validation/
Link to the previous issue, which was definitely closed and marked as 'complete' by mistake due to a misunderstanding o…
-
This doesn't need to be done for mainnet, but we need to make sure that it can be done eventually.
## Ask: Offer to sell sats
### Inputs
- A: Zero-value dummy output, provided by taker
- B: Va…
casey updated
8 months ago
-
### ink!的数据类型
ink!语言支持的类型,与Rust语言类型和智能合约的运行环境WebAssembly runtime都相关;
基本上可以分为两大类:
- 在内存中做计算的数据类型
- 处理后保存在链上的数据类型
#### 在内存中做计算的数据类型
沿用了很多Rust内置的类型,如:
- u8, i32, i64, u128, ...;
- bool, Resul…
-
The secp256k1 readme says:
> If you want to compile this library without using the bundled symbols (which may be required for integration into other build systems), you can do so by adding --cfg=ru…
-
## What happened
* Start swap between CLI on laptop and ASB on raspberry, branch `no-transfer-proof-failure`, commit `facab99b8af6b2bebd15096c2f324c8460e9089d`
* Swap got stale waiting for transfe…
-
The types that reside in the current `bitcoin.rs` file are the ones that come from the rust-bitcoin crate. I have made good progress to pull those out of this repo and allow them to live in a separate…