- 22 May, 2020 6 commits
-
-
Andrew Jones authored
-
Andrew Jones authored
-
Andrew Jones authored
-
Andrew Jones authored
-
Andrew Jones authored
-
Andrew Jones authored
-
- 21 May, 2020 1 commit
-
-
Andrew Jones authored
# Conflicts: # src/cmd/build.rs
-
- 18 May, 2020 1 commit
-
-
Andrew Jones authored
-
- 13 May, 2020 1 commit
-
-
Andrew Jones authored
* Update installation instructions * Upgrade to latest subxt * Fmt
-
- 12 May, 2020 2 commits
-
-
Andrew Jones authored
-
Andrew Jones authored
* Upgrade cargo-xbuild to include LTO fix * Bump version * Update CHANGELOG * Disable lto for metadata generation, enable for contract build * Fmt * Update changelog
-
- 27 Mar, 2020 2 commits
-
-
Andrew Jones authored
-
Andrew Jones authored
-
- 26 Mar, 2020 1 commit
-
-
Andrew Jones authored
* Update subxt and bump version * Update CHANGELOG * Update README * Fail build.rs when error, add diagnostics * Rename template Cargo.toml files so they are not excluded from the package It appears any dir with a Cargo.toml (not included in the workspace) is excluded from the package. * Reorder env vars for clarity * Add mention of crates.io release in CHANGELOG * Valid category slugs
-
- 18 Mar, 2020 2 commits
-
-
Andrew Jones authored
-
Hero Bird authored
* update template to ink! 2.0 dependencies * fix abi_gen ink_lang version * change version tag latest-v2.0 -> latest-v2 * fix Cargo version of ink! crates
-
- 09 Mar, 2020 1 commit
-
-
Denis_P authored
* change the CI docker image * should have created the dir to store artifacts * test saving artifact * test ok, ready to merge
-
- 06 Mar, 2020 1 commit
-
-
Andrew Jones authored
* Update parity-scale codec to 1.2 * Update subxt version and use crates.io for sp-core
-
- 03 Mar, 2020 2 commits
-
-
Stefanie Doll authored
-
Stefanie Doll authored
To automatically post release updates to Riot room
-
- 02 Mar, 2020 1 commit
-
-
Denis_P authored
* save built artifact, it will be available in gitlab job * change the CI docker image * if gitlab can rebase * if gitlab can rebase to origin * git creds * whatever origin should work * how to know that I'm on the right branch * remove --release from test
-
- 26 Feb, 2020 4 commits
-
-
Andrew Jones authored
-
Andrew Jones authored
-
Andrew Jones authored
* Fail the build if xbuild fails * Debug log now redundant * Add wasm-opt to release notes
-
Andrew Jones authored
* WIP: building wasm with xargo * Fix compilation errors * Fmt * Run commands with `rustup run nightly` * Pass separate link-args in rustflags for xargo compat * Warn user if 'rlib' crate type * Colourise printed error * Ignore Xargo.toml in template * Refactor Xargo file generation, only remove if generated. * WIP: Add rlib crate-type when generating metadata * Add rlib when building metadata, remove when building wasm * Fmt * Make error bright red * Fix generating without modified Cargo.toml * Don't need to check nightly installed, the command will fail * Only load toml when ready to modify: allow for multi usage * Fmt * Show error context * Debug crate metadata * Disable rlib by default for template * Use correct working dir, not workspace root * Use `cargo-xbuild` as lib * Check for nightly channel * Check for correct xbuild configuration * Add xbuild config to template * Fix xbuild config check and use latest xbuild version * Fmt * Restore tempfile dev dependency * Move xbuild config to the end of the file * Enable rlib by default in template * Don't need nightly for generating the metadata * Actually do need nightly, and just run plain cargo * Not verbose: need to pass that flag through properly * Fmt * Fix tests * Error when xbuild config not present, and update README * Fix tests * Remove references to xargo and update readmes * Fmt * Add error context to cargo invocation * Fix tests compilation * Fmt * Nightly toolchain for CI * Add docs for nightly toolchain requirement * Link to nightly docs * Disable backtrace on CI * Make tests pass * Install rust-src * Disable backtrace to make tests pass * Move args closer to invocation * Create temporary Cargo.toml * Rework temp manifest api * Target dir is already absolute * temp dir prefix * xbuild config with sysroot path and explicit args * Use custom xbuild branch * Remove check for xbuild config * Rewrite relatives paths when using temp file * Fix dependency path rewrite * Update cargo-xbuild * workspaces: parse workspace member manifests * WIP workspaces * Implement temp workspace copy * Fmt * Rewrite bin relative path * Handle package rename for contracts * Fmt * Pass rustflags by setting env var * Fmt * Use abs path for lib default * Add 1 decimal place to file size * Make generate-metadata work, introduces ManifestPath * Fmt * cargo update * Rename manifest to workspace * Fix test compilation and fmt * Fix link * Add prerequisites section to readme * Remove rust-src component (added to image) * Fix deploy build * Use builder like method for amending root manifest * List installed components * Show active-toolchain and whether rust-src installed * Install nightly rust-src (temporary) * Fix metadata test * Fmt * Remove manual install of rust-src and diagnostics * More doc comments * Add verbosity flags * Add verbosity flags to metadata command * Fix working dir for generate-metadata * Add verbosity to tests * Add verbosity to tests * Make url optional and cargo update * Remove bk file from gitignore * Bump version * Fix comment and formatting * Add CHANGELOG.md
-
- 20 Feb, 2020 1 commit
-
-
Andrew Jones authored
-
- 04 Feb, 2020 3 commits
-
-
Andrew Jones authored
-
Andrew Jones authored
* Optimize wasm with Binaryen wasm-opt * Friendly message and pretty colours * Print optimized size compared to original * Fmt * Update src/cmd/build.rs Co-Authored-By:
Hero Bird <robin.freyler@gmail.com> * Update src/cmd/build.rs Co-Authored-By:
Hero Bird <robin.freyler@gmail.com> Co-authored-by:
Hero Bird <robbepop@web.de>
-
Satyam Agrawal authored
Co-authored-by:
Satyam agrawal <34787127+SatyamSB@users.noreply.github.com>
-
- 03 Feb, 2020 2 commits
-
-
Hero Bird authored
Link to PR: https://github.com/paritytech/ink/pull/312
-
Andrew Jones authored
* Check default features build in CI * Hide extrinsics only stuff behind feature * Make submit_extrinsic crate public * Fmt * Make build run on CI with default features
-
- 31 Jan, 2020 1 commit
-
-
Andrew Jones authored
* Update to latest subxt with async/await, latest substrate * Factor out common extrinsic submission * Fmt
-
- 13 Jan, 2020 1 commit
-
-
- 09 Jan, 2020 1 commit
-
-
Andrew Jones authored
* Add CI badges and update title * Revert to original title * Try using different image * Image path * Install rustfmt
-
- 08 Jan, 2020 1 commit
-
-
* initial fail-fast CI with 3 stages * build will happen nightly and on merges * typo in name * Format code Co-authored-by:
Andrew Jones <ascjones@gmail.com>
-
- 07 Jan, 2020 1 commit
-
-
Andrew Jones authored
-
- 06 Jan, 2020 1 commit
-
-
Andrew Jones authored
* Update to latest subxt * Update subxt and dependencies * Remove ink abstraction layer * Format code
-
- 18 Dec, 2019 1 commit
-
-
Andrew Jones authored
* Implement instantiate command * Bump version * Doc comments * Fix invalid default gas value * Default empty constructor data * Require constructor data * Hide instantiate behind deploy feature * Rename deploy feature to extrinsics to include instantiate * Format code * Fix deploy test * Instantiate test * Update README
-
- 28 Nov, 2019 1 commit
-
-
* Add feature deploy Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Update README about the deploy feature Signed-off-by:
koushiro <koushiro.cqx@gmail.com>
-
- 27 Nov, 2019 1 commit
-
-
Andrew Jones authored
-