Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/merge mangata dev v4 with mangata dev #23

Merged
merged 121 commits into from
Feb 17, 2022
Merged
Changes from all commits
Commits
Show all changes
121 commits
Select commit Hold shift + click to select a range
e4783a6
Backport paritytech/substrate#7381
bkchr Oct 7, 2020
ffb9407
Bring back genesis storage build in aura/timestamp
Xanewok Dec 11, 2020
dac9477
Backport paritytech/substrate#7238
bkchr Sep 30, 2020
e2861b5
Backport paritytech/substrate#7395
Xanewok Dec 9, 2020
9d7c35e
Bump impl_version
Xanewok Dec 9, 2020
cac5cd2
Fix UI tests and bump trybuild dep
Xanewok Dec 14, 2020
bcf5610
Partially backport paritytech/substrate#7838
Xanewok Jan 7, 2021
3495788
Release frame-support with a dep compilation fix
Xanewok Jan 8, 2021
59ebcf7
Bump patch level for remaining crates
Xanewok Jan 8, 2021
b2536ec
Backport paritytech/substrate#7854
Xanewok Jan 8, 2021
2cd2096
Adding Changelog entry for patch release
gnunicorn Jan 8, 2021
4aa6c3a
migrate changes from github.com/mangata-finance/mangata-node
mateuszaaa Aug 2, 2021
c94327a
use orml-tokens from mangat-finance fork
mateuszaaa Aug 2, 2021
dd6348f
experiments
mateuszaaa Aug 4, 2021
24c50ce
really good progress
mateuszaaa Aug 4, 2021
1c8aa5f
fix compilation problems
mateuszaaa Aug 4, 2021
b0be91f
update reference
mateuszaaa Aug 5, 2021
b8873df
do not patch orml tokens
mateuszaaa Aug 5, 2021
9bf9ec9
Merge branch 'test' into mangata-dev
mateuszaaa Aug 5, 2021
6548c16
update orml-tokens ref
mateuszaaa Aug 5, 2021
bc128e8
impl OnUnbalance for pallet_treasury::Trait for both MultiTokenCurren…
mateuszaaa Aug 7, 2021
829edac
disable failing tests
mateuszaaa Aug 9, 2021
32ee2a5
continous integration for substrate fork
mateuszaaa Aug 9, 2021
031c4b3
remove polkadot specific config
mateuszaaa Aug 9, 2021
36b60d4
fix toolchain
mateuszaaa Aug 9, 2021
bfc83d8
disable examples
mateuszaaa Aug 9, 2021
44cf175
Compiling
Aug 10, 2021
d5da18d
Merge pull request #1 from mangata-finance/feature/treasury_fix
mateuszaaa Aug 10, 2021
dffc110
minimal implementation that passes seed to executive pallet
mateuszaaa Aug 12, 2021
48408d3
revert origin extrinsic_root validation in executive pallet
mateuszaaa Aug 13, 2021
9b69c46
revert origin changes trie state root verification
mateuszaaa Aug 13, 2021
01a63ba
Merge pull request #2 from mangata-finance/feature/fix-rpc-nonce--pos…
gleb-urvanov Aug 13, 2021
5b0a05f
Merge pull request #3 from mangata-finance/feature/enable_block_valid…
gleb-urvanov Aug 16, 2021
34bc754
restore origin state of timestamp pallet (tags/v2.0.1)
mateuszaaa Aug 25, 2021
72dd6de
Allow timestamp to not be set in the first block. Because of delayed
mateuszaaa Aug 25, 2021
67674b9
Treat first processed block the same way as all the other blocks.
mateuszaaa Aug 25, 2021
4923aec
Enable ignored database unit tests affected by bug that caused every
mateuszaaa Aug 25, 2021
a838090
remove outdated comment
mateuszaaa Aug 25, 2021
7219358
Temporarly align basic_authorship tests - to be continued when
mateuszaaa Aug 25, 2021
42447a8
add ignored test case
mateuszaaa Aug 26, 2021
e4bde02
enable sp_core tests
mateuszaaa Aug 26, 2021
e1bf296
remove unnecessary logs
mateuszaaa Aug 26, 2021
f444196
fix rpc test by adding extra block to enforce execution of the first one
mateuszaaa Aug 26, 2021
e0fb36a
fix client::block_builder_works_with_transactions
mateuszaaa Aug 26, 2021
6ef2484
disable record_proof_works test
mateuszaaa Aug 26, 2021
5d2d274
fix memory alocation test
mateuszaaa Aug 26, 2021
1a9f1f0
fix & enable should_not_remove_invalid_transactions_when_skipping
mateuszaaa Aug 26, 2021
8b14d87
enable & fix test 'should_query_runtime_storage'
mateuszaaa Aug 27, 2021
d7333bb
enable & fix should_query_storage
mateuszaaa Aug 27, 2021
e1ddac3
fix & enable block_import_of_bad_state_root_fails
mateuszaaa Aug 27, 2021
86fdfb2
fix & enable block_import_of_bad_extrinsic_root_fails
mateuszaaa Aug 27, 2021
a64f83f
fix & enable changes_tries_are_pruned_on_finalization
mateuszaaa Aug 27, 2021
2329da3
enable test_leaves_with_complex_block_tree & test_blockchain_query_by…
mateuszaaa Aug 27, 2021
651d144
enable and fix block_builder_does_not_include_invalid
mateuszaaa Aug 27, 2021
c101644
fix & ignore service tests
mateuszaaa Aug 27, 2021
1f94169
fix & enable reorg_triggers_a_notification_even_for_sources_that_shou…
mateuszaaa Aug 27, 2021
f5f32f2
enable & fix imports_blocks_with_changes_tries_config_change
mateuszaaa Aug 27, 2021
f06559f
enable & fix doesnt_import_blocks_that_revert_finality
mateuszaaa Aug 27, 2021
e799378
fix & enable key_changes_works
mateuszaaa Aug 27, 2021
49ed44d
fix compilation warnings
mateuszaaa Aug 27, 2021
7f61735
comment out wrong assumption (number of inherent data providers !=
mateuszaaa Aug 27, 2021
653e204
fix & enable manual-seal unit tests
mateuszaaa Aug 27, 2021
5577c00
disable test
mateuszaaa Aug 28, 2021
7391ddc
run ci
mateuszaaa Aug 29, 2021
3451d91
temporarly disable unstable test (randomly fails)
mateuszaaa Aug 29, 2021
72608f0
ignore another test
mateuszaaa Aug 29, 2021
32aa7a0
enable test again
mateuszaaa Aug 30, 2021
27dfa3c
enable check_changes_tries_proof_fails_if_proof_is_wrong
mateuszaaa Aug 30, 2021
a388297
Merge pull request #4 from mangata-finance/feature/enable_client_db_t…
gleb-urvanov Sep 7, 2021
811fbb1
temporarly move extrinsics shuffling to client side. When block object
mateuszaaa Sep 9, 2021
bc2bbcc
add logs related to shuffling
mateuszaaa Sep 9, 2021
6b0e372
Merge pull request #5 from mangata-finance/feature/fix_multi_node_setup
mateuszaaa Sep 9, 2021
99fa608
Store shuffling seed in header instead of storage
mateuszaaa Sep 13, 2021
b57a1ac
shuffle extrinsics at runtime
mateuszaaa Sep 13, 2021
9b3cd1c
Fix header deserialization test
mateuszaaa Sep 13, 2021
5731601
ci
mateuszaaa Sep 14, 2021
4c2c8b8
disable unstable tests
mateuszaaa Sep 14, 2021
471b11b
ci
mateuszaaa Sep 14, 2021
be9110f
separate steps for building and running ut
mateuszaaa Sep 14, 2021
3ae0424
ci
mateuszaaa Sep 14, 2021
4178681
Merge pull request #6 from mangata-finance/feature/extended_header
mateuszaaa Sep 15, 2021
0dbb467
remove unused dependency
mateuszaaa Oct 7, 2021
fd08318
pass keystore handle to sc_basic_authorship
mateuszaaa Oct 7, 2021
febe6a9
implement runtime api to interact with encrypted transactions
mateuszaaa Oct 7, 2021
62f69b4
implement transaction decryption in sc_basic_authorship
mateuszaaa Oct 7, 2021
21a5d51
temporary workaround that prevents double execution of encrypted
mateuszaaa Oct 7, 2021
95e8a74
expose functions used for fetching id block builder
mateuszaaa Oct 7, 2021
19df089
simplified encrypted transaction validation that allows for detecting
mateuszaaa Oct 7, 2021
89c4f48
fix compilation problems
mateuszaaa Oct 7, 2021
d0c1067
lock update
mateuszaaa Oct 7, 2021
9c03194
align unit tests to encrypted transaction related modifications
mateuszaaa Oct 8, 2021
e011262
reduce threads count
mateuszaaa Oct 18, 2021
3580b3f
Merge pull request #7 from mangata-finance/feature/create_extrinsic_u…
mateuszaaa Oct 18, 2021
11c9eb5
first passing unit test
mateuszaaa Oct 13, 2021
f4281ed
all tests passing
mateuszaaa Oct 14, 2021
b400c7a
more & more tests
mateuszaaa Oct 15, 2021
e163b7d
use dedicated error enums instead of strings
mateuszaaa Oct 18, 2021
cf5417d
remove duplicated test
mateuszaaa Oct 18, 2021
281f5e0
fix
mateuszaaa Oct 18, 2021
cf7eb55
detect wrongly encrypted transactions
mateuszaaa Oct 20, 2021
d760ee7
passing the reencryption scenario
mateuszaaa Oct 21, 2021
347ead5
use forked ecies-rs with extra functions exposed
mateuszaaa Oct 21, 2021
d84102f
block producer tests fixed
mateuszaaa Oct 21, 2021
72e8907
unit tests passing
mateuszaaa Oct 22, 2021
d077286
working after simplification
mateuszaaa Oct 22, 2021
6fde9fc
cleanup
mateuszaaa Oct 22, 2021
c5cc631
prevent injecting random transaction decryption transactions
mateuszaaa Oct 25, 2021
8eecfb6
rename tests
mateuszaaa Oct 25, 2021
3ed78f6
tmp
mateuszaaa Oct 25, 2021
d46f294
update dependency
mateuszaaa Oct 25, 2021
1c69afd
use latest nightly to build regression
mateuszaaa Oct 25, 2021
a0fcb4b
enable regression on branch
mateuszaaa Oct 25, 2021
91a5dec
compilation fix
mateuszaaa Oct 26, 2021
e3f2fd6
build in release
mateuszaaa Oct 26, 2021
7d8cd01
fix
mateuszaaa Oct 26, 2021
53af549
use older compiler
mateuszaaa Oct 26, 2021
2ca88f0
disable regresison on custom branch
mateuszaaa Oct 27, 2021
221d356
ci
mateuszaaa Oct 27, 2021
71e9098
use patched ecies
mateuszaaa Oct 27, 2021
033ee76
Merge pull request #9 from mangata-finance/feature/block_import_pipel…
mateuszaaa Oct 28, 2021
ae74f49
Merge remote-tracking branch 'origin/mangata-dev' into mangata-dev-v4
mateuszaaa Feb 17, 2022
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

These merge commits were added into this branch cleanly.

There are no new changes to show.