- 29 May, 2019 1 commit
-
-
Hero Bird authored
* [ink] Fix some clippy warnings * [lang] Major clean ups in preparation of greater refactorings
-
- 25 May, 2019 1 commit
-
-
Robin Freyler authored
-
- 24 May, 2019 1 commit
-
-
Hero Bird authored
* [core] Factor nightly alloc parts out of core into new alloc ink crate * Further cleanup after factoring out ink_alloc crate * [alloc] Use symlinks instead of copies
-
- 23 May, 2019 1 commit
-
-
Hero Bird authored
* [ink] Update rust-toolchain from 2019-04-20 to 2019-05-21 * [core,lang] Update & fix Cargo information * [chores] Update rustfmt version to the current toolchain * [core] Clean up, fix some warnings * [core] Remove unneeded dependency * [core] Ignore return value of Key ops Fixes a warning * [core,model] Adjust warning level * [lang] Minor rustfmt run * [ink] Add topics to events For now, ink! will simply leave topics slice empty. * [core] Add ext_gas_left, ext_gas_price and ext_value_transferred bindings * [core] Clean up some code by dedup * [core] Further code clean up * [core] Simplify SrmlEnv::load impl
-
- 17 May, 2019 1 commit
-
-
Andrew Jones authored
* WIP: add template * Zip build file from temp dir * Unzip in new command * Unzip files to target dir * Fix warnings * Remove unwraps from unzipping * Refactor build.rs * rustfmt * Remove printlns * Use PathBuf in build.rs * Replace variables in template files * Diable zip default features * rustfmt
-
- 14 May, 2019 1 commit
-
-
Logan Saether authored
* Impl ext_now * Fix build * use read_scratch_buffer * remove examples
-
- 10 May, 2019 2 commits
-
-
Hero Bird authored
* [examples/lang] Add shared_vec example It demonstrates usage of events, Option and Result. * [examples/lang] Make use of docs in event syntax for shared_vec * [examples/lang] Add more docs to events in shared_vec * [examples/lang] Remove unnecesary return * [examples/lang] Add mutator field to Push event
-
Hero Bird authored
-
- 09 May, 2019 3 commits
-
-
Hero Bird authored
* [lang] Implement Vec<T> as message param or return type * [lang] Apply rustfmt * [lang] Reorganize Option api.rs tests * [lang] Add tests for Vec in api.rs * [lang] Support Result<T,E> type in message interfaces
-
Shawn Tabrizi authored
* [examples] Fix a bug in `transfer_from` This should fix the known bug, but may have some others in there... Would rather have a more direct implementation: either simplified or directly copied from a known working sample. * [examples] Making ERC20 tests even better * [example] Make `balance_of` getter use `balance_of_or_zero` * Use the final ERC20 contract from workshop * [examples] Reduce getters to one line * [examples] Fix a bug in `transfer_from` This should fix the known bug, but may have some others in there... Would rather have a more direct implementation: either simplified or directly copied from a known working sample. * [examples] Making ERC20 tests even better * [example] Make `balance_of` getter use `balance_of_or_zero` * Use the final ERC20 contract from workshop * [examples] Reduce getters to one line * [examples] Use new event syntax * [examples] Run cargo fmt
-
Jordan Beauchamp authored
-
- 07 May, 2019 1 commit
-
-
Shawn Tabrizi authored
-
- 06 May, 2019 1 commit
-
-
Jordan Beauchamp authored
Fix generated message struct visiblity
-
- 05 May, 2019 5 commits
-
-
Robin Freyler authored
-
Robin Freyler authored
-
Robin Freyler authored
-
Robin Freyler authored
-
Robin Freyler authored
-
- 24 Apr, 2019 4 commits
-
-
Robin Freyler authored
-
Hero Bird authored
* [lang] Implement event syntax * Update lang/src/ast.rs Co-Authored-By:
Robbepop <robbepop@web.de> * [core] Build infrastructure to inspect emitted events * [lang] Fix some bugs with codegen of events * [examples/lang] Add example that uses events * Update lang/src/ast.rs Co-Authored-By:
Robbepop <robbepop@web.de> * Update lang/src/hir.rs Co-Authored-By:
Robbepop <robbepop@web.de>
-
Robin Freyler authored
-
* [cli] Update `new` cli for latest * [cli] Fix arguments in cli * [cli] Update to use `super::*` * [cli] Update to use `#![cfg_attr(not(any(test, feature = "std")), no_std)]` * [cli] Update build script to latest * [cli] Update to `#[cfg(all(test, feature = "test-env"))]` * Add `set -e` to build.sh
-
- 23 Apr, 2019 1 commit
-
-
* [examples] Fixes to ERC20 contract Fixes https://github.com/paritytech/ink/issues/73 * [example] Add a failure test for `transfer`
-
- 22 Apr, 2019 16 commits
-
-
Hero Bird authored
-
Hero Bird authored
This should resolve confusions about Address and AccountId encoding/decoding.
-
* [examples] Add flipper contract to examples folder * [examples] Simplify flipping logic * [examples] Fix flipper test * [examples] Update Flipper and Incrementer examples * [examples] cargo fmt on Flipper
-
Shawn Tabrizi authored
Rename & repo transfer adjustments
-
Robin Freyler authored
-
Robin Freyler authored
-
Robin Freyler authored
We should maybe remove this code later.
-
Robin Freyler authored
-
Robin Freyler authored
This should fix one source of bugs that are currently troubeling the CI
-
Robin Freyler authored
-
Robin Freyler authored
-
Robin Freyler authored
-
Robin Freyler authored
-
Robin Freyler authored
-
Robin Freyler authored
Now emits events, is working and off-chain tested properly.
-
Robin Freyler authored
-
- 21 Apr, 2019 1 commit
-
-
Robin Freyler authored
-