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

chore: Update to Substrate v2.0.0-rc4 #81

Merged
merged 88 commits into from
Jun 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
444714e
chore: fixed a few more lint errors missed earlier
rflechtner Feb 29, 2020
be43a22
chore: codestyle
weichweich Mar 6, 2020
2dc599b
wip
weichweich Mar 6, 2020
142ede3
feat: cargo workspace
weichweich Mar 9, 2020
35ea242
wip: update dependencies
weichweich Mar 26, 2020
5d5de1e
wip: fix deposit_event
weichweich Mar 26, 2020
eb7a549
wip: fix map
weichweich Mar 26, 2020
a57454e
chore: match dependencies with substrate template
wischli Mar 26, 2020
28507a8
chore: set correct dependency names
wischli Mar 26, 2020
2f96c8f
wip: use crates.io in runtime
weichweich Mar 26, 2020
7ab2d2f
wip: use new build.rs
weichweich Mar 26, 2020
578e871
wip: fix std feature
weichweich Mar 26, 2020
d18f3ae
fix: dispatch errors in mod files
wischli Mar 26, 2020
9d0b770
fix: prints
wischli Mar 26, 2020
a0fa429
wip: fix mod errors from sp_primitives
wischli Mar 26, 2020
4438dc7
wip: add wasm thing and sp-api
weichweich Mar 27, 2020
e3d4244
wip: fixed lib.rs?
weichweich Mar 27, 2020
75c12e7
wip: fix codec
weichweich Mar 27, 2020
a7591a4
chore: clean up old files
weichweich Mar 27, 2020
56667a2
wip: fix identity thing
weichweich Mar 27, 2020
2bb36e9
wip: fix error modules
weichweich Mar 27, 2020
8a1ec5e
wip: fix init call
weichweich Mar 27, 2020
8c20213
fix: delegation AccountId
weichweich Mar 27, 2020
78e2b7c
fix: renamed exists, fixed use statements
weichweich Mar 27, 2020
c380da2
wip: tests with_externalities
wischli Mar 30, 2020
f574d27
fix: add sp-externalities
wischli Mar 30, 2020
231804b
fix: primitives -> sp_core
wischli Mar 30, 2020
ac83051
fix: add missing traits for Test
wischli Mar 30, 2020
66c071a
fix: re-add BaseArithmetic to error trait
wischli Mar 30, 2020
64060ea
tests: improve newly added traits
wischli Mar 30, 2020
29ae140
chore: clean up unused use
weichweich Mar 30, 2020
4e36f14
wip: fix imports
weichweich Mar 30, 2020
6c92be1
wip: fix cli
weichweich Mar 30, 2020
dceaf42
wip: use grandpa
weichweich Mar 30, 2020
694a387
fix: don't use uri scheme for seeds
weichweich Mar 31, 2020
68e80d0
wip-tests: fix Signature type mismatch
wischli Mar 31, 2020
a90a041
wip-tests: fix new_test_ext
wischli Mar 31, 2020
618576d
wip-tests: fix with_externalities errors
wischli Mar 31, 2020
0753c13
wip-tests: add borrowing to from_seed
wischli Mar 31, 2020
1db4009
wip-tests: fix encode
wischli Mar 31, 2020
ed000b4
wip-tests: replace exists with contains_key
wischli Mar 31, 2020
212b597
wip-tests: fix account_hash mismatched types
wischli Mar 31, 2020
f8cbfec
wip: remove ed25199 renaming from lib
wischli Mar 31, 2020
edc2327
chore: rename imports
weichweich Apr 1, 2020
8ed9704
chore: cleanup
weichweich Apr 1, 2020
3fbed13
chore: rename AccountSignature
weichweich Apr 2, 2020
601b536
feat: use MultiSignature
weichweich Apr 2, 2020
14898b9
fix: tests and style
weichweich Apr 6, 2020
1167f9b
fix: use same types as before update
weichweich Apr 6, 2020
fa0cdb6
feat: remove fee per weight
weichweich Apr 7, 2020
7ec2d60
feat: remove tuple struct
weichweich Apr 7, 2020
0bcd998
fix: adjust transactions fees
weichweich Apr 9, 2020
0622764
merge develop
weichweich Apr 14, 2020
f083151
Squashed commit of the following:
weichweich Apr 14, 2020
60a7e74
feat: increase runtime versions
weichweich Apr 15, 2020
ffa5d49
feat: add index
weichweich Apr 15, 2020
85aa844
chore: update dependencies from alpha5 to rc2
wischli Jun 4, 2020
84368e1
fix: add dummy weight to dispatchables
wischli Jun 4, 2020
c2d9e47
wip: add WeightToFee
wischli Jun 4, 2020
37b6d5e
update runtime to substrate 2.0.0-rc2
weichweich Jun 5, 2020
abfb4be
refactor: update to substrate 2.0.0-rc2
weichweich Jun 5, 2020
ef5bde9
fix: dependencies
wischli Jun 5, 2020
8fc7942
refactor: switch maximum blockweight
wischli Jun 5, 2020
12129d9
fix: node errors after update
wischli Jun 5, 2020
03f56da
fix tests
weichweich Jun 5, 2020
e8341e2
style: format code
weichweich Jun 5, 2020
5c6ef46
refactor: tests
wischli Jun 5, 2020
12923ee
docs: updated README (#83)
rflechtner Apr 15, 2020
6f2a407
feat: portablegabi (#84)
weichweich May 28, 2020
b00f19c
feature: faster docker image creation (#82)
rflechtner Jun 4, 2020
565a3e0
fix: resolve problems after merge
weichweich Jun 5, 2020
4d3e5b4
Merge remote-tracking branch 'origin/develop' into wip-v2.0.0
weichweich Jun 5, 2020
367ff67
chore: upgrade to rc3
wischli Jun 9, 2020
466ab19
fix: saturating substitution on constant
wischli Jun 9, 2020
1cbf409
feat: add editor config
weichweich Jun 15, 2020
21983eb
feat: add nextIndex RPC
weichweich Jun 15, 2020
d64a7ef
chore: update consensus and authoring
weichweich Jun 19, 2020
c00862b
fix ToC, add explanation
weichweich Jun 19, 2020
8cde9cc
Merge remote-tracking branch 'origin/develop' into wip-v2.0.0
weichweich Jun 22, 2020
5a1d160
chore: upgrade wasm builder version
wischli Jun 23, 2020
7b3fdb9
update spec version
weichweich Jun 25, 2020
d2f5e99
tabs... 🙄
weichweich Jun 25, 2020
8d75804
use as public keys
weichweich Jun 25, 2020
b0fcd8a
update to rc4
weichweich Jun 26, 2020
c835e3b
chore: upgrade dockerfile
wischli Jun 26, 2020
8c2350f
detailed comment
weichweich Jun 26, 2020
c53112e
simpler public key building
weichweich Jun 26, 2020
0540cdb
update testnet chain spec
weichweich Jun 26, 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
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ task-definition*
docker-compose.yml
Dockerfile
task-definition*
**/target/
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true
[*]
indent_style=tab
indent_size=tab
tab_width=4
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=120
insert_final_newline=true

[*.yml]
indent_style=space
indent_size=2
tab_width=8
end_of_line=lf
Loading