about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/polkadot
AgeCommit message (Collapse)AuthorFilesLines
2024-06-14polkadot: 1.12.0 -> 1.13.0André Silva2-267/+719
2024-06-09Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross1-1/+2
Conflicts: pkgs/applications/blockchains/polkadot/default.nix
2024-06-09polkadot: tighten platformsAlyssa Ross1-1/+2
2024-06-09rustc: disable wasm32 if some gcc options are setAlyssa Ross1-0/+3
This is a temporary fix to get rustc building again with these configurations (which notably include the default aarch64-darwin one) without causing a stdenv rebuild. The real fix will be to avoid passing these options through the Clang wrapper when the target is overridden. It could be that there are packages that need wasm32-unknown-unknown beyond those I've marked as broken here — it's impossible to be sure without a full rebuild. But this should be most of them.
2024-05-29rustc: don't try to use non-existent rust-lldAlyssa Ross1-2/+0
This removes the need to manually override Rust's default linker for every package that builds for wasm32-unknown-unknown.
2024-05-21polkadot: 1.11.0 -> 1.12.0André Silva2-670/+573
2024-05-05polkadot: 1.10.0 -> 1.11.0André Silva2-577/+1571
2024-04-22treewide: switch from rocksdb -> rocksdb_8_3Jonas Heinrich1-1/+5
2024-04-09polkadot: 1.9.0 -> 1.10.0André Silva2-334/+327
2024-03-19polkadot: 1.8.0 -> 1.9.0André Silva2-305/+432
2024-03-05polkadot: 1.7.0 -> 1.8.0André Silva2-252/+570
2024-02-08polkadot: 1.6.0 -> 1.7.0André Silva2-1441/+1494
2024-01-24polkadot: 1.5.0 -> 1.6.0André Silva2-1208/+1845
diff: https://github.com/paritytech/polkadot-sdk/compare/polkadot-v1.5.0...polkadot-v1.6.0 changelog: https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.6.0
2023-12-22Merge master into staging-nextgithub-actions[bot]2-671/+580
2023-12-19polkadot: 1.4.0 -> 1.5.0André Silva2-671/+580
2023-12-05rustc-wasm32: merge into rustcAlyssa Ross1-3/+3
Since wasm32-unknown-unknown doesn't require any extra platform-specific dependencies (e.g. libc), we might as well just always include in with rustc. We could also include other targets fitting these criteria, but I wasn't able to find any others that actually build (not even wasm64-unknown-unknown). The old rustc-wasm32 package disabled documentation, but we don't actually need to do that — we just need to allow for some broken links in the wasm32-unknown-unknown documentation. Broken links in documentation are an upstream issue anyway. There's no need we need to fail our build for them.
2023-11-24polkadot: 1.3.0 -> 1.4.0André Silva2-748/+1612
2023-11-09Merge pull request #266153 from andresilva/polkadot-v1.3.0asymmetric2-696/+576
polkadot: 1.2.0 -> 1.3.0
2023-11-08polkadot: remove asymmetric from maintainersLorenzo Manacorda1-1/+1
No longer use this package.
2023-11-07polkadot: 1.2.0 -> 1.3.0André Silva2-696/+576
2023-10-24polkadot: 1.1.0 -> 1.2.0André Silva2-372/+266
2023-10-20tree-wide: make rust jemalloc-sys use nixpkgs jemalloc buildYureka1-1/+4
2023-09-29polkadot: apply suggestions from code reviewAndré Silva1-2/+2
Co-authored-by: asymmetric <lorenzo@mailbox.org>
2023-09-26polkadot: 1.0.0 -> 1.1.0André Silva2-1839/+8056
2023-07-24polkadot: 0.9.43 -> 1.0.0André Silva2-727/+701
2023-06-23polkadot: 0.9.42 -> 0.9.43André Silva2-704/+1187
2023-05-23polkadot: 0.9.41 -> 0.9.42André Silva2-597/+929
2023-04-13polkadot: 0.9.40 -> 0.9.41André Silva2-280/+283
2023-03-29polkadot: 0.9.39-1 -> 0.9.40André Silva2-636/+685
2023-03-26tree-wide: convert rust with git deps to importCargoLockYureka2-1/+13997
2023-03-12polkadot: 0.9.39 -> 0.9.39-1R. Ryantm1-3/+3
2023-03-05polkadot: 0.9.38 -> 0.9.39R. Ryantm1-3/+3
2023-02-26polkadot: 0.9.37 -> 0.9.38R. Ryantm1-3/+3
2023-01-24polkadot: use system rocksdbAndré Silva1-0/+2
2023-01-23polkadot: 0.9.36 -> 0.9.37André Silva1-4/+5
2022-12-22polkadot: 0.9.33 -> 0.9.36R. Ryantm1-3/+3
2022-12-06treewide: use bindgenhook where possibleGuillaume Girol1-2/+1
2022-11-29polkadot: 0.9.32 -> 0.9.33R. Ryantm1-3/+3
2022-11-09polkadot: 0.9.30 -> 0.9.32R. Ryantm1-3/+3
2022-10-19Merge master into staging-nextgithub-actions[bot]1-3/+3
2022-10-18polkadot: 0.9.29 -> 0.9.30R. Ryantm1-3/+3
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-1/+1
the argument to optional should not be list
2022-09-16polkadot: 0.9.28 -> 0.9.29R. Ryantm1-3/+3
2022-08-28polkadot: 0.9.27 -> 0.9.28R. Ryantm1-3/+3
2022-08-06polkadot: 0.9.26 -> 0.9.27Raghav Sood1-3/+3
2022-07-29polkadot: 0.9.21 -> 0.9.26R. Ryantm1-3/+3
2022-05-09polkadot: 0.9.18 -> 0.9.21Florian Franzen1-3/+3
2022-04-03polkadot: fix build on non-darwinAndré Silva1-1/+2
2022-03-29polkadot: fix darwin buildBen Siraphob1-1/+4
2022-03-21polkadot: 0.9.17 -> 0.9.18André Silva1-25/+17