-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement new trait definition codegen 🚀 #665
Commits on Sep 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f65aaa1 - Browse repository at this point
Copy the full SHA f65aaa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e0fb0 - Browse repository at this point
Copy the full SHA a4e0fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc157e - Browse repository at this point
Copy the full SHA acc157eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 894ec32 - Browse repository at this point
Copy the full SHA 894ec32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b896f - Browse repository at this point
Copy the full SHA 24b896fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe6ce66 - Browse repository at this point
Copy the full SHA fe6ce66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee4b7d - Browse repository at this point
Copy the full SHA 7ee4b7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6811177 - Browse repository at this point
Copy the full SHA 6811177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c79589 - Browse repository at this point
Copy the full SHA 8c79589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0961b7a - Browse repository at this point
Copy the full SHA 0961b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb20db - Browse repository at this point
Copy the full SHA 6eb20dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4781e53 - Browse repository at this point
Copy the full SHA 4781e53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47c50bd - Browse repository at this point
Copy the full SHA 47c50bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c22563 - Browse repository at this point
Copy the full SHA 0c22563View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e3e70 - Browse repository at this point
Copy the full SHA c3e3e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d57a8d - Browse repository at this point
Copy the full SHA 4d57a8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e9128d - Browse repository at this point
Copy the full SHA 7e9128dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a833a7 - Browse repository at this point
Copy the full SHA 8a833a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5250fb9 - Browse repository at this point
Copy the full SHA 5250fb9View commit details -
generate dispatch info trait impls always
They are useful generally and not only when compiled as root contract.
Configuration menu - View commit details
-
Copy full SHA for 8600023 - Browse repository at this point
Copy the full SHA 8600023View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb6cec - Browse repository at this point
Copy the full SHA 3cb6cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a0393 - Browse repository at this point
Copy the full SHA c0a0393View commit details -
no longer derive core::fmt::Debug for dispatch decoder types
This fixes a doc test since this implied a Debug bound on all message and constructor inputs.
Configuration menu - View commit details
-
Copy full SHA for 82d74ff - Browse repository at this point
Copy the full SHA 82d74ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9953e8 - Browse repository at this point
Copy the full SHA a9953e8View commit details -
remove all no longer needed types and traits from ink_lang crate
Due to the new ink! codegen many of these definitions have become deprecated or obsolete.
Configuration menu - View commit details
-
Copy full SHA for 8202069 - Browse repository at this point
Copy the full SHA 8202069View commit details -
Configuration menu - View commit details
-
Copy full SHA for d05b57c - Browse repository at this point
Copy the full SHA d05b57cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87e1338 - Browse repository at this point
Copy the full SHA 87e1338View commit details
Commits on Sep 26, 2021
-
Only check for payment if message is not payable and not all messages are not payable, too.
Configuration menu - View commit details
-
Copy full SHA for b3a67a8 - Browse repository at this point
Copy the full SHA b3a67a8View commit details
Commits on Sep 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b1647e8 - Browse repository at this point
Copy the full SHA b1647e8View commit details -
overhaul ink! metadata codegen
This now properly takes into consideration the payable and selector properties of ink! trait messages.
Configuration menu - View commit details
-
Copy full SHA for b4076c5 - Browse repository at this point
Copy the full SHA b4076c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 618de63 - Browse repository at this point
Copy the full SHA 618de63View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa70e3c - Browse repository at this point
Copy the full SHA aa70e3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a6192f - Browse repository at this point
Copy the full SHA 7a6192fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1cb26a - Browse repository at this point
Copy the full SHA c1cb26aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 429185a - Browse repository at this point
Copy the full SHA 429185aView commit details -
improve error messages for invalid ink! input and output types
This checks for ink! constructor and message inputs to be scale::Decode + 'static and for ink! output types to be scale::Encode + 'static. Also added new UI tests to assert that this works for ink! message and constructor inputs.
Configuration menu - View commit details
-
Copy full SHA for 5c38477 - Browse repository at this point
Copy the full SHA 5c38477View commit details -
Configuration menu - View commit details
-
Copy full SHA for fafe9c6 - Browse repository at this point
Copy the full SHA fafe9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3abfb9 - Browse repository at this point
Copy the full SHA b3abfb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d148e58 - Browse repository at this point
Copy the full SHA d148e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5183077 - Browse repository at this point
Copy the full SHA 5183077View commit details -
Configuration menu - View commit details
-
Copy full SHA for 545e954 - Browse repository at this point
Copy the full SHA 545e954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66f8460 - Browse repository at this point
Copy the full SHA 66f8460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b60f64 - Browse repository at this point
Copy the full SHA 7b60f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 661bad2 - Browse repository at this point
Copy the full SHA 661bad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98aede5 - Browse repository at this point
Copy the full SHA 98aede5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed86a03 - Browse repository at this point
Copy the full SHA ed86a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6deec - Browse repository at this point
Copy the full SHA 4d6deecView commit details -
add no-implicit-prelude passing UI test
Currently disabled since static_assertions dependency has macro hygiene problems with respect to no_implicit_prelude.
Configuration menu - View commit details
-
Copy full SHA for 0bdb371 - Browse repository at this point
Copy the full SHA 0bdb371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 819649d - Browse repository at this point
Copy the full SHA 819649dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18951bd - Browse repository at this point
Copy the full SHA 18951bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f630bd2 - Browse repository at this point
Copy the full SHA f630bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bba5b3 - Browse repository at this point
Copy the full SHA 0bba5b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9855df6 - Browse repository at this point
Copy the full SHA 9855df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4762b96 - Browse repository at this point
Copy the full SHA 4762b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31fecb - Browse repository at this point
Copy the full SHA d31fecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f7c19 - Browse repository at this point
Copy the full SHA 21f7c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d6bcd - Browse repository at this point
Copy the full SHA 92d6bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c44ce - Browse repository at this point
Copy the full SHA 04c44ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a450b71 - Browse repository at this point
Copy the full SHA a450b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9a5c1 - Browse repository at this point
Copy the full SHA 7a9a5c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f317596 - Browse repository at this point
Copy the full SHA f317596View commit details -
Configuration menu - View commit details
-
Copy full SHA for f510ebc - Browse repository at this point
Copy the full SHA f510ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82cf1db - Browse repository at this point
Copy the full SHA 82cf1dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c0e59 - Browse repository at this point
Copy the full SHA e9c0e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe8764 - Browse repository at this point
Copy the full SHA cfe8764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10579bb - Browse repository at this point
Copy the full SHA 10579bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cce1f8 - Browse repository at this point
Copy the full SHA 0cce1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd116b4 - Browse repository at this point
Copy the full SHA dd116b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd66528 - Browse repository at this point
Copy the full SHA dd66528View commit details -
Configuration menu - View commit details
-
Copy full SHA for f764473 - Browse repository at this point
Copy the full SHA f764473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752db02 - Browse repository at this point
Copy the full SHA 752db02View commit details
Commits on Sep 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 31e7551 - Browse repository at this point
Copy the full SHA 31e7551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28073d5 - Browse repository at this point
Copy the full SHA 28073d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b84f77 - Browse repository at this point
Copy the full SHA 0b84f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 032c3dc - Browse repository at this point
Copy the full SHA 032c3dcView commit details -
add simple no-implicit-prelude UI test for ink::trait_definition macro
The test case is disabled for now since the currently used parity-scale-codec produces macro hygiene errors.
Configuration menu - View commit details
-
Copy full SHA for 3adb955 - Browse repository at this point
Copy the full SHA 3adb955View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b46f9 - Browse repository at this point
Copy the full SHA 99b46f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9668272 - Browse repository at this point
Copy the full SHA 9668272View commit details -
Configuration menu - View commit details
-
Copy full SHA for df3abd4 - Browse repository at this point
Copy the full SHA df3abd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c19799b - Browse repository at this point
Copy the full SHA c19799bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 505ac66 - Browse repository at this point
Copy the full SHA 505ac66View commit details -
Configuration menu - View commit details
-
Copy full SHA for c58350e - Browse repository at this point
Copy the full SHA c58350eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 083ed0e - Browse repository at this point
Copy the full SHA 083ed0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e39eca - Browse repository at this point
Copy the full SHA 6e39ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdfd625 - Browse repository at this point
Copy the full SHA fdfd625View commit details -
generate guards for scale::Codec message inputs and outputs for ink! …
…trait definitions
Configuration menu - View commit details
-
Copy full SHA for ed3c4c3 - Browse repository at this point
Copy the full SHA ed3c4c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 689b9f7 - Browse repository at this point
Copy the full SHA 689b9f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e1f8c2 - Browse repository at this point
Copy the full SHA 9e1f8c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a4da3 - Browse repository at this point
Copy the full SHA 88a4da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62832c8 - Browse repository at this point
Copy the full SHA 62832c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61cc4dc - Browse repository at this point
Copy the full SHA 61cc4dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 484e21d - Browse repository at this point
Copy the full SHA 484e21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d7c73 - Browse repository at this point
Copy the full SHA d7d7c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0adab4a - Browse repository at this point
Copy the full SHA 0adab4aView commit details -
fix ERC-1155 example ink! smart contract
The contract broke due to ink! now checking if selectors of ink! trait message definitions and implemented ink! trait messages match.
Configuration menu - View commit details
-
Copy full SHA for 7692171 - Browse repository at this point
Copy the full SHA 7692171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dcb14a - Browse repository at this point
Copy the full SHA 2dcb14aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b346322 - Browse repository at this point
Copy the full SHA b346322View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa86357 - Browse repository at this point
Copy the full SHA aa86357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df2616 - Browse repository at this point
Copy the full SHA 5df2616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e0f2e5 - Browse repository at this point
Copy the full SHA 4e0f2e5View commit details
Commits on Sep 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 213339b - Browse repository at this point
Copy the full SHA 213339bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce7b371 - Browse repository at this point
Copy the full SHA ce7b371View commit details -
Configuration menu - View commit details
-
Copy full SHA for be28a2f - Browse repository at this point
Copy the full SHA be28a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ec85e - Browse repository at this point
Copy the full SHA 74ec85eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 651d0b9 - Browse repository at this point
Copy the full SHA 651d0b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34e1dae - Browse repository at this point
Copy the full SHA 34e1daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7b528 - Browse repository at this point
Copy the full SHA 2b7b528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4029219 - Browse repository at this point
Copy the full SHA 4029219View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd6404 - Browse repository at this point
Copy the full SHA dfd6404View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcad588 - Browse repository at this point
Copy the full SHA dcad588View commit details -
replace static_assertions usage by custom solution
This leads to fewer dependencies and also to better error messages.
Configuration menu - View commit details
-
Copy full SHA for c601e23 - Browse repository at this point
Copy the full SHA c601e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for da4ccb2 - Browse repository at this point
Copy the full SHA da4ccb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c081d4d - Browse repository at this point
Copy the full SHA c081d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 871a0bd - Browse repository at this point
Copy the full SHA 871a0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae4259 - Browse repository at this point
Copy the full SHA 2ae4259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0115078 - Browse repository at this point
Copy the full SHA 0115078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7b020 - Browse repository at this point
Copy the full SHA 5b7b020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41299a2 - Browse repository at this point
Copy the full SHA 41299a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 852496f - Browse repository at this point
Copy the full SHA 852496fView commit details
Commits on Oct 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1f7347f - Browse repository at this point
Copy the full SHA 1f7347fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6f1556 - Browse repository at this point
Copy the full SHA e6f1556View commit details -
Configuration menu - View commit details
-
Copy full SHA for d94f06a - Browse repository at this point
Copy the full SHA d94f06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6e0dc - Browse repository at this point
Copy the full SHA dc6e0dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5095b81 - Browse repository at this point
Copy the full SHA 5095b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7822260 - Browse repository at this point
Copy the full SHA 7822260View commit details -
Configuration menu - View commit details
-
Copy full SHA for d33c0ff - Browse repository at this point
Copy the full SHA d33c0ffView commit details -
remove re-export of ImpliesReturn from ink_lang
It is now exported from the ink_lang::codegen sub module.
Configuration menu - View commit details
-
Copy full SHA for 012e9f1 - Browse repository at this point
Copy the full SHA 012e9f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c650b7d - Browse repository at this point
Copy the full SHA c650b7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78edcae - Browse repository at this point
Copy the full SHA 78edcaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6562bc - Browse repository at this point
Copy the full SHA c6562bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1fb54 - Browse repository at this point
Copy the full SHA 3e1fb54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db1bf3 - Browse repository at this point
Copy the full SHA 5db1bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac99c0 - Browse repository at this point
Copy the full SHA 9ac99c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 486fe91 - Browse repository at this point
Copy the full SHA 486fe91View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd649c4 - Browse repository at this point
Copy the full SHA fd649c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1efe6af - Browse repository at this point
Copy the full SHA 1efe6afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fa0141 - Browse repository at this point
Copy the full SHA 0fa0141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a05e39 - Browse repository at this point
Copy the full SHA 0a05e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d81d4 - Browse repository at this point
Copy the full SHA 00d81d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ba75f - Browse repository at this point
Copy the full SHA e5ba75fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e1728 - Browse repository at this point
Copy the full SHA 55e1728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52cb2e8 - Browse repository at this point
Copy the full SHA 52cb2e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a12da - Browse repository at this point
Copy the full SHA 69a12daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3320918 - Browse repository at this point
Copy the full SHA 3320918View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab7f9ec - Browse repository at this point
Copy the full SHA ab7f9ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 778a46a - Browse repository at this point
Copy the full SHA 778a46aView commit details
Commits on Oct 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c44c79e - Browse repository at this point
Copy the full SHA c44c79eView commit details -
merge UI tests into one fat one
This (hopefully) fixes the flaky codecov CI for now ...
Configuration menu - View commit details
-
Copy full SHA for c6be743 - Browse repository at this point
Copy the full SHA c6be743View commit details
Commits on Oct 4, 2021
-
Merge branch 'master' of github.com:paritytech/ink into robin-impl-dy…
…n-calls # Conflicts: # crates/lang/codegen/src/generator/mod.rs # crates/lang/ir/src/ir/mod.rs # crates/lang/ir/src/ir/selector.rs # crates/lang/ir/src/lib.rs # crates/lang/macro/tests/compile_tests.rs
Configuration menu - View commit details
-
Copy full SHA for 96e1b15 - Browse repository at this point
Copy the full SHA 96e1b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada8b61 - Browse repository at this point
Copy the full SHA ada8b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb55b8 - Browse repository at this point
Copy the full SHA 8fb55b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebf078 - Browse repository at this point
Copy the full SHA 1ebf078View commit details -
Configuration menu - View commit details
-
Copy full SHA for dca7804 - Browse repository at this point
Copy the full SHA dca7804View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebfa89e - Browse repository at this point
Copy the full SHA ebfa89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b59754 - Browse repository at this point
Copy the full SHA 9b59754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95388bb - Browse repository at this point
Copy the full SHA 95388bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cad6876 - Browse repository at this point
Copy the full SHA cad6876View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce59d8f - Browse repository at this point
Copy the full SHA ce59d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2696ee - Browse repository at this point
Copy the full SHA b2696eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b44a93 - Browse repository at this point
Copy the full SHA 5b44a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for d06ae5d - Browse repository at this point
Copy the full SHA d06ae5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95604c1 - Browse repository at this point
Copy the full SHA 95604c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f579a9f - Browse repository at this point
Copy the full SHA f579a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 466eaa7 - Browse repository at this point
Copy the full SHA 466eaa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21a613f - Browse repository at this point
Copy the full SHA 21a613fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a14d37 - Browse repository at this point
Copy the full SHA 8a14d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2168656 - Browse repository at this point
Copy the full SHA 2168656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3139e70 - Browse repository at this point
Copy the full SHA 3139e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3a5cb - Browse repository at this point
Copy the full SHA 8c3a5cbView commit details
Commits on Oct 5, 2021
-
Merge branch 'master' of github.com:paritytech/ink into robin-impl-dy…
…n-calls # Conflicts: # crates/lang/codegen/src/generator/metadata.rs
Configuration menu - View commit details
-
Copy full SHA for 798d48a - Browse repository at this point
Copy the full SHA 798d48aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f980060 - Browse repository at this point
Copy the full SHA f980060View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfbc354 - Browse repository at this point
Copy the full SHA cfbc354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60de455 - Browse repository at this point
Copy the full SHA 60de455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab7912 - Browse repository at this point
Copy the full SHA 6ab7912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e8fb3 - Browse repository at this point
Copy the full SHA 03e8fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f05ddd2 - Browse repository at this point
Copy the full SHA f05ddd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d410f - Browse repository at this point
Copy the full SHA e8d410fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2904e6 - Browse repository at this point
Copy the full SHA b2904e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 368558e - Browse repository at this point
Copy the full SHA 368558eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c013553 - Browse repository at this point
Copy the full SHA c013553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9efdf - Browse repository at this point
Copy the full SHA 4f9efdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 004d517 - Browse repository at this point
Copy the full SHA 004d517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c2968 - Browse repository at this point
Copy the full SHA 86c2968View commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 51a64a7 - Browse repository at this point
Copy the full SHA 51a64a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6aa4fd - Browse repository at this point
Copy the full SHA f6aa4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d8c419 - Browse repository at this point
Copy the full SHA 7d8c419View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ff499 - Browse repository at this point
Copy the full SHA 23ff499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7399ea2 - Browse repository at this point
Copy the full SHA 7399ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b590a35 - Browse repository at this point
Copy the full SHA b590a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6748c - Browse repository at this point
Copy the full SHA 1a6748cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f94130d - Browse repository at this point
Copy the full SHA f94130dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a984a1 - Browse repository at this point
Copy the full SHA 0a984a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e2a0a - Browse repository at this point
Copy the full SHA 03e2a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b714b - Browse repository at this point
Copy the full SHA f6b714bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e24f651 - Browse repository at this point
Copy the full SHA e24f651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb1be8 - Browse repository at this point
Copy the full SHA 8eb1be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a6ec4 - Browse repository at this point
Copy the full SHA 18a6ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3294ed - Browse repository at this point
Copy the full SHA b3294edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23c0e6c - Browse repository at this point
Copy the full SHA 23c0e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716e275 - Browse repository at this point
Copy the full SHA 716e275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4febf96 - Browse repository at this point
Copy the full SHA 4febf96View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc92311 - Browse repository at this point
Copy the full SHA bc92311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eec2e3 - Browse repository at this point
Copy the full SHA 3eec2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1c17a - Browse repository at this point
Copy the full SHA 0b1c17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 048ce44 - Browse repository at this point
Copy the full SHA 048ce44View commit details -
Configuration menu - View commit details
-
Copy full SHA for b74772b - Browse repository at this point
Copy the full SHA b74772bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e368bf8 - Browse repository at this point
Copy the full SHA e368bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46accaf - Browse repository at this point
Copy the full SHA 46accafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab8a86 - Browse repository at this point
Copy the full SHA 4ab8a86View commit details -
Users should use Selector's From<[u8;4]> implementation instead.
Configuration menu - View commit details
-
Copy full SHA for 7b978c2 - Browse repository at this point
Copy the full SHA 7b978c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa54576 - Browse repository at this point
Copy the full SHA aa54576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4f3ad - Browse repository at this point
Copy the full SHA 8d4f3adView commit details -
Configuration menu - View commit details
-
Copy full SHA for a406b84 - Browse repository at this point
Copy the full SHA a406b84View commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ca9fa3c - Browse repository at this point
Copy the full SHA ca9fa3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b1340 - Browse repository at this point
Copy the full SHA 49b1340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88995a9 - Browse repository at this point
Copy the full SHA 88995a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a70166 - Browse repository at this point
Copy the full SHA 3a70166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b71efd - Browse repository at this point
Copy the full SHA 1b71efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2106c44 - Browse repository at this point
Copy the full SHA 2106c44View commit details
Commits on Oct 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 41b3652 - Browse repository at this point
Copy the full SHA 41b3652View commit details -
Update to using trybuild version 1.0.49
This forces most or all of the failure UI tests to be adjusted slightly.
Configuration menu - View commit details
-
Copy full SHA for 061b4c7 - Browse repository at this point
Copy the full SHA 061b4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5c995 - Browse repository at this point
Copy the full SHA ea5c995View commit details -
introduce DecodeDispatch trait
This replaces the bare use of scale::Decode for ink! constructor and message decoders. The advantage is that it can return DispatchError instead of scale::Error. Also adds new UI test and docs with a usage example.
Configuration menu - View commit details
-
Copy full SHA for a511128 - Browse repository at this point
Copy the full SHA a511128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ab40b - Browse repository at this point
Copy the full SHA 53ab40bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02da59f - Browse repository at this point
Copy the full SHA 02da59fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1c4ea - Browse repository at this point
Copy the full SHA 8f1c4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b522fef - Browse repository at this point
Copy the full SHA b522fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b2aaf - Browse repository at this point
Copy the full SHA b9b2aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 551da20 - Browse repository at this point
Copy the full SHA 551da20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c11fb - Browse repository at this point
Copy the full SHA 14c11fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca57ae - Browse repository at this point
Copy the full SHA 1ca57aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a92351 - Browse repository at this point
Copy the full SHA 4a92351View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd2be3 - Browse repository at this point
Copy the full SHA ebd2be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f92ab20 - Browse repository at this point
Copy the full SHA f92ab20View commit details -
move ink-experimental-engine to ink_lang crate
Used by unique topics test.
Configuration menu - View commit details
-
Copy full SHA for 36123df - Browse repository at this point
Copy the full SHA 36123dfView commit details
Commits on Oct 19, 2021
-
Merge branch 'master' of github.com:paritytech/ink into robin-impl-dy…
…n-calls # Conflicts: # crates/lang/Cargo.toml # crates/lang/codegen/src/generator/metadata.rs # crates/lang/macro/Cargo.toml # crates/lang/src/env_access.rs # crates/storage/derive/Cargo.toml
Configuration menu - View commit details
-
Copy full SHA for acd9d8b - Browse repository at this point
Copy the full SHA acd9d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 321aefe - Browse repository at this point
Copy the full SHA 321aefeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3caa44b - Browse repository at this point
Copy the full SHA 3caa44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f081583 - Browse repository at this point
Copy the full SHA f081583View commit details -
Configuration menu - View commit details
-
Copy full SHA for d97da21 - Browse repository at this point
Copy the full SHA d97da21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c08ccf - Browse repository at this point
Copy the full SHA 5c08ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d29b86 - Browse repository at this point
Copy the full SHA 3d29b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 629c24e - Browse repository at this point
Copy the full SHA 629c24eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db14d9 - Browse repository at this point
Copy the full SHA 7db14d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f72bfaf - Browse repository at this point
Copy the full SHA f72bfafView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b0bd6 - Browse repository at this point
Copy the full SHA f1b0bd6View commit details
Commits on Oct 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e6bd613 - Browse repository at this point
Copy the full SHA e6bd613View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a44dd - Browse repository at this point
Copy the full SHA d2a44ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74cd0b2 - Browse repository at this point
Copy the full SHA 74cd0b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a903971 - Browse repository at this point
Copy the full SHA a903971View commit details