jordy25519

Results 52 issues of jordy25519

Running `cargo test --workspace` produces compiler errors ``` error[E0425]: cannot find value `SOL_SOCKET` in this scope --> /Users/jordan/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.37/src/ext.rs:1544:33 | 1544 | set_opt(self.as_sock(), SOL_SOCKET, SO_REUSEADDR, | ^^^^^^^^^^ not found in this...

build 🛠

Some internal APIs move tokens without logging an event e.g. `make_transfer`. This creates lots of edge cases for block scanners. It would be simpler to log a balance transfer every...

generic-asset 💰

The CENNZnet staking pallet is behind some large refactors from upstream e.g. storage renames, election decoupling, pallet attribute syntax etc. The key difference is CENNZnet is using the original `offchain_election`...

staking 💰

Enable forking chain state from a live chain. The motivation for this is to allow application developers to reproduce specific live network states and improve confidence in testing. e.g. https://hardhat.org/hardhat-network/guides/mainnet-forking.html#forking-from-mainnet...

tooling 🛠

Allow offers of a fungible token amounts to be made on any other NFT royalties should be respected on settlement

nft 🃏

Add governance only function to cancel/freeze claims post #600

bridge 🌉

Store the claim Id in processed bridge tx storage It's useful for tracking recently processed claims (without using block events), the storage is freed regularly needs storage migration

bridge 🌉

This warning appears on nodes in k8s following 2.1.0 update. ``` 💔 The bootnode you want to connect provided a different peer ID than the one you expect: `12D3KooWGvfVZMbUrp8kmc9DQkMbBwL32ybFVLhPeibaiwg6hDZf`. 2022-03-24...

question

Create an ERC721 precompile targeting the NFT module - [x] approval / transferFrom - [ ] approvalForAll

nft 🃏

Don't need to specify on cmd line ```json "telemetryEndpoints": [ [ "'ws://cennznet-telemetry.centrality.me:8000/submit", 0 ] ] ```

devops 💪