noot

Results 76 issues of noot

## Task summary Current storage trie is version 0, we need to upgrade to version 1 which has an [updated header format](https://spec.polkadot.network/#defn-node-header) which especially adds inlined hashes nodes. Trie encoding/hashing...

trie
p0
W3F Approved
Type: Feature

## Task summary - `Rewind` is currently broken as it fails to set what the current grandpa round and setID are after rewinding - requires some lookup for finalized block...

p1
W3F Approved

## Task summary at around block 10000 on the devnet, the Alice node displayed the following error: ``` 2021-11-27T15:54:55Z INFO epoch 110 complete, upcoming epoch: 111 babe.go:L442 pkg=babe 2021-11-27T15:54:55Z DBUG...

W3F Approved

hey I'm looking at your protocol, from your docs "The final consideration has to do with scanning. Because every single Announcement needs to be scanned, it can take a long...

**Version** ethers v0.17.0 **Platform** ubuntu 22.04 **Description** I have a project using the build script defined here to compile contracts: https://github.com/gakonst/ethers-rs/blob/cd2c9f6dd11d12ddb8db64b98531c10852befe0f/ethers-solc/README.md here's the exact script: ``` use ethers_solc::{Project, ProjectPathsConfig}; fn...

bug

the info file contains information needed to recover swap funds in case of a swapd crash (after funds are locked but before they are claimed). currently, it's just stored in...

feature

currently, if swapd deploys a swap contract (for testing purposes) it gets written to `contract-address.json`. however, this isn't really needed, as contract addresses used in swaps are stored in the...

maintenance

in addition or instead of checking balances in `xmrtaker.handleNotifyXMRLock`, we should also receive and check the lock transaction via its hash.

protocol

need to update the recovery module to work with ERC20 swaps. requires writing the asset to disk.

feature