-
This supports Stable Identity. Requirements:
- Stable across FMC/RT FW updates.
- Non-stable across [epoch](https://github.com/chipsalliance/caliptra-sw/blob/873c3c2abe2703ffec02e1ced3a2d1b9a70a23…
-
**Description**: This follows #145 and #147. We need the URL and Blake 2b hash in addition to the question to go on-chain somehow, this can either be on each voting message OR in the final message tha…
-
### System Information
- **REST Version && Client Version :
{
"serverInfo": {
"restVersion": "2.4.3",
"deployment": {
"deploymentTool": "symbol-bootstrap",
…
-
When running a multi-client chain, there was a reported chain-spit that occurred when Holocene was activated. For more info, see [PR](https://github.com/paradigmxyz/reth/pull/13060). This issue is wri…
-
### Summary
I would like to add HashKey Testnet 1.4.1 chain addresses
### Chain ID
133
### Chain detail URL
https://chainlist.org/chain/133
### RPC URL
https://hashkeychain-testnet.alt.tech…
-
### Summary
I would like to add HashKey Testnet 1.3.0 chain addresses
### Chain ID
133
### Chain detail URL
https://chainlist.org/chain/133
### RPC URL
https://hashkeychain-te…
-
## Description
While implementing transaction broadcasting to the chain, I encountered an issue where transactions sent via the pushTransaction RPC method were not included in the chain. Although the …
-
**Github username:** @M0sharaff
**Twitter username:** @I_am_0xMosh
**Submission hash (on-chain):** 0x8a3525ec789d50359900a88802827191804ad2feb0008829a7edc0460535da92
**Severity:** medium
**Descripti…
-
```
def validation(self, *, bok=None):
"""
Валидация банкноты
:param bok: Если указан bok то валидирует до первого, подписанного банком блока.
Если не указан…
-
A method chain of :
~~~~raku
.antipairs.Hash{ 'World!' };
# 1
~~~~
Fails when split across a newline :
~~~~raku
.antipairs
.Hash{ 'World!' };
~~~~
## Error
~~~text
…