• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

paritytech / ink
80%

Build:
DEFAULT BRANCH: master
Repo Added 22 Apr 2019 12:32PM UTC
Files 0
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • DemiMarie-parity-patch-1
  • add-call-builder
  • add-call-infrastructure
  • add-ext-call-followup
  • aj-add-ext-call-followup
  • aj-cli-error
  • aj-cli-new
  • aj-cli-new-template
  • aj-codec
  • aj-contract-new-fix
  • aj-dispatch-call
  • aj-erc-20
  • aj-fix-warnings
  • aj-input-buf
  • aj-memory-crate
  • aj-prune-examples
  • aj-runtime-types
  • aj-srml-types
  • aj-template-fix
  • aj-trybuild
  • call_returns_status
  • cmichi-btreemap-impl
  • cmichi-deprecate-ccalloc-for-dynalloc
  • cmichi-fix-flush
  • dd-compile-issue-fix
  • emitted-events-double-ended-iterator
  • enhance-flush
  • event-syntax-docs
  • ext_scratch_read
  • fix-rustc-version-for-ci
  • ink-abi
  • ink-abi-followup
  • ink-alloc-crate
  • ink-cleanup
  • ink-prelude-follow-up
  • no-overflow-checks-toml
  • redo-init-and-flush
  • robin-cleanup
  • robin-env3
  • robin-event-syntax
  • robin-implement-global-buffers
  • robin-ink_abi-v1.1
  • robin-refactor-lang-codegen
  • robin-rename-address
  • robin-rename-adjustments
  • shared-vec-example
  • shawntabrizi-patch-1
  • update-cli-readme
  • vec-result-types

pending completion
882

push

travis-ci

web-flow
Add call infrastructure to ink_lang (#175)

* [core] add initial call builder implementation

* [core] add setters to CallBuilder

* [core] fix invalid mod import in no_std

* [lang] initial remote call implementation for ink_lang

* [examples] add ink-as-dependency crate feature to erc20 token contract

* [core] move calls and call error definitions

* [core] add ext_create support

* [*] apply rustfmt

* [core] expose ReturnType publicly

* [core] add ext_create impl on the SRML interfacing side

* [core] fix minor invalid module import

* [lang] split CallEnhancer into mut and immutable versions

* [lang] forward to call enhancers from short-version of remote calling

* [core] improve create builder to return the contract directly

* [lang] simplify env types code generation

* [lang] add create call builder code generation

* [lang] improve code gen by altering spans of the generated code

* [examples] add ink-as-dependency to all lang examples

* [cli] add ink-as-dependency to smart contract template

* [lang] fix code gen bug with forwarding references

* [lamg] move impls out of const item

It seems that inherent impls shouldn't be put inside a const item.

* [core] impl Default for Hash

* [lang] add Flush, scale::{Encode, Decode} for contracts as dependencies

* [examples] add example to call remote smart contracts

* [examples] remove invalid test code from delegator contract

* [abi] fix warning about suffixed tuple indices

* [lang] fix bug in generate-abi codegen for deploy handler with multiple args

* [lang] derive from type_metadata::Metadata for contract structs

* [examples] ran cargo fmt

* [examples] derive type_metadata::Metadata for Which

* [examples] make code hashes deploy inputs for delegator contract

* [core] rename gas_cost to gas_limit

* [core] remove parts that got re-introduced accidentally upon merge

* [examples] add a README to the delegator contrac... (continued)

126 of 126 new or added lines in 8 files covered. (100.0%)

4393 of 5510 relevant lines covered (79.73%)

1.59 hits per line

Relevant lines Covered
Build:
Build:
5510 RELEVANT LINES 4393 COVERED LINES
1.59 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
882 master Add call infrastructure to ink_lang (#175) * [core] add initial call builder implementation * [core] add setters to CallBuilder * [core] fix invalid mod import in no_std * [lang] initial remote call implementation for ink_lang * [exam... push 30 Aug 2019 02:00PM UTC web-flow travis-ci pending completion  
841 master [core] Fix memory vec (#176) * Fix memory vec error * Update build scripts * Add rustfmt skip * Delete empty line Co-Authored-By: Hero Bird <robbepop@web.de> push 20 Aug 2019 10:47PM UTC Robbepop travis-ci pending completion  
831 master Add initial call builder implementation (#173) * [core] add initial call builder implementation * [core] add setters to CallBuilder * [core] fix invalid mod import in no_std * [core] fix minor formatting issues push 19 Aug 2019 03:24PM UTC web-flow travis-ci pending completion  
801 master Sync with SRML contracts for call/create status codes (#170) * [*] quick syncing of SRML contract call infrastructure * [model] some minor cleanups * [lang] adjust lang tests * [model] change internal type of RetCode to u8 * [*] apply... push 15 Aug 2019 06:18PM UTC web-flow travis-ci pending completion  
788 master [core] rename ext_scratch_copy to ext_scratch_read (#169) push 15 Aug 2019 01:03PM UTC web-flow travis-ci pending completion  
784 master ink! abi followup (#168) * [examples] remove unneeded dependencies * [cli] template: remove unneeded dependencies * [*] make test-env a default feature * [core] no longer export impl_empty_flush_for macro * [scripts] add usage docs to... push 14 Aug 2019 03:56PM UTC web-flow travis-ci pending completion  
734 master [*] parity-codec -> parity-scale-codec (#164) * [*] parity-codec -> parity-scale-codec * [core, model] Decode impls Option -> Result * [core] typed_cell load expect successful Decode * [core] Option to Result, remove redundant combinat... push 09 Aug 2019 01:48PM UTC Robbepop travis-ci pending completion  
683 master [cli] reject creating new contract with hyphenated name (#161) * [cli] reject creating new contract with hyphenated name * [cli] add test, make kcov happy push 31 Jul 2019 08:02PM UTC Robbepop travis-ci pending completion  
658 master Implement `ext_dispatch_call` (#124) * [core] Add AccountId to EnvTypes * [core] Add calls mod, plus WIP tests * [core] Balance transfer call roundtrip works * [core] Add ext_dispatch_call * [core] Implement ext_dispatch_call * [ex... push 30 Jul 2019 10:56AM UTC Robbepop travis-ci pending completion  
646 master update parity-codec'version from 3.3 to 4.1 (#156) push 30 Jul 2019 06:44AM UTC ascjones travis-ci pending completion  
See All Builds (452)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc