git.delta.rocks / unique-network / refs/commits / 97765fef60a1

difftreelog

Smart contract updated to rc3

str-mv2020-07-14parent: #d89590b.patch.diff
in: master

2 files changed

modifiedsmart_contract/ink-types-node-runtime/examples/calls/Cargo.lockdiffbeforeafterboth
363363
364[[package]]364[[package]]
365name = "frame-metadata"365name = "frame-metadata"
366<<<<<<< HEAD
367version = "11.0.0-rc3"366version = "11.0.0-rc3"
368source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"367source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
369=======
370version = "11.0.0-alpha.6"
371source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
372>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
373dependencies = [368dependencies = [
374 "parity-scale-codec",369 "parity-scale-codec",
375 "serde",370 "serde",
379374
380[[package]]375[[package]]
381name = "frame-support"376name = "frame-support"
382<<<<<<< HEAD
383version = "2.0.0-rc3"377version = "2.0.0-rc3"
384source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"378source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
385=======
386version = "2.0.0-alpha.6"
387source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
388>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
389dependencies = [379dependencies = [
390 "bitmask",380 "bitmask",
391 "frame-metadata",381 "frame-metadata",
396 "parity-scale-codec",386 "parity-scale-codec",
397 "paste",387 "paste",
398 "serde",388 "serde",
389 "smallvec",
399 "sp-arithmetic",390 "sp-arithmetic",
400 "sp-core",391 "sp-core",
401 "sp-inherents",392 "sp-inherents",
402 "sp-io",393 "sp-io",
403 "sp-runtime",394 "sp-runtime",
404 "sp-state-machine",395 "sp-state-machine",
405 "sp-std",396 "sp-std",
406 "tracing",397 "sp-tracing",
407]398]
408399
409[[package]]400[[package]]
410name = "frame-support-procedural"401name = "frame-support-procedural"
411<<<<<<< HEAD
412version = "2.0.0-rc3"402version = "2.0.0-rc3"
413source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"403source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
414=======
415version = "2.0.0-alpha.6"
416source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
417>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
418dependencies = [404dependencies = [
419 "frame-support-procedural-tools",405 "frame-support-procedural-tools",
420 "proc-macro2",406 "proc-macro2",
424410
425[[package]]411[[package]]
426name = "frame-support-procedural-tools"412name = "frame-support-procedural-tools"
427<<<<<<< HEAD
428version = "2.0.0-rc3"413version = "2.0.0-rc3"
429source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"414source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
430=======
431version = "2.0.0-alpha.6"
432source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
433>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
434dependencies = [415dependencies = [
435 "frame-support-procedural-tools-derive",416 "frame-support-procedural-tools-derive",
436 "proc-macro-crate",417 "proc-macro-crate",
441422
442[[package]]423[[package]]
443name = "frame-support-procedural-tools-derive"424name = "frame-support-procedural-tools-derive"
444<<<<<<< HEAD
445version = "2.0.0-rc3"425version = "2.0.0-rc3"
446source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"426source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
447=======
448version = "2.0.0-alpha.6"
449source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
450>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
451dependencies = [427dependencies = [
452 "proc-macro2",428 "proc-macro2",
453 "quote",429 "quote",
456432
457[[package]]433[[package]]
458name = "frame-system"434name = "frame-system"
459<<<<<<< HEAD
460version = "2.0.0-rc3"435version = "2.0.0-rc3"
461source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"436source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
462=======
463version = "2.0.0-alpha.6"
464source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
465>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
466dependencies = [437dependencies = [
467 "frame-support",438 "frame-support",
468 "impl-trait-for-tuples",439 "impl-trait-for-tuples",
10441015
1045[[package]]1016[[package]]
1046name = "pallet-indices"1017name = "pallet-indices"
1047<<<<<<< HEAD
1048version = "2.0.0-rc3"1018version = "2.0.0-rc3"
1049source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1019source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1050=======
1051version = "2.0.0-alpha.6"
1052source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1053>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1054dependencies = [1020dependencies = [
1055 "frame-support",1021 "frame-support",
1056 "frame-system",1022 "frame-system",
1272 "rand_chacha",1238 "rand_chacha",
1273 "rand_core",1239 "rand_core",
1274 "rand_hc",1240 "rand_hc",
1241 "rand_pcg",
1275]1242]
12761243
1277[[package]]1244[[package]]
1303]1270]
13041271
1305[[package]]1272[[package]]
1273name = "rand_pcg"
1274version = "0.2.1"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
1277dependencies = [
1278 "rand_core",
1279]
1280
1281[[package]]
1306name = "redox_syscall"1282name = "redox_syscall"
1307version = "0.1.57"1283version = "0.1.57"
1308source = "registry+https://github.com/rust-lang/crates.io-index"1284source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"1285checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
13101286
1311[[package]]1287[[package]]
1288name = "ref-cast"
1289version = "1.0.2"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"
1292dependencies = [
1293 "ref-cast-impl",
1294]
1295
1296[[package]]
1297name = "ref-cast-impl"
1298version = "1.0.2"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"
1301dependencies = [
1302 "proc-macro2",
1303 "quote",
1304 "syn",
1305]
1306
1307[[package]]
1312name = "regex"1308name = "regex"
1313version = "1.3.9"1309version = "1.3.9"
1314source = "registry+https://github.com/rust-lang/crates.io-index"1310source = "registry+https://github.com/rust-lang/crates.io-index"
14311427
1432[[package]]1428[[package]]
1433name = "sp-application-crypto"1429name = "sp-application-crypto"
1434<<<<<<< HEAD
1435version = "2.0.0-rc3"1430version = "2.0.0-rc3"
1436source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1431source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1437=======
1438version = "2.0.0-alpha.6"
1439source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1440>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1441dependencies = [1432dependencies = [
1442 "parity-scale-codec",1433 "parity-scale-codec",
1443 "serde",1434 "serde",
14481439
1449[[package]]1440[[package]]
1450name = "sp-arithmetic"1441name = "sp-arithmetic"
1451<<<<<<< HEAD
1452version = "2.0.0-rc3"1442version = "2.0.0-rc3"
1453source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1443source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1454=======
1455version = "2.0.0-alpha.6"
1456source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1457>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1458dependencies = [1444dependencies = [
1459 "integer-sqrt",1445 "integer-sqrt",
1460 "num-traits",1446 "num-traits",
1461 "parity-scale-codec",1447 "parity-scale-codec",
1462 "primitive-types",
1463 "serde",1448 "serde",
1464 "sp-debug-derive",1449 "sp-debug-derive",
1465 "sp-std",1450 "sp-std",
1466]1451]
14671452
1468[[package]]1453[[package]]
1469name = "sp-core"1454name = "sp-core"
1470<<<<<<< HEAD
1471version = "2.0.0-rc3"1455version = "2.0.0-rc3"
1472source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1456source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1473=======
1474version = "2.0.0-alpha.6"
1475source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1476>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1477dependencies = [1457dependencies = [
1478 "base58",1458 "base58",
1479 "blake2-rfc",1459 "blake2-rfc",
1480 "byteorder",1460 "byteorder",
1461 "derive_more",
1481 "ed25519-dalek",1462 "ed25519-dalek",
1482 "futures",1463 "futures",
1483 "hash-db",1464 "hash-db",
1487 "lazy_static",1468 "lazy_static",
1488 "libsecp256k1",1469 "libsecp256k1",
1489 "log",1470 "log",
1471 "merlin",
1490 "num-traits",1472 "num-traits",
1491 "parity-scale-codec",1473 "parity-scale-codec",
1492 "parity-util-mem",1474 "parity-util-mem",
15121494
1513[[package]]1495[[package]]
1514name = "sp-debug-derive"1496name = "sp-debug-derive"
1515<<<<<<< HEAD
1516version = "2.0.0-rc3"1497version = "2.0.0-rc3"
1517source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1498source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1518=======
1519version = "2.0.0-alpha.6"
1520source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1521>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1522dependencies = [1499dependencies = [
1523 "proc-macro2",1500 "proc-macro2",
1524 "quote",1501 "quote",
15271504
1528[[package]]1505[[package]]
1529name = "sp-externalities"1506name = "sp-externalities"
1530<<<<<<< HEAD
1531version = "0.8.0-rc3"1507version = "0.8.0-rc3"
1532source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1508source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1533=======
1534version = "0.8.0-alpha.6"
1535source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1536>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1537dependencies = [1509dependencies = [
1538 "environmental",1510 "environmental",
1511 "parity-scale-codec",
1539 "sp-std",1512 "sp-std",
1540 "sp-storage",1513 "sp-storage",
1541]1514]
15421515
1543[[package]]1516[[package]]
1544name = "sp-inherents"1517name = "sp-inherents"
1545<<<<<<< HEAD
1546version = "2.0.0-rc3"1518version = "2.0.0-rc3"
1547source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1519source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1548=======
1549version = "2.0.0-alpha.6"
1550source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1551>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1552dependencies = [1520dependencies = [
1553 "derive_more",1521 "derive_more",
1554 "parity-scale-codec",1522 "parity-scale-codec",
15591527
1560[[package]]1528[[package]]
1561name = "sp-io"1529name = "sp-io"
1562<<<<<<< HEAD
1563version = "2.0.0-rc3"1530version = "2.0.0-rc3"
1564source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1531source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1565=======
1566version = "2.0.0-alpha.6"
1567source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1568>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1569dependencies = [1532dependencies = [
1533 "futures",
1570 "hash-db",1534 "hash-db",
1571 "libsecp256k1",1535 "libsecp256k1",
1572 "log",1536 "log",
1573 "parity-scale-codec",1537 "parity-scale-codec",
1538 "parking_lot",
1574 "sp-core",1539 "sp-core",
1575 "sp-externalities",1540 "sp-externalities",
1576 "sp-runtime-interface",1541 "sp-runtime-interface",
15821547
1583[[package]]1548[[package]]
1584name = "sp-keyring"1549name = "sp-keyring"
1585<<<<<<< HEAD
1586version = "2.0.0-rc3"1550version = "2.0.0-rc3"
1587source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1551source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1588=======
1589version = "2.0.0-alpha.6"
1590source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1591>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1592dependencies = [1552dependencies = [
1593 "lazy_static",1553 "lazy_static",
1594 "sp-core",1554 "sp-core",
15981558
1599[[package]]1559[[package]]
1600name = "sp-panic-handler"1560name = "sp-panic-handler"
1601<<<<<<< HEAD
1602version = "2.0.0-rc3"1561version = "2.0.0-rc3"
1603source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1562source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1604=======
1605version = "2.0.0-alpha.6"
1606source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1607>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1608dependencies = [1563dependencies = [
1609 "backtrace",1564 "backtrace",
1610 "log",1565 "log",
1611]1566]
16121567
1613[[package]]1568[[package]]
1614name = "sp-runtime"1569name = "sp-runtime"
1615<<<<<<< HEAD
1616version = "2.0.0-rc3"1570version = "2.0.0-rc3"
1617source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1571source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1618=======
1619version = "2.0.0-alpha.6"
1620source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1621>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1622dependencies = [1572dependencies = [
1623 "hash256-std-hasher",1573 "hash256-std-hasher",
1624 "impl-trait-for-tuples",1574 "impl-trait-for-tuples",
16381588
1639[[package]]1589[[package]]
1640name = "sp-runtime-interface"1590name = "sp-runtime-interface"
1641<<<<<<< HEAD
1642version = "2.0.0-rc3"1591version = "2.0.0-rc3"
1643source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1592source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1644=======
1645version = "2.0.0-alpha.6"
1646source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1647>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1648dependencies = [1593dependencies = [
1649 "parity-scale-codec",1594 "parity-scale-codec",
1650 "primitive-types",1595 "primitive-types",
1651 "sp-externalities",1596 "sp-externalities",
1652 "sp-runtime-interface-proc-macro",1597 "sp-runtime-interface-proc-macro",
1653 "sp-std",1598 "sp-std",
1599 "sp-tracing",
1654 "sp-wasm-interface",1600 "sp-wasm-interface",
1655 "static_assertions",1601 "static_assertions",
1656]1602]
16571603
1658[[package]]1604[[package]]
1659name = "sp-runtime-interface-proc-macro"1605name = "sp-runtime-interface-proc-macro"
1660<<<<<<< HEAD
1661version = "2.0.0-rc3"1606version = "2.0.0-rc3"
1662source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1607source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1663=======
1664version = "2.0.0-alpha.6"
1665source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1666>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1667dependencies = [1608dependencies = [
1668 "Inflector",1609 "Inflector",
1669 "proc-macro-crate",1610 "proc-macro-crate",
16741615
1675[[package]]1616[[package]]
1676name = "sp-state-machine"1617name = "sp-state-machine"
1677<<<<<<< HEAD
1678version = "0.8.0-rc3"1618version = "0.8.0-rc3"
1679source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1619source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1680=======
1681version = "0.8.0-alpha.6"
1682source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1683>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1684dependencies = [1620dependencies = [
1685 "hash-db",1621 "hash-db",
1686 "log",1622 "log",
16981634
1699[[package]]1635[[package]]
1700name = "sp-std"1636name = "sp-std"
1701<<<<<<< HEAD
1702version = "2.0.0-rc3"1637version = "2.0.0-rc3"
1703source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1638source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
17041639
1705[[package]]1640[[package]]
1706name = "sp-storage"1641name = "sp-storage"
1707version = "2.0.0-rc3"1642version = "2.0.0-rc3"
1708source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1643source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1709=======
1710version = "2.0.0-alpha.6"
1711source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1712
1713[[package]]
1714name = "sp-storage"
1715version = "2.0.0-alpha.6"
1716source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1717>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1718dependencies = [1644dependencies = [
1719 "impl-serde 0.2.3",1645 "impl-serde 0.2.3",
1646 "ref-cast",
1720 "serde",1647 "serde",
1721 "sp-debug-derive",1648 "sp-debug-derive",
1722 "sp-std",1649 "sp-std",
1723]1650]
17241651
1725[[package]]1652[[package]]
1726<<<<<<< HEAD
1727name = "sp-tracing"1653name = "sp-tracing"
1728version = "2.0.0-rc3"1654version = "2.0.0-rc3"
1729source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1655source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1735name = "sp-trie"1661name = "sp-trie"
1736version = "2.0.0-rc3"1662version = "2.0.0-rc3"
1737source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1663source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1738=======
1739name = "sp-trie"
1740version = "2.0.0-alpha.6"
1741source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1742>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1743dependencies = [1664dependencies = [
1744 "hash-db",1665 "hash-db",
1745 "memory-db",1666 "memory-db",
17521673
1753[[package]]1674[[package]]
1754name = "sp-version"1675name = "sp-version"
1755<<<<<<< HEAD
1756version = "2.0.0-rc3"1676version = "2.0.0-rc3"
1757source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1677source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1758=======
1759version = "2.0.0-alpha.6"
1760source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1761>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1762dependencies = [1678dependencies = [
1763 "impl-serde 0.2.3",1679 "impl-serde 0.2.3",
1764 "parity-scale-codec",1680 "parity-scale-codec",
17691685
1770[[package]]1686[[package]]
1771name = "sp-wasm-interface"1687name = "sp-wasm-interface"
1772<<<<<<< HEAD
1773version = "2.0.0-rc3"1688version = "2.0.0-rc3"
1774source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1689source = "git+https://github.com/paritytech/substrate/?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"
1775=======
1776version = "2.0.0-alpha.6"
1777source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
1778>>>>>>> e61a39db2688fb62e3bb725f280a3b90189dbf68
1779dependencies = [1690dependencies = [
1780 "impl-trait-for-tuples",1691 "impl-trait-for-tuples",
1781 "parity-scale-codec",1692 "parity-scale-codec",
modifiedsmart_contract/ink-types-node-runtime/examples/calls/lib.rsdiffbeforeafterboth
22 // create the Balances::transfer Call22 // create the Balances::transfer Call
23 let transfer_call = runtime_calls::transfer_balance(dest, value);23 let transfer_call = runtime_calls::transfer_balance(dest, value);
24 // dispatch the call to the runtime24 // dispatch the call to the runtime
25 // let result = self.env().invoke_runtime(&transfer_call);
26 let _ = self.env().invoke_runtime(&transfer_call);25 let result = self.env().invoke_runtime(&transfer_call);
2726
28 // report result to console27 // report result to console
29 // NOTE: println should only be used on a development chain)28 // NOTE: println should only be used on a development chain)