Wil Wade

Results 54 issues of Wil Wade

Here is the example text that fails to break on the period inside of the quote marks. Not entirely sure why, but thought I would drop the example in in...

All three tor files that you have: > I have included the TOR network in these lists (bm_tor, dm_tor, et_tor). The TOR network is not necessarily bad and you should...

The Migrations contract has this method: ```solidity function upgrade(address new_address) public restricted { Migrations upgraded = Migrations(new_address); upgraded.setCompleted(last_completed_migration); } ``` https://github.com/trufflesuite/truffle-init-default/blob/master/contracts/Migrations.sol#L19 But I cannot find any notes as to what...

Quick patch to update a broken link.

Cross posted by request from: https://substrate.stackexchange.com/questions/9498/proposals-not-getting-processed-consensus-issues-on-rococo Context: A parachain in Rococo is missing more block slots than I would expect it to at fairly random times. Version: Polkadot v0.9.42 Number...

Situation: A delegated service has previously announced some content that it now determines it does not want to continue hosting. What happens? Previous related discussions: #80 (More user request rather...

DSNP Activity Content Profiles are fairly sparse. As DSNP grows, different applications will want to add different information to the profile. 1. Should app specific information be added to the...

# Goal The goal of this PR is to improve the documentation of the Pallets and make that documentation be able to be used on docs.frequency.xyz. Part of https://github.com/frequency-chain/docs/issues/59 #...

# Goal The goal of this PR is to improve the documentation of the Pallets and make that documentation be able to be used on docs.frequency.xyz. Part of https://github.com/frequency-chain/docs/issues/59 #...

documentation

When async backing is supported on Polkadot, Frequency can move to a default of 6s block times. - [x] Polkadot enabled 6s block times ## Tasks - [x] Upgrade Polkadot-SDK...