Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Merge requests
!263
Upgrade to polkadot-v1.11.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Upgrade to polkadot-v1.11.0
upgrade-polkadot-v1.11.0
into
master
Overview
9
Commits
4
Pipelines
42
Changes
18
All threads resolved!
Hide all comments
Merged
Benjamin Gallois
requested to merge
upgrade-polkadot-v1.11.0
into
master
1 year ago
Overview
9
Commits
4
Pipelines
42
Changes
18
All threads resolved!
Hide all comments
Upgrade GitHub polkadot-sdk fork/
Use polkadot-v1.11.0
Use subxt-v0.35.3
Fix soon deprecated warnings
Migrate CurrencyAdapter to FungibleAdapter.
Edited
1 year ago
by
Benjamin Gallois
1
0
Merge request reports
Viewing commit
615381b7
Show latest version
18 files
+
20
−
477
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Unverified
615381b7
fix clippy
· 615381b7
bgallois
authored
1 year ago
client/distance/src/lib.rs
+
0
−
2
View file @ 615381b7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -14,10 +14,8 @@
// You should have received a copy of the GNU Affero General Public License
// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>.
use
codec
::{
Decode
,
Encode
};
use
frame_support
::
pallet_prelude
::
*
;
use
sc_client_api
::{
ProvideUncles
,
StorageKey
,
StorageProvider
};
use
scale_info
::
TypeInfo
;
use
sp_runtime
::{
generic
::
BlockId
,
traits
::
Block
as
BlockT
,
AccountId32
};
use
std
::
path
::
PathBuf
;
Loading