- 23 May, 2023 2 commits
-
-
Andrew Jones authored
* Implement `StorageLayout` for any length array * Clippy
-
dependabot[bot] authored
-
- 19 May, 2023 2 commits
-
-
Green Baneling authored
* Expose `ty` for types that use `RootLayout` * Remove constrain from generic implementation * Make clippy happy
-
Andrew Jones authored
* Cherry picking changes from #1669 * Don't display verbose Debug message for module error. * Initial conversion of erc20 to use new call * Remove constraint from InstantiationResult * Use 3.0.0 release * Revert "Use 3.0.0 release" This reverts commit e733996a. * Move instantiate generic parameter * Update call-runtime example * Update contract-terminate tests * Update contract-transfer tests * Custom allocator * Custom environment * e2e-call-runtime * flipper * lang-err-integration-tests, compiles but fails * Don't debug log the entire dispatch error * constructor-return-value * contract-ref * integration-flipper * mapping-integration-tests * multi-contract-caller * set-code-hash * wildcard-selector * trait-dyn-cross-contract-calls * Clippy * Export CallBuilderFinal type alias * CHANGELOG.md
-
- 18 May, 2023 2 commits
-
-
Andrew Jones authored
* `[ink_e2e]` update `Determinism` enum to match Substrate definition * fmt * Fix multi_contract_caller example for new deposit behaviour * Reenable examples-test step
-
Andrew Jones authored
-
- 17 May, 2023 1 commit
-
-
Andrew Jones authored
* upgrade to contract build git version to test E2E fix * fmt * Use 3.0.0 release branch * Use 3.0.0 release * Make scale-info optional
-
- 12 May, 2023 1 commit
-
-
Andrew Jones authored
* :t-rex: fix e2e test, account for contract initial free balance * fmt
-
- 10 May, 2023 1 commit
-
-
Andrew Jones authored
* `[ink_e2e]` replace `log` with `tracing` * Remove remaining deps
-
- 09 May, 2023 2 commits
-
-
Peter White authored
* Fix small typo in mapping.rs Mapping `contains` returns a `bool`. The previous comment was for an `Option`. * Update mapping.rs comment
-
Andrew Jones authored
-
- 27 Apr, 2023 2 commits
- 25 Apr, 2023 1 commit
-
-
dependabot[bot] authored
Updates the requirements on [jsonrpsee](https://github.com/paritytech/jsonrpsee) to permit the latest version. - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.17.0...v0.18.0 ) --- updated-dependencies: - dependency-name: jsonrpsee dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 24 Apr, 2023 1 commit
-
-
Andrew Jones authored
-
- 20 Apr, 2023 6 commits
-
-
Javyer authored
-
Andrew Jones authored
* Replace _ with - * basic-contract-caller * Package names * Fix * CI * set-code-hash * Fix set-code-hash e2e * CI
-
Andrew Jones authored
* Add some tests/todos * Testing * Add test for using well known selector without wildcard * Require reserved selector * Define reserved selector const * WIP defining wildcard selector complement * Compiles with wildcard selector complement * Return combined error on 2 or more messages * Fix up compile test for wildcard selector complement * Add error for when wildcard complement used without wildcard * Fix test * Fmt * Fmt * Clear up error combine code * Fix some wildcard complement tests * WIP use correct wildcard complement selector * Introduce Symbol parsing for MetaValue * Remove unused imports * Add wildcard-selector example * Calculate correct wildcard complement selector * Use well known wildcard complement constant * Fix UI test * WIP wildcard selector integration test * WIP wildcard selector integration test * Test wildcard * Wildcard complement test, define const in prelude and reexport * spellcheck * Clippy * Use underscores for param bindings
-
Michael Müller authored
* Bump versions to `4.2.0` * Update `CHANGELOG.md` * Fix link * Add #1735
-
PG Herveou authored
* Add e2e doc link * Update integration-tests/README.md
-
Javyer authored
* Added pr-notifier action This PR opens a cron job that uses the [paritytech/stale-pr-finder](https://github.com/paritytech/stale-pr-finder) action. It will run every Tuesday at 7AM UTC (9 AM Germany) You can also manually run this action by going to https://github.com/paritytech/ink/actions/workflows/pr-notifier.yml It will fetch PRs from the repositories: - ink - cargo-contract - substrate-contracts-node - contracts-ui - ink-docs - smart-bench - ink-waterfall - ink-playground - nft-marketplace-demo - pallet-contracts-xcm - link - ink-examples It will only fetch PRs that don't have any reviews (comments don't count). It will organize them by oldest, and fetch only the first 8 issues and will format them with the format: `- [(title)]((url)) | (daysStale) days with no review` In the case that there a no PRs found, it will post the message: > We have no Pull Requests waiting for reviews. > > **Good job everyone!** I have added a lot of comments to the `yml` file so it is easy to configure if you need to add an extra repository * limited issue-finder to run up to 3 parallel jobs This will help with the case where too many jobs are running at the same time and timing out the GitHub API
-
- 19 Apr, 2023 1 commit
-
-
dependabot[bot] authored
Updates the requirements on [jsonrpsee](https://github.com/paritytech/jsonrpsee) to permit the latest version. - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.16.0...v0.17.0 ) --- updated-dependencies: - dependency-name: jsonrpsee dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 17 Apr, 2023 1 commit
-
-
Piotr Mikołajczyk authored
* Checkpoint * Compiling * blind guess * blind guess * blind guess * blind guess * blind guess * std gating * test deps * import? * Review * Review
-
- 15 Apr, 2023 1 commit
-
-
Kasper Ziemianek authored
* default attribute * fmt * fix tests * update changelog * Update crates/metadata/src/specs.rs * Update crates/metadata/src/specs.rs * Apply suggestions from code review * Add UIs to dictionary --------- Co-authored-by:
Michael Müller <mich@elmueller.net> Co-authored-by:
Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by:
Hernando Castano <hernando@hcastano.com>
-
- 14 Apr, 2023 1 commit
-
-
German authored
* environment metadata spec * persisting env in metadata * Changelog entry * docs * typo * derive TypeInfo for chain extension * address clippy complaints * remove unnecessary borrow * add comments * typo
-
- 13 Apr, 2023 1 commit
-
-
Javyer authored
* modified stale issues to show a numbered list * added custom message to the link to more issues
-
- 12 Apr, 2023 4 commits
-
-
Andrew Jones authored
* fmt :t-rex: * fmt :t-rex:
-
PierreOssun authored
* E2E: add runtime_call * Added integration test * Updated description * fix clippy * fmt * updated description * fixed expect mesg * Added backtick * Added derive default * updatd description * Added backtick * Update crates/e2e/src/client.rs * Update crates/e2e/src/client.rs * Update crates/e2e/src/xts.rs * Update integration-tests/e2e-call-runtime/lib.rs --------- Co-authored-by:
Michael Müller <mich@elmueller.net>
-
Tomasz Waszczyk authored
* init(pr): this is sparta * added(): small detail * test * added(): solved(issue) * ci(): fight with clippy * Apply suggestions from code review --------- Co-authored-by:
Michael Müller <mich@elmueller.net> Co-authored-by:
SkymanOne <german@parity.io>
-
Dennis Zoma authored
-
- 06 Apr, 2023 1 commit
-
-
Michael Müller authored
-
- 05 Apr, 2023 1 commit
-
-
Javyer authored
* created action that will report about stale issues * added handling for empty messages * added `ink-examples` * added users to ignore lean-apple,juangirini,pgherveou * removed duplicated message in matrix message
-
- 04 Apr, 2023 1 commit
-
-
Sam Ruberti authored
* Fix broken links * Fix broken link
-
- 30 Mar, 2023 1 commit
-
-
Andrew Jones authored
* Update requirements to scale-info 2.5 * Use fields to fix deprecation warnings * Your mother * Fmt
-
- 28 Mar, 2023 2 commits
-
-
Alexander Theißen authored
* Fix message dispatch for riscv * Fix error handlers for riscv * Fix allocator for riscv * Fix ext for riscv * Remove not needed manifest keys (they are already removed from the template) * Add no_main to all examples * Fix CI * Fix multisig doc test * Update linking to latest supported toolchain * fmt * fmt * fmt * Fix mess caused by rustfmt * Combine no_std and no_main * Update .gitlab-ci.yml Co-authored-by:
Andrew Jones <ascjones@gmail.com> * Remove not needed block --------- Co-authored-by:
Andrew Jones <ascjones@gmail.com>
-
German authored
* syn 2.0 * TraitItemMethod -> TraitItemFn * Token bang * ImplItemMethod -> ImplItemFn * Token![pub] * Remove ItemMacro2 * WIP fix Attribute Span * WIP updates * WIP updates * Method to Fn * Handle remaining attributes * Temp fix for extracting cfg attrs * Fix some other errors * Add test for wildcard selector (doesn't work :() * WIP impl parse for AttributeFrag * Fmt * Import skeleton parse impl * WIP * Copy across parse impl * Parse terminated * WIP fix attr parsing * WIP fix attr parsing * Remove attr property * Utilize attr_args meta for parsing * Format error messages * Extract selector parsing to TryFrom * Handle parsing wildcard selector * Factor out namesapce parsing * Introduce helper methods * suggestions * fix parsing of cfg attrs * remove expand.rs * add error message * start working on more detailed errors * fix tests * rework docs parsing * changelog entry * some refactoring * fmt --------- Co-authored-by:
Andrew Jones <ascjones@gmail.com>
-
- 24 Mar, 2023 1 commit
-
-
dependabot[bot] authored
Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/baptiste0928/cargo-install/releases) - [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md) - [Commits](https://github.com/baptiste0928/cargo-install/compare/bf6758885262d0e6f61089a9d8c8790d3ac3368f...48c92f3d491efa23daace9891498a14c5aaa1afd ) --- updated-dependencies: - dependency-name: baptiste0928/cargo-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 23 Mar, 2023 2 commits
-
-
Cyril Carlier authored
* Add Engine::set_block_time and test accordingly * Implement set_block_timestamp for offchain test api env. * Fix formatting * Fix formatting * Fix formatting * Fix formatting * Fix formatting * Description set_set_block_timestamp Co-authored-by:
Michael Müller <mich@elmueller.net> * Add description for test_api's set_block_timestamp method. Co-authored-by:
Michael Müller <mich@elmueller.net> * Adding an advance_block() call in setting_getting_block_timestamp test * Add Set_block_timestamp unreleased feature * Update crates/engine/src/exec_context.rs --------- Co-authored-by:
Michael Müller <mich@elmueller.net>
- 22 Mar, 2023 1 commit
-
-
Andrew Jones authored
* Configure comment formatting * Bring in comment width on ink/macro/src/lib * Fmt * Fmt examples * Fmt UI tests * multisig * psp22 example * revert multisig * comment spacing * fix multisig comment formatting
-