difftreelog
Rc3
in: master
4 files changed
smart_contract/ink-types-node-runtime/Cargo.tomldiffbeforeafterboth191920[dependencies]20[dependencies]21ink_core = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_core", default-features = false }21ink_core = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_core", default-features = false }22frame-system = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "frame-system", default-features = false }22frame-system = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-rc3", package = "frame-system", default-features = false }23pallet-indices = { git = "https://github.com/paritytech/substrate/", package = "pallet-indices", default-features = false }23pallet-indices = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-rc3", package = "pallet-indices", default-features = false }24sp-core = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "sp-core", default-features = false }24sp-core = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-rc3", package = "sp-core", default-features = false }25sp-io = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "sp-io", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }25sp-io = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-rc3", package = "sp-io", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }26sp-runtime = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "sp-runtime", default-features = false }26sp-runtime = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-rc3", package = "sp-runtime", default-features = false }27scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }27scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }282829[dependencies.type-metadata]29[dependencies.type-metadata]smart_contract/ink-types-node-runtime/examples/calls/Cargo.lockdiffbeforeafterboth222223[[package]]23[[package]]24name = "addr2line"24name = "addr2line"25version = "0.12.2"25version = "0.13.0"26source = "registry+https://github.com/rust-lang/crates.io-index"26source = "registry+https://github.com/rust-lang/crates.io-index"27checksum = "602d785912f476e480434627e8732e6766b760c045bbf897d9dfaa9f4fbd399c"27checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"28dependencies = [28dependencies = [29 "gimli",29 "gimli",30]30]313132[[package]]32[[package]]33name = "adler32"33name = "adler"34version = "1.1.0"34version = "0.2.3"35source = "registry+https://github.com/rust-lang/crates.io-index"35source = "registry+https://github.com/rust-lang/crates.io-index"36checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"36checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"373738[[package]]38[[package]]39name = "ahash"39name = "ahash"888889[[package]]89[[package]]90name = "backtrace"90name = "backtrace"91version = "0.3.49"91version = "0.3.50"92source = "registry+https://github.com/rust-lang/crates.io-index"92source = "registry+https://github.com/rust-lang/crates.io-index"93checksum = "05100821de9e028f12ae3d189176b41ee198341eb8f369956407fea2f5cc666c"93checksum = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293"94dependencies = [94dependencies = [95 "addr2line",95 "addr2line",96 "cfg-if",96 "cfg-if",194194195[[package]]195[[package]]196name = "cc"196name = "cc"197version = "1.0.56"197version = "1.0.58"198source = "registry+https://github.com/rust-lang/crates.io-index"198source = "registry+https://github.com/rust-lang/crates.io-index"199checksum = "77c1f1d60091c1b73e2b1f4560ab419204b178e625fa945ded7b660becd2bd46"199checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"200200201[[package]]201[[package]]202name = "cfg-if"202name = "cfg-if"363363364[[package]]364[[package]]365name = "frame-metadata"365name = "frame-metadata"366version = "11.0.0-alpha.6"366version = "11.0.0-rc3"367source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"367source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"368dependencies = [368dependencies = [369 "parity-scale-codec",369 "parity-scale-codec",370 "serde",370 "serde",374374375[[package]]375[[package]]376name = "frame-support"376name = "frame-support"377version = "2.0.0-alpha.6"377version = "2.0.0-rc3"378source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"378source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"379dependencies = [379dependencies = [380 "bitmask",380 "bitmask",381 "frame-metadata",381 "frame-metadata",399399400[[package]]400[[package]]401name = "frame-support-procedural"401name = "frame-support-procedural"402version = "2.0.0-alpha.6"402version = "2.0.0-rc3"403source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"403source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"404dependencies = [404dependencies = [405 "frame-support-procedural-tools",405 "frame-support-procedural-tools",406 "proc-macro2",406 "proc-macro2",410410411[[package]]411[[package]]412name = "frame-support-procedural-tools"412name = "frame-support-procedural-tools"413version = "2.0.0-alpha.6"413version = "2.0.0-rc3"414source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"414source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"415dependencies = [415dependencies = [416 "frame-support-procedural-tools-derive",416 "frame-support-procedural-tools-derive",417 "proc-macro-crate",417 "proc-macro-crate",422422423[[package]]423[[package]]424name = "frame-support-procedural-tools-derive"424name = "frame-support-procedural-tools-derive"425version = "2.0.0-alpha.6"425version = "2.0.0-rc3"426source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"426source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"427dependencies = [427dependencies = [428 "proc-macro2",428 "proc-macro2",429 "quote",429 "quote",432432433[[package]]433[[package]]434name = "frame-system"434name = "frame-system"435version = "2.0.0-alpha.6"435version = "2.0.0-rc3"436source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"436source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"437dependencies = [437dependencies = [438 "frame-support",438 "frame-support",439 "impl-trait-for-tuples",439 "impl-trait-for-tuples",564564565[[package]]565[[package]]566name = "gimli"566name = "gimli"567version = "0.21.0"567version = "0.22.0"568source = "registry+https://github.com/rust-lang/crates.io-index"568source = "registry+https://github.com/rust-lang/crates.io-index"569checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c"569checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"570570571[[package]]571[[package]]572name = "hash-db"572name = "hash-db"604604605[[package]]605[[package]]606name = "hermit-abi"606name = "hermit-abi"607version = "0.1.14"607version = "0.1.15"608source = "registry+https://github.com/rust-lang/crates.io-index"608source = "registry+https://github.com/rust-lang/crates.io-index"609checksum = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"609checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"610dependencies = [610dependencies = [611 "libc",611 "libc",612]612]845845846[[package]]846[[package]]847name = "libc"847name = "libc"848version = "0.2.71"848version = "0.2.72"849source = "registry+https://github.com/rust-lang/crates.io-index"849source = "registry+https://github.com/rust-lang/crates.io-index"850checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"850checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"851851852[[package]]852[[package]]853name = "libsecp256k1"853name = "libsecp256k1"891891892[[package]]892[[package]]893name = "memory-db"893name = "memory-db"894version = "0.21.0"894version = "0.20.1"895source = "registry+https://github.com/rust-lang/crates.io-index"895source = "registry+https://github.com/rust-lang/crates.io-index"896checksum = "fb2999ff7a65d5a1d72172f6d51fa2ea03024b51aee709ba5ff81c3c629a2410"896checksum = "be512cb2ccb4ecbdca937fdd4a62ea5f09f8e7195466a85e4632b3d5bcce82e6"897dependencies = [897dependencies = [898 "ahash",898 "ahash",899 "hash-db",899 "hash-db",927927928[[package]]928[[package]]929name = "miniz_oxide"929name = "miniz_oxide"930version = "0.3.7"930version = "0.4.0"931source = "registry+https://github.com/rust-lang/crates.io-index"931source = "registry+https://github.com/rust-lang/crates.io-index"932checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"932checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"933dependencies = [933dependencies = [934 "adler32",934 "adler",935]935]936936937[[package]]937[[package]]101510151016[[package]]1016[[package]]1017name = "pallet-indices"1017name = "pallet-indices"1018version = "2.0.0-alpha.6"1018version = "2.0.0-rc3"1019source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1019source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1020dependencies = [1020dependencies = [1021 "frame-support",1021 "frame-support",1022 "frame-system",1022 "frame-system",118411841185[[package]]1185[[package]]1186name = "proc-macro-crate"1186name = "proc-macro-crate"1187version = "0.1.4"1187version = "0.1.5"1188source = "registry+https://github.com/rust-lang/crates.io-index"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"1189checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"1190dependencies = [1190dependencies = [1191 "toml",1191 "toml",1192]1192]128012801281[[package]]1281[[package]]1282name = "redox_syscall"1282name = "redox_syscall"1283version = "0.1.56"1283version = "0.1.57"1284source = "registry+https://github.com/rust-lang/crates.io-index"1284source = "registry+https://github.com/rust-lang/crates.io-index"1285checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"1285checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"128612861287[[package]]1287[[package]]1288name = "ref-cast"1288name = "ref-cast"1322source = "registry+https://github.com/rust-lang/crates.io-index"1322source = "registry+https://github.com/rust-lang/crates.io-index"1323checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"1323checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"13241325[[package]]1326name = "rental"1327version = "0.5.5"1328source = "registry+https://github.com/rust-lang/crates.io-index"1329checksum = "8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f"1330dependencies = [1331 "rental-impl",1332 "stable_deref_trait",1333]13341335[[package]]1336name = "rental-impl"1337version = "0.5.5"1338source = "registry+https://github.com/rust-lang/crates.io-index"1339checksum = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de"1340dependencies = [1341 "proc-macro2",1342 "quote",1343 "syn",1344]134513241346[[package]]1325[[package]]1347name = "rustc-demangle"1326name = "rustc-demangle"144214211443[[package]]1422[[package]]1444name = "smallvec"1423name = "smallvec"1445version = "1.4.0"1424version = "1.4.1"1446source = "registry+https://github.com/rust-lang/crates.io-index"1425source = "registry+https://github.com/rust-lang/crates.io-index"1447checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"1426checksum = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f"144814271449[[package]]1428[[package]]1450name = "sp-application-crypto"1429name = "sp-application-crypto"1451version = "2.0.0-alpha.6"1430version = "2.0.0-rc3"1452source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1431source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1453dependencies = [1432dependencies = [1454 "parity-scale-codec",1433 "parity-scale-codec",1455 "serde",1434 "serde",146014391461[[package]]1440[[package]]1462name = "sp-arithmetic"1441name = "sp-arithmetic"1463version = "2.0.0-alpha.6"1442version = "2.0.0-rc3"1464source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1443source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1465dependencies = [1444dependencies = [1466 "integer-sqrt",1445 "integer-sqrt",1467 "num-traits",1446 "num-traits",147314521474[[package]]1453[[package]]1475name = "sp-core"1454name = "sp-core"1476version = "2.0.0-alpha.6"1455version = "2.0.0-rc3"1477source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1456source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1478dependencies = [1457dependencies = [1479 "base58",1458 "base58",1480 "blake2-rfc",1459 "blake2-rfc",151514941516[[package]]1495[[package]]1517name = "sp-debug-derive"1496name = "sp-debug-derive"1518version = "2.0.0-alpha.6"1497version = "2.0.0-rc3"1519source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1498source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1520dependencies = [1499dependencies = [1521 "proc-macro2",1500 "proc-macro2",1522 "quote",1501 "quote",152515041526[[package]]1505[[package]]1527name = "sp-externalities"1506name = "sp-externalities"1528version = "0.8.0-alpha.6"1507version = "0.8.0-rc3"1529source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1508source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1530dependencies = [1509dependencies = [1531 "environmental",1510 "environmental",1532 "parity-scale-codec",1511 "parity-scale-codec",153615151537[[package]]1516[[package]]1538name = "sp-inherents"1517name = "sp-inherents"1539version = "2.0.0-alpha.6"1518version = "2.0.0-rc3"1540source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1519source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1541dependencies = [1520dependencies = [1542 "derive_more",1521 "derive_more",1543 "parity-scale-codec",1522 "parity-scale-codec",154815271549[[package]]1528[[package]]1550name = "sp-io"1529name = "sp-io"1551version = "2.0.0-alpha.6"1530version = "2.0.0-rc3"1552source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1531source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1553dependencies = [1532dependencies = [1554 "futures",1533 "futures",1555 "hash-db",1534 "hash-db",1562 "sp-runtime-interface",1541 "sp-runtime-interface",1563 "sp-state-machine",1542 "sp-state-machine",1564 "sp-std",1543 "sp-std",1565 "sp-tracing",1566 "sp-trie",1544 "sp-trie",1567 "sp-wasm-interface",1545 "sp-wasm-interface",1568]1546]156915471570[[package]]1548[[package]]1571name = "sp-keyring"1549name = "sp-keyring"1572version = "2.0.0-alpha.6"1550version = "2.0.0-rc3"1573source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1551source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1574dependencies = [1552dependencies = [1575 "lazy_static",1553 "lazy_static",1576 "sp-core",1554 "sp-core",158015581581[[package]]1559[[package]]1582name = "sp-panic-handler"1560name = "sp-panic-handler"1583version = "2.0.0-alpha.6"1561version = "2.0.0-rc3"1584source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1562source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1585dependencies = [1563dependencies = [1586 "backtrace",1564 "backtrace",1587 "log",1565 "log",1588]1566]158915671590[[package]]1568[[package]]1591name = "sp-runtime"1569name = "sp-runtime"1592version = "2.0.0-alpha.6"1570version = "2.0.0-rc3"1593source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1571source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1594dependencies = [1572dependencies = [1595 "either",1596 "hash256-std-hasher",1573 "hash256-std-hasher",1597 "impl-trait-for-tuples",1574 "impl-trait-for-tuples",1598 "log",1575 "log",161115881612[[package]]1589[[package]]1613name = "sp-runtime-interface"1590name = "sp-runtime-interface"1614version = "2.0.0-alpha.6"1591version = "2.0.0-rc3"1615source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1592source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1616dependencies = [1593dependencies = [1617 "parity-scale-codec",1594 "parity-scale-codec",1618 "primitive-types",1595 "primitive-types",162616031627[[package]]1604[[package]]1628name = "sp-runtime-interface-proc-macro"1605name = "sp-runtime-interface-proc-macro"1629version = "2.0.0-alpha.6"1606version = "2.0.0-rc3"1630source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1607source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1631dependencies = [1608dependencies = [1632 "Inflector",1609 "Inflector",1633 "proc-macro-crate",1610 "proc-macro-crate",163816151639[[package]]1616[[package]]1640name = "sp-state-machine"1617name = "sp-state-machine"1641version = "0.8.0-alpha.6"1618version = "0.8.0-rc3"1642source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1619source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1643dependencies = [1620dependencies = [1644 "hash-db",1621 "hash-db",1645 "itertools",1646 "log",1622 "log",1647 "num-traits",1623 "num-traits",1648 "parity-scale-codec",1624 "parity-scale-codec",1649 "parking_lot",1625 "parking_lot",1650 "rand",1626 "rand",1651 "smallvec",1652 "sp-core",1627 "sp-core",1653 "sp-externalities",1628 "sp-externalities",1654 "sp-panic-handler",1629 "sp-panic-handler",165916341660[[package]]1635[[package]]1661name = "sp-std"1636name = "sp-std"1662version = "2.0.0-alpha.6"1637version = "2.0.0-rc3"1663source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1638source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"166416391665[[package]]1640[[package]]1666name = "sp-storage"1641name = "sp-storage"1667version = "2.0.0-alpha.6"1642version = "2.0.0-rc3"1668source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1643source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1669dependencies = [1644dependencies = [1670 "impl-serde 0.2.3",1645 "impl-serde 0.2.3",1671 "ref-cast",1646 "ref-cast",167616511677[[package]]1652[[package]]1678name = "sp-tracing"1653name = "sp-tracing"1679version = "2.0.0-alpha.6"1654version = "2.0.0-rc3"1680source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1655source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1681dependencies = [1656dependencies = [1682 "log",1683 "rental",1684 "tracing",1657 "tracing",1685]1658]168616591687[[package]]1660[[package]]1688name = "sp-trie"1661name = "sp-trie"1689version = "2.0.0-alpha.6"1662version = "2.0.0-rc3"1690source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1663source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1691dependencies = [1664dependencies = [1692 "hash-db",1665 "hash-db",1693 "memory-db",1666 "memory-db",170016731701[[package]]1674[[package]]1702name = "sp-version"1675name = "sp-version"1703version = "2.0.0-alpha.6"1676version = "2.0.0-rc3"1704source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1677source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1705dependencies = [1678dependencies = [1706 "impl-serde 0.2.3",1679 "impl-serde 0.2.3",1707 "parity-scale-codec",1680 "parity-scale-codec",171216851713[[package]]1686[[package]]1714name = "sp-wasm-interface"1687name = "sp-wasm-interface"1715version = "2.0.0-alpha.6"1688version = "2.0.0-rc3"1716source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"1689source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1717dependencies = [1690dependencies = [1718 "impl-trait-for-tuples",1691 "impl-trait-for-tuples",1719 "parity-scale-codec",1692 "parity-scale-codec",1720 "sp-std",1693 "sp-std",1721 "wasmi",1694 "wasmi",1722]1695]17231724[[package]]1725name = "stable_deref_trait"1726version = "1.1.1"1727source = "registry+https://github.com/rust-lang/crates.io-index"1728checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"172916961730[[package]]1697[[package]]1731name = "static_assertions"1698name = "static_assertions"178017471781[[package]]1748[[package]]1782name = "syn"1749name = "syn"1783version = "1.0.33"1750version = "1.0.34"1784source = "registry+https://github.com/rust-lang/crates.io-index"1751source = "registry+https://github.com/rust-lang/crates.io-index"1785checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"1752checksum = "936cae2873c940d92e697597c5eee105fb570cd5689c695806f672883653349b"1786dependencies = [1753dependencies = [1787 "proc-macro2",1754 "proc-macro2",1788 "quote",1755 "quote",185218191853[[package]]1820[[package]]1854name = "tracing"1821name = "tracing"1855version = "0.1.15"1822version = "0.1.16"1856source = "registry+https://github.com/rust-lang/crates.io-index"1823source = "registry+https://github.com/rust-lang/crates.io-index"1857checksum = "a41f40ed0e162c911ac6fcb53ecdc8134c46905fdbbae8c50add462a538b495f"1824checksum = "c2e2a2de6b0d5cbb13fc21193a2296888eaab62b6044479aafb3c54c01c29fcd"1858dependencies = [1825dependencies = [1859 "cfg-if",1826 "cfg-if",1860 "tracing-attributes",1827 "tracing-attributes",186318301864[[package]]1831[[package]]1865name = "tracing-attributes"1832name = "tracing-attributes"1866version = "0.1.8"1833version = "0.1.9"1867source = "registry+https://github.com/rust-lang/crates.io-index"1834source = "registry+https://github.com/rust-lang/crates.io-index"1868checksum = "99bbad0de3fd923c9c3232ead88510b783e5a4d16a6154adffa3d53308de984c"1835checksum = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b"1869dependencies = [1836dependencies = [1870 "proc-macro2",1837 "proc-macro2",1871 "quote",1838 "quote",187418411875[[package]]1842[[package]]1876name = "tracing-core"1843name = "tracing-core"1877version = "0.1.10"1844version = "0.1.11"1878source = "registry+https://github.com/rust-lang/crates.io-index"1845source = "registry+https://github.com/rust-lang/crates.io-index"1879checksum = "0aa83a9a47081cd522c09c81b31aec2c9273424976f922ad61c053b58350b715"1846checksum = "94ae75f0d28ae10786f3b1895c55fe72e79928fd5ccdebb5438c75e93fec178f"1880dependencies = [1847dependencies = [1881 "lazy_static",1848 "lazy_static",1882]1849]188318501884[[package]]1851[[package]]1885name = "trie-db"1852name = "trie-db"1886version = "0.21.0"1853version = "0.20.1"1887source = "registry+https://github.com/rust-lang/crates.io-index"1854source = "registry+https://github.com/rust-lang/crates.io-index"1888checksum = "cb230c24c741993b04cfccbabb45acff6f6480c5f00d3ed8794ea43db3a9d727"1855checksum = "bcc309f34008563989045a4c4dbcc5770467f3a3785ee80a9b5cc0d83362475f"1889dependencies = [1856dependencies = [1890 "hash-db",1857 "hash-db",1891 "hashbrown",1858 "hashbrown",smart_contract/ink-types-node-runtime/examples/calls/Cargo.tomldiffbeforeafterboth12ink_prelude = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_prelude", default-features = false }12ink_prelude = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_prelude", default-features = false }131314scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }14scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }15sp-keyring = { git = "https://github.com/paritytech/substrate/", package = "sp-keyring", optional = true }15sp-keyring = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-rc3", package = "sp-keyring", optional = true }16ink_types_node_runtime = { path = "../../", default-features = false }16ink_types_node_runtime = { path = "../../", default-features = false }171718[dependencies.type-metadata]18[dependencies.type-metadata]smart_contract/ink-types-node-runtime/examples/calls/lib.rsdiffbeforeafterboth445#[ink::contract(version = "0.1.0", env = NodeRuntimeTypes)]5#[ink::contract(version = "0.1.0", env = NodeRuntimeTypes)]6mod calls {6mod calls {7 use ink_core::env;7 // use ink_core::env;8 use ink_prelude::*;8 // use ink_prelude::*;9 use ink_types_node_runtime::{calls as runtime_calls, NodeRuntimeTypes};9 use ink_types_node_runtime::{calls as runtime_calls, NodeRuntimeTypes};101011 /// This simple dummy contract dispatches substrate runtime calls11 /// This simple dummy contract dispatches substrate runtime calls262627 // report result to console27 // report result to console28 // NOTE: println should only be used on a development chain)28 // NOTE: println should only be used on a development chain)29 env::println(&format!(29 // env::println(&format!(30 "Balance transfer invoke_runtime result {:?}",30 // "Balance transfer invoke_runtime result {:?}",31 result31 // result32 ));32 // ));33 }33 }34 }34 }3535