This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Commit ef22f1c
committed
Merge remote-tracking branch 'origin/master' into dp/make-CallExecutors-generic-over-hasher-and-rlpcodec
* origin/master: (26 commits)
Contract runtime polishing (#601)
WIP on chain heap (#639)
Events to track extrinsic success (#640)
Install llvm-tools-preview component (#643)
fix wasm executor compile error (#631)
random fixes (#638)
Empty becomes (), reflecting convention (#637)
Allow to build_upon skipped entries, but don't walk back (#635)
Separate out staking module into balances and payment (#629)
Update .gitlab-ci.yml (#633)
Do not attempt to rustup if in CI. This is taken care of by the base (#621)
Avoid need for ident strings in storage (#624)
rename to panic_handler as panic_implementation is deprecated in nightly (#626)
5 random fixes (#2) (#623)
fix one typo in README (#627)
Misspelled words (#625)
Contracts: Per block gas limit (#506)
Make sure to ban invalid transactions. (#615) (#620)
Forward-port BFT fixes from v0.2 and restructure agreement cancelling (#619)
Allow specifying listening multiaddresses (#577)
...File tree
110 files changed
+4362
-2702
lines changed- demo
- cli/src
- executor
- src
- runtime
- src
- wasm
- target/wasm32-unknown-unknown/release
- scripts
- subkey/src
- substrate
- bft/src
- client
- db/src
- src
- light
- cli/src
- environmental/src
- executor
- src
- wasm
- src
- target/wasm32-unknown-unknown/release
- extrinsic-pool
- src
- network-libp2p/src
- network/src
- primitives/src
- rpc/src/author
- runtime-io
- src
- runtime-sandbox/src
- runtime-std/src
- runtime-support/src
- storage
- runtime
- balances
- src
- consensus/src
- contract
- src
- vm
- env_def
- council
- src
- democracy
- src
- executive
- src
- primitives/src
- session
- src
- staking
- src
- system
- src
- timestamp/src
- version/src
- service/src
- state-db/src
- state-machine
- src
- test-client/src
- test-runtime
- src
- wasm
- target/wasm32-unknown-unknown/release
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+4362
-2702
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | | - | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments