- 06 Jan, 2020 2 commits
-
-
Björn Wagner authored
-
Jay Butera authored
* Constrain invoke_runtime parameter * Change param to a reference * Dangling type param
-
- 23 Dec, 2019 1 commit
-
-
Denis_P authored
* CARGO_TARGET_DIR test * debug * debug 2 * now INCREMENTAL will help * fresh run * test doesn't want a wasm friend * trim trailing whitespaces * check branch named dir and data-races there * data-races are trouble even here, have to divide concurrent jobs, will take more space * experiment with `need`` * some trash cycles * check out the trigger * typo * there's no master yet lol * exact PR/branch number since it's not in master yet * branch shoulkd be a string * branch should have a right name silly * cleanup, check if error from the triggered pipeline returns as a status to the initial pipeline * more vars to pass * trigger the pipeline * trigger the pipeline2 * trigger the pipeline3 * trigger the pipeline4 * trigger the pipeline5 * suppress global var * target dir caching is ready to be merged
-
- 16 Dec, 2019 1 commit
-
-
Michael Müller authored
* Clarify substrate/ink! interaction in Readme * Update delegator instructions * Apply suggestions from code review Co-Authored-By:
Hero Bird <robin.freyler@gmail.com>
-
- 04 Dec, 2019 1 commit
-
-
- 02 Dec, 2019 1 commit
-
-
Xat_MassacrE authored
* Fix undeclared ink_prelude bug Add examples used ink_prelude crate can not work * Add ink_prelude/std to all Cargo.toml files used ink_prelude
-
- 28 Nov, 2019 6 commits
-
-
Hero Bird authored
-
Denis_P authored
* cli is built and sent to examples; cleanup CI * fix artifact location * fix script * 'install' cargo-contract * save before merge * GIT_DEPTH and some hackery * typo * fix artifacts * test * test2 * test3 * build contract from it's repo * typo * fix build * build won't work inside git repo. Install --root ftw * fix build * fix build n * fix artifacts * cleanup and ready to go * contract is returned to dockerfile * cargo install should have not given error when version matches * comment, anchor * typo * less dupes
-
Hero Bird authored
* [*] use ink_prelude crate in the rest of ink! # Conflicts: # core/Cargo.toml # core/src/storage/flush.rs * [core] fix usage of ink_prelude in buffer_arena * [core] apply rustfmt
-
Hero Bird authored
* [core] initial implementation of the global buffer arena * [core] add license header to buffer arena * [core] add module level docs to buffer arena * [core] move license header where it belongs (to the top) * [core] add docs for diagnostic fields and getters * [core] add tests to buffer arena * [core] apply rust fmt * [core] remove allocated field from BufferArena The information is redundant since it can be computed as free + in_use. * [core] improve buffer arena tests * [core] export buffer arena public symbols from core::env2 * [core] fix doc comment link to AsRef and AsMut * [core] remove nightly cell-update feature * [core] enable no_std for BufferArena and mirror thread_local interfacing * [core] fix some obvious no_std mis-compilations * [core] apply rustfmt * [core] apply rustfmt #2 * [core] fix clippy warning in buffer_arena * [core] fix typo Co-Authored-By:
Michael Müller <mich@elmueller.net> * [core] slightly improve get_buffer impl Co-Authored-By:
Michael Müller <mich@elmueller.net> * [core] slight improvements * [core] rename LocalKey to GlobalBufferArena * [core] fix no_std build
-
Hero Bird authored
* [core] add core/derive crate to add derive macro for Flush * [core/derive] change license from GPL-3.0 to APACHE-2.0 * [core/derive] implement Flush and AllocateUsing derives based on synstructure * [core] re-export AllocateUsing and Flush derives from within core * [core/derive] fix AllocateUsing derive impl * [core/derive] adjust AllocateUsing tests * [core/derive] apply cargo fmt * [core/derive] add test::utils and improve AllocateUsing tests * [core/derive] add explanation docs * [core/derive] add doc for a hack * [core/derive] forbid deriving empty enums for Flush * [core/derive] update compile tests * [core] remove derive crate feature * [core/derive] remove `extern crate ink_core` edition 2015 compat * [core, examples, lang] update Flush impls * [core] apply rustfmt * [core] simplify Flush impl for StashHeader * [core] remove derive crate feature * [examples] fix clippy warning about Flush in delegator
-
Hero Bird authored
This shall replace the ink_core::memory sub module in the future.
-
- 26 Nov, 2019 2 commits
-
-
Hero Bird authored
* [core] add core/derive crate to add derive macro for Flush * [core/derive] change license from GPL-3.0 to APACHE-2.0 * [core/derive] implement Flush and AllocateUsing derives based on synstructure * [core] re-export AllocateUsing and Flush derives from within core * [core/derive] fix AllocateUsing derive impl * [core/derive] adjust AllocateUsing tests * [core/derive] apply cargo fmt * [core/derive] add test::utils and improve AllocateUsing tests * [core/derive] add explanation docs * [core/derive] add doc for a hack * [core/derive] forbid deriving empty enums for Flush * [core/derive] update compile tests
-
Hero Bird authored
-
- 25 Nov, 2019 3 commits
-
-
Hero Bird authored
* [ci] add manifest-path arg where necessary * [ci] do cargo fmt without loop since not required
-
https://github.com/paritytech/cargo-contractAndrew Jones authored
* Remove cli (moved to https://github.com/paritytech/cargo-contract) * Add link to cargo-contract repo * Update GitLab CI to no longer consider cli * Remove `cli` from the list of workspace members
-
Andrew Jones authored
* Update to subxt v0.3 * rustfmt * bump cargo-contract version
-
- 22 Nov, 2019 1 commit
-
-
Weiliang Li authored
* Update lib.rs Fix #254 * Update lib.rs
-
- 21 Nov, 2019 2 commits
-
-
Andrew Jones authored
* Fix remaining GPL license references * Replace travis with gitlab badge
-
Andrew Jones authored
* [core] add ext_runtime_get_storage * [core] env2: add ext_runtime_get_storage * [model] add runtime_get_storage to EnvHandler * [core/model] fix up compiler errors * [examples] add example reading from runtime storage * [examples] add debug statements to the runtime contract * Add lang2 example for runtime_get_storage * Hook up lang2 runtime_get_storage, make example compile * Fix lang2 example generate abi * Rename to match substrate ext function * Remove ink 1.0 impl * Remove remaining ink 1.0 impl * Rename to get_runtime_storage * Add some logging contract * TEMPORARY: diagnostic logging * Revert "TEMPORARY: diagnostic logging" This reverts commit 14bfc6e2 * Set storage keys * More contract diagnosis * Construct storage key in contract * More key logging * Fix balances prefix * Remove all printlns * Implement test env accessor for chain storage * Add back space * Correct docs * rustfmt * spacing * rustfmt * Capitalise comment, return correct error in test env * Update license to Apache 2.0
-
- 20 Nov, 2019 3 commits
-
-
Hero Bird authored
* Update some deps Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Format Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Fix clippy-wasm Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * [examples] fix minor formatting issues * [examples] fix some clippy warnings * [lang2/macro] silence warning for ink! constructors named "new" * [*] replace documentation link in Cargo.toml to ink! tutorial * [abi] specify allow(clippy::trivially_copy_pass_by_ref) in a smaller scope * [abi] specify allow(clippy::new_ret_no_self) in smaller scope * [ci] adjust gitlab-ci.yml * [ci] update Travis CI to just do coverage reporting
-
Denis_P authored
* change stages, rename abi * rename test job
-
Hero Bird authored
-
- 15 Nov, 2019 2 commits
-
-
Andrew Jones authored
-
Andrew Jones authored
* [cli] rename generate-abi to generate-metadata * [cli] rename abi.json to metadata.json
-
- 14 Nov, 2019 4 commits
-
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
* [lang2/macro] add some dev-dependencies to make CI work better * [scripts] improve check-workspace script We introduced "hacks" to make it work with the currently buggy nightly version of cargo ... We hope we can move back to were we came once cargo nightly has been fixed again. * [*] fix formatting issues * [cli] re-enable build_template test * [lang2] fix some clippy warnings * [cli] fix formatting * test what's faster * typo * debug no config and job name * bench CI var2 * set of jobs for every crate * ordered set of jobs for every crate * right commands for the crates and examples. H/e examples will work after dockerfile update. * comparing two CI approaches * typo * forgot to exclude model and lang crates * bench CI 2 * will bench in other branch * fix return in cycle * review 1 * unset allow_failures * changed cd to popd * changed cd to popd * Update .gitlab-ci.yml * Update .gitlab-ci.yml * Update .gitlab-ci.yml * Update .gitlab-ci.yml * Update .gitlab-ci.yml * Update .gitlab-ci.yml * Update cli/src/cmd/abi.rs
-
Stefanie Doll authored
* Added ./examples README * Add build description to README's * Update README.md Co-Authored-By:
Hero Bird <robin.freyler@gmail.com> * Update README.md Co-Authored-By:
Hero Bird <robin.freyler@gmail.com> * Update examples/README.md Co-Authored-By:
Hero Bird <robin.freyler@gmail.com> * Update examples/README.md Co-Authored-By:
Hero Bird <robin.freyler@gmail.com> * ABI -> Metadata * ABI -> Metadata pt. 2 * Wording for --force * Removed testing paragraph * Update examples/README.md Co-Authored-By:
Shawn Tabrizi <shawntabrizi@gmail.com> * Update examples/README.md Co-Authored-By:
Shawn Tabrizi <shawntabrizi@gmail.com> * Update README.md
-
- 13 Nov, 2019 6 commits
-
-
Shawn Tabrizi authored
* Create RELEASES.md * Update RELEASES.md * Alternative approach * make comparison * Update 1.rs * undo * Update RELEASES.md * Update RELEASES.md * Update RELEASES.md * Update RELEASES.md * Update RELEASES.md * Try table * Use tables * Update table width * Final pass * Update RELEASES.md Co-Authored-By:
Michael Müller <mich@elmueller.net> * Update RELEASES.md * Update RELEASES.md Co-Authored-By:
Michael Müller <mich@elmueller.net> * Update RELEASES.md * Update info about CLI * Add examples, update on feedback * Update RELEASES.md * Update RELEASES.md * Update README.md Co-Authored-By:
Hero Bird <robbepop@web.de>
-
Qinxuan Chen authored
* [lang] Update proc-macro2, quote, syn to 1.0 Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Remove old deps Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Format Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Revert .gitignore Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Fix parse_from_attr Signed-off-by:
koushiro <koushiro.cqx@gmail.com>
-
Andrew Jones authored
* [cli] run cli cmd tests on Ci only * [cli] run abi build in release and with no-default-features
-
Hero Bird authored
-
Hero Bird authored
* [core] remove unused/removed lints * [core] update smallvec dependency to 1.0
-
Hero Bird authored
* [*] update to derive_more 0.99 * [scripts] use `#!/usr/bin/env bash` instead of `#!/bin/bash` * [*] update to derive_more 0.99.1
-
- 12 Nov, 2019 1 commit
-
-
Shawn Tabrizi authored
* Update ERC20 to match specification Some names and functions don't match specification. https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md * Cargo fmt
-
- 11 Nov, 2019 1 commit
-
-
Hero Bird authored
* [lang2/macro] improve diagnostics for missing a #[ink(storage)] struct * [lang2/macro] add UI test for missing #[ink(storage)] struct * [lang2/macro] add test for multiple #[ink(storage)] structs * [lang2/macro] add ui test for storage-impl conflict * [lang2/macro] implement check that ink! impls are on #[ink(storage)] structs * [lang2/macro] fix some success tests * [lang2/macro] add expected output for failure UI test 16 * [lang2/macro] add conflicting ink! marker test The conflict here is the additional #[ink(event)] marker * [lang2/macro] utils: add filter_map_ink_attributes * [lang2/macro] structs now dispatch on whichever ink! marker was provided first * [lang2/macro] add failure UI test for #[ink(event)] provided with another #[ink(storage)] * [lang2/macro] improve diagnostics for unsupported ink! markers on structs * [lang2/macro] add test for unknown struct ink! markers * [lang2/macro] improve diagnostics for multiple #[ink(storage)] structs * [lang2/macro] adjust test case for multiple #[ink(storage)] structs * [lang2/macro] improve error message for unknown method ink! markers The error diagnostics can be further improved by showing all occurences of unknown ink! markers in an impl block. * [lang2/macro] add test for unknown ink! method marker * [lang2/macro] fix minor typo in tests Co-Authored-By:
Michael Müller <mich@elmueller.net> * [lang2/macro] fix typo in test Co-Authored-By:
Andrew Jones <ascjones@gmail.com> * [lang2/macro] fix typo in test Co-Authored-By:
Andrew Jones <ascjones@gmail.com>
-
- 10 Nov, 2019 1 commit
-
-
Hero Bird authored
* [cli] fix bugs in the template * [lang2/macro] improve some diagnostics for #[ink(constructor|message)] * [lang2/macro] add a decent ton of new failure tests
-
- 09 Nov, 2019 2 commits
-
-
Andrew Jones authored
* [cli] add flag to `build` command to generate abi * [cli] fix abi console output * [cli] restore +nightly * [cli] separate generate-abi command * [cli] move nightly check to exec_cargo fn * [cli] add test for generate_abi
-
Hero Bird authored
-