Skip to content

Commit

Permalink
Parachain v0.9.8 (#107)
Browse files Browse the repository at this point in the history
* update to latest master

* pass for all test

* remove post cache

* compile pass for node-para with latest cumulus master branch

* enhance parachain console log

* describe the cmd about launching jupiter-para

* update polkadot

* update substrate on jujpiter-para

* 🐛 make collator propose success

* update README & remove token-dealer

* readd CheckEra

* add newline at end of command.rs

* update deposit

* update substrate to 712085115cdef4a79a66747338c920d6ba4e479f

* fix template/benchmarking

* update substrate to 712085115cdef4a79a66747338c920d6ba4e479f

* update latest cumulus

* update jupiter-para testnet chain_spec

* fix testnet chain_spec

* add telemetry in testnet

* update substrate, polkdaot and cumulus dependencies

* update testnet.json (#66)

* update dependencies

* update testnet chain_spec & parachain resource

* update parachain id to 981 (#67)

* update parachain id to 1

* remove parachain's telemetry for now.

* update latest cumulus

* add pallet: randomness_collect

* update to latest cumulus.
update to jupiter-para-2.

* update jupiter-para in README

* update to latest cumulus

* update ExportGenesisStateCommand default parachain_id to 1

* change SS58Prefix to 42, update cumulus about XCMP

* update substrate3.0 for parachain node

* Merge master into rococo-v1, compile pass for node-dev & node-pilot

* update parachain: Patract, make parachain block normally

* * change runtime spec & impl name
* add pallet: randomness_collect

* make randomness_collect compatible for patract contract

* update bootnodes

* change jupiter_rococo system_name & node_name

* update to latest

* update due to rococo restart

* update bootnodes

* merge master into rococo-v1

* update to latest

* update again

* update jupiter genesis

* rename wasmfile to .wasm

* * update to latest
* set para_id to 24 from 1

* fix cargo.lock

* temporary remove zkMega

* remove zkMega and update new genesis

* rebuild genesis

* update substrate & polkadot & cumulus

cumulus 6ed96321a6b004eb860454087b3a7e278f326eb1
polkadot 943038a888bfaf736142642e2610b248f7af486c
substrate 68cfc326fa0e3d96d0d92509e4db1a104b9da9bb

* update genesis

* update genesis paraid

* polkadot-v0.9.3

* parachain 0.9.4

* fmt

* v0.9.5

* update to 0.9.7

* consensus log not happend

* aura

* aura works

* local deloy prepare

* local deloy prepare

* AuraId

* staging works

* upgrade to v0.9.8

* patract-sandbox-098 works

* update and disable vec max_encode_len

* fix MaxEncodedLen

* clean code

* clean code

* fix tests

* fmt

Co-authored-by: Jenner <[email protected]>
Co-authored-by: Aten <[email protected]>
  • Loading branch information
3 people authored Jul 16, 2021
1 parent ac29ba2 commit 0fbdee5
Show file tree
Hide file tree
Showing 50 changed files with 5,045 additions and 1,558 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
log/

# need to inclue wasm src file
!/pallets/template/res/*
!/pallets/template/res/*
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "vendor/substrate"]
path = vendor/substrate
url = https://github.com/patractlabs/substrate.git
branch = patract-contracts
branch = patract/rococo-v1
Loading

0 comments on commit 0fbdee5

Please sign in to comment.