Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Betanet (includes creation of 1k spaces) #50

Merged
merged 75 commits into from
Aug 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
cb2679b
WIP: Update subsocial to Substrate v2.0.0-rc4
F3Joule Jun 30, 2020
3f79eb2
Add explicit DispatchResult return to dispatches
F3Joule Jul 1, 2020
ee1ab07
Set meaningful storage hashers in pallets
F3Joule Jul 1, 2020
d8489e4
Fix decl_storage code formatting
F3Joule Jul 1, 2020
7762239
Finish roles tests' split onto mock\tests files
F3Joule Jul 1, 2020
31eef1e
Add reads, writes DbWeights to dispatch weights
F3Joule Jul 2, 2020
2547a84
Fix permissions parameter_types in runtime
F3Joule Jul 6, 2020
b5f7bb2
Update global types.json file
F3Joule Jul 6, 2020
5ba6a88
Simplify storage access when mutating Post field
F3Joule Jun 24, 2020
cfc8dec
Add owner field to Post
F3Joule Jul 2, 2020
e60d485
Add hidden_posts_count to Space
F3Joule Jul 2, 2020
e05daf0
Add hidden replies counters to Post
F3Joule Jul 2, 2020
93620f1
Split complex create_post by separate functions
F3Joule Jul 6, 2020
b20a713
Change fields_updated -> is_update_applied
F3Joule Jul 7, 2020
4efc8a4
Comment out Post's `space_id` update
F3Joule Jul 31, 2020
ea5644b
Fix integration tests
F3Joule Jul 31, 2020
73bbc6d
Remove direct counters on post
F3Joule Aug 3, 2020
dd48314
Change username -> handle (pallet-profiles)
F3Joule Jul 6, 2020
c2f3b05
Update global types.json
F3Joule Jul 9, 2020
a2d7b7c
Fix clippy errors
F3Joule Jul 31, 2020
cb3046c
Add permission override for Spaces
F3Joule Jul 17, 2020
c26bb48
Configure balances and transaction fee
F3Joule Jul 24, 2020
ef9622f
Reconfigure currency and transaction fee
F3Joule Jul 27, 2020
ae87aff
Add session keys pallet
F3Joule Jul 23, 2020
ca12a27
Add custom treasury in session keys pallet
F3Joule Jul 24, 2020
91db36f
Rename getter `detais` -> `key_details`
F3Joule Jul 24, 2020
d0fa55c
Add scheduler to remove expired session keys
F3Joule Jul 24, 2020
b908d11
Add proxy filter to session keys pallet
F3Joule Jul 27, 2020
1de1fa9
Add docs in session keys' metadata: target build
F3Joule Jul 27, 2020
36e957d
WIP: Init on pallet moderation
F3Joule Jul 28, 2020
b26e780
WIP: Fix scope checks
F3Joule Jul 28, 2020
d84eefb
Remove permission for making a report
F3Joule Jul 28, 2020
6737ccf
WIP: Implement `manage_report_decision`
F3Joule Jul 28, 2020
11961c3
Fix storage and structure names
F3Joule Jul 29, 2020
347afe8
Reindent pallet-moderation lib.rs
F3Joule Jul 29, 2020
84bc56e
Reduce moderation pallet's lib.rs size
F3Joule Jul 29, 2020
21dcdd7
Change permissions related to blocking/reporting
F3Joule Jul 30, 2020
41af029
Add common traits related to pallet moderation
F3Joule Jul 30, 2020
588e9c0
WIP: Refactor pallet moderation
F3Joule Jul 30, 2020
7b0437e
Move unfollow_space logic into separate function
F3Joule Jul 31, 2020
59ab06e
Implement post removing on space
F3Joule Jul 31, 2020
edc990d
Add space settings in pallet moderation
F3Joule Aug 4, 2020
6bfea6a
Fix post deletion
F3Joule Aug 4, 2020
ab256e3
WIP: Prepare runtime for creating staging genesis
F3Joule Aug 5, 2020
1cbbb3a
WIP: Update Dockerfile
F3Joule Aug 6, 2020
707dfb4
WIP: Update types.json files
F3Joule Aug 6, 2020
946af9e
Fix token decimals
F3Joule Aug 8, 2020
880c316
Change minimum block time to 6s
F3Joule Aug 8, 2020
073524d
WIP: add approximate staging config
F3Joule Aug 8, 2020
53d2964
Add Subsocial config
F3Joule Aug 8, 2020
87491c6
WIP: work on tokenDecimals
F3Joule Aug 8, 2020
1a49e7c
WIP: Change endowment method
F3Joule Aug 8, 2020
f886b5e
Cheched validator and x account keys
siman Aug 8, 2020
c883fea
Change DOLLARS from SMNS / 100 => SMNS
siman Aug 8, 2020
3f6a8e3
Update version of our pallets from '2.0.0-rc4' to '0.4.0'
siman Aug 8, 2020
410ebea
Update runtime versions
siman Aug 8, 2020
e5b420b
Update Dockerfile
F3Joule Aug 8, 2020
494bb25
Merge remote-tracking branch 'df/df-pre-launch' into f3-before-launch
F3Joule Aug 8, 2020
1e50410
Update action weights
siman Aug 8, 2020
ef5d7e9
Add script to build chain spec
F3Joule Aug 8, 2020
fad0bf3
Update Dockerfile
F3Joule Aug 8, 2020
c5cdf41
Add script to build chain spec
F3Joule Aug 8, 2020
41d3a03
Fix tabs in constants.rs
siman Aug 8, 2020
3286c78
Rename subsocialSpecJson -> subsocial
siman Aug 8, 2020
4d1925d
Merge remote-tracking branch 'df/df-pre-launch' into f3-before-launch
F3Joule Aug 8, 2020
92e510c
Update name of subsocial.json
siman Aug 8, 2020
24b48cf
Update type of posts_count: u16 -> u32; replies_count: u32 -> u16
siman Aug 8, 2020
a17b9ca
Update weights on posts, spaces and others
siman Aug 8, 2020
6239626
Small code formatting
siman Aug 8, 2020
4da7349
Rename struct CommentExt to Comment
siman Aug 8, 2020
3c844c1
Merge remote-tracking branch 'df/df-pre-launch' into f3-before-launch
F3Joule Aug 8, 2020
6e06ebe
Rebuilt subsocial.json
siman Aug 8, 2020
44bad35
Merge remote-tracking branch 'df/df-pre-launch' into f3-before-launch
F3Joule Aug 8, 2020
c4f2290
Add spaces reserving
F3Joule Aug 8, 2020
be8726b
Rebuild subsocial.json
F3Joule Aug 8, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# These are backup files generated by rustfmt
**/*.rs.bk

**/customSpec.json

# IDE's config
**/.idea
**/.vscode
Expand Down
Loading