1. Sep 07, 2021
    • Michael Müller's avatar
      Update node/src/chain_spec.rs · ca92285a
      Michael Müller authored
      
      
      Co-authored-by: default avatarAlexander Theißen <[email protected]>
      ca92285a
    • Michael Müller's avatar
      Update node/src/chain_spec.rs · 8bc9b84f
      Michael Müller authored
      
      
      Co-authored-by: default avatarAlexander Theißen <[email protected]>
      8bc9b84f
    • Michael Müller's avatar
      Add warning comment · 12adde56
      Michael Müller authored
      12adde56
    • Michael Müller's avatar
      Make chain name clearer · 0d82f536
      Michael Müller authored
      0d82f536
    • Michael Müller's avatar
      Remove chain-spec fixture · 17dd903c
      Michael Müller authored
      17dd903c
    • Michael Müller's avatar
      Remove faucet · e2445c54
      Michael Müller authored
      e2445c54
    • Michael Müller's avatar
      Update chain-spec · f41bddf0
      Michael Müller authored
      f41bddf0
    • Michael Müller's avatar
    • Michael Müller's avatar
      Add chain-spec for Rococo · 18f6b172
      Michael Müller authored
      18f6b172
    • Hernando Castano's avatar
      Convert Node to Parachain (#73) · 38effce2
      Hernando Castano authored
      
      
      * Update runtime to match that of the `substrate-parachain-template`
      
      * Update runtime TOML file to match that from `substrate-parachain-template`
      
      * Add some fixes for `master` branch code
      
      * Use patched dependencies for Substrate, Polkadot, and Cumulus
      
      * Update runtime after downgrading Substrate deps
      
      * Copy service file over from `substrate-parachain-template`
      
      * Copy CLI file over from `substrate-parachain-template`
      
      * Copy Command file over from `substrate-parachain-template`
      
      Also updated some fields to point to the relevant `canvas-node`
      resources.
      
      * Copy ChainSpec file over from `substrate-parachain-template`
      
      * Update ChainSpec file to be slightly more Canvas node specific
      
      * Add lib file to node
      
      * Get RPC extension file compiling
      
      * Try adding RPC to Cumulus service
      
      * Use opaque types in RPC
      
      The reason that my code wouldn't compile was that there was a mismatch
      in the `Block` type being used by the service and the RPC.
      
      * Hook up contracts RPC
      
      * Copy `rustfmt` config from `substrate-parachain-template`
      
      * Format repo
      
      * Remove old monetary units
      
      * Address most remaining TODO items
      
      * Add missing license header
      
      * Change binary name back to `canvas`
      
      * Use less sketchy Substrate branch name
      
      * Remove default node feature
      
      * Add path to binary section
      
      * Use experimental Cargo resolver
      
      * Revert Substrate branch change
      
      I think this pulls in some updated dependencies
      which breaks the build.
      
      * Clean up contracts related imports in TOML file
      
      * Set `pallet-contracts` state rent related params to zero
      
      * Don't use unstable contract features by default
      
      * Update Substrate dependencies in README
      
      * Update Substrate branch name
      
      * Update GitHub dependency references
      
      This is for BEEFY, Polkadot, and Cumulus
      
      * Update `ChainType` and chain names
      
      * Update `contract-pallet` constants
      
      Co-authored-by: default avatarAlexander Theißen <[email protected]>
      
      * Remove `testnet-1.json` file
      
      We'll be creating an updated config later on.
      
      * Attach issue number to TODO comment
      
      * Minor readme fix
      
      * Remove outdated usage info
      
      Co-authored-by: default avatarAlexander Theißen <[email protected]>
      Co-authored-by: default avatarMichael Mueller <[email protected]>
      38effce2
  2. Aug 25, 2021
    • Michael Müller's avatar
      Synchronize with Substrate (#71) · d44ee14d
      Michael Müller authored
      * Synchronize and reduce duff with Substrate
      
      * Add helper script for syncing with Substrate
      
      * Add `RuntimeBlockWeights` and `RuntimeBlockLength` back
      
      * Add imports and definition
      
      * Add invocation comment
      d44ee14d
  3. Aug 09, 2021
  4. Aug 05, 2021
    • Michael Müller's avatar
      Set default license + Add Substrate's `rustfmt` config (#69) · 7d657625
      Michael Müller authored
      * Add license
      
      * Add rustfmt config
      
      * Add `fmt` CI job
      
      * Add `FILE_HEADER` to files
      
      * Apply `cargo fmt`
      
      * Revert "Apply `cargo fmt`"
      
      This reverts commit 1bfb7a289ff093a9cc1e22318e9c96f5aa9cbfb0.
      
      * Copy `rustfmt.toml` from Substrate over
      
      * Apply `cargo fmt`
      
      * Add license check
      
      * Fix stage name
      
      * Use nightly for `rustfmt`
      7d657625
  5. Jul 28, 2021
  6. Jul 23, 2021
    • Michael Müller's avatar
      Sync with Substrate (#64) · b068f913
      Michael Müller authored
      * Sync with Substrate
      
      * Only execute for tags
      
      * Switch from `CI_REF_NAME_SLUG` to `CI_REF_NAME`
      b068f913
    • Michael Müller's avatar
      Automatically build and release windows binary for new tags (#62) · 844b12d2
      Michael Müller authored
      * Update GitLab `publish` config
      
      * Add Windows binary release workflow
      
      * Update GitHub workflow
      
      * Debug `libclang not found`
      
      * Fix os matching
      
      * Fix path setting
      
      * Fix syntax and tag name
      
      * Fix yaml
      
      * Escape `@` for PowerShell
      
      * Fix multiline
      
      * Fix upload
      
      * Remove strategy
      
      * Add debug output
      
      * Remove Fixme's
      844b12d2
  7. Jul 22, 2021
  8. Jul 21, 2021
    • Michael Müller's avatar
      Automatically create binary releases (#41) · a2cf9943
      Michael Müller authored
      
      
      * Automatically create binary releases
      
      * Add `wasm32-unknown-unknown` component
      
      * Add targets
      
      * Add simple build
      
      * Remove GitHub workflow
      
      * wip
      
      * Improve building
      
      * Revert me: remove upload
      
      * Fix syntax
      
      * Change dir
      
      * wip
      
      * Fix syntax
      
      * Temporarily disable tests
      
      * Temporarily disable tests
      
      * Update GitLab config
      
      * Fix `unset`
      
      * Find artifacts
      
      * Find artifacts
      
      * Try finding artifacts again
      
      * Remove `dependencies`
      
      * CI: add k8s, stage rules
      
      * CI: add image
      
      * Create release
      
      * GitLab config update
      
      * CI: bench build; cache pre-population
      
      * Fix syntax
      
      * CI: chore
      
      * Fix syntax
      
      * CI: and just a dot
      
      * CI: test won the bench
      
      * Fix bash
      
      * Final preparations
      
      * Remove `time`
      
      * Add `tar.gz` suffix
      
      * Update .gitlab-ci.yml
      
      Co-authored-by: default avatarDenis Pisarev <[email protected]>
      
      * Bring back `time`
      
      * Add rules
      
      Co-authored-by: default avatarDenis P <[email protected]>
      a2cf9943
  9. Jul 13, 2021
  10. Jul 05, 2021
  11. Jun 28, 2021
  12. Jun 18, 2021
  13. Jun 10, 2021
  14. Jun 09, 2021
  15. Jun 06, 2021
  16. May 26, 2021
  17. May 25, 2021
  18. May 21, 2021
  19. May 20, 2021
  20. May 17, 2021
  21. May 11, 2021
  22. Apr 27, 2021
  23. Apr 23, 2021
  24. Apr 21, 2021
  25. Mar 30, 2021
  26. Feb 23, 2021
    • Andrew Jones's avatar
      Update to latest susbtrate and contracts pallet (#31) · 4de48300
      Andrew Jones authored
      * Update substrate to Alex's WIP framev2 PR branch
      
      * Pin funty
      
      * WIP updating Config trait and parameter types
      
      * cargo update
      
      * Use substrate master now contracts PR merged
      
      * Copied constants from node-runtime
      
      * Fix runtime compilation
      
      * Use latest substrate wasm builder
      
      * Fix up node
      
      * Add key subcommand
      
      * Increment spec version
      
      * Remove master branch specifier
      
      * Remove funty pin from manifest, it should be in the `Cargo.lock`
      
      * Use contracts parameters copied from node-runtime
      
      * Update README substrate commit
      4de48300
  27. Dec 02, 2020
    • Andrew Jones's avatar
      Sync with substrate master (#26) · 58cabc1b
      Andrew Jones authored
      * cargo update and Trait -> Config rename
      
      * Fix up contracts pallet config
      
      * Update substrate commit in README.md
      
      * Update service consensus stuff
      
      * Fix RentByteFee
      58cabc1b