input-output-hk / js-cardano-wasm

various cardano javascript using wasm bindings
MIT License
31 stars 21 forks source link

Update rust cardano #32

Closed NicolasDP closed 5 years ago

NicolasDP commented 5 years ago

New changes

fix #30

Changes from Rust SDK

input-output-hk/rust-cardano#278 from input-output-hk/update-input-selection-algorithm

Fix bad input selection in some rare cases

-- input-output-hk/rust-cardano#276 from nahern/patch-1

Update README.md

-- input-output-hk/rust-cardano#274 from input-output-hk/directory-name

add concept of a DirectoryName in the storage units

-- input-output-hk/rust-cardano#273 from input-output-hk/rindex-error-handlings

Update random index's Error handling

-- input-output-hk/rust-cardano#272 from edolstra/verify-utxos

Add utxo verification

-- input-output-hk/rust-cardano#271 from infinityblockchainlabs/calculate-transaction-fee

Calculate transaction fee

-- input-output-hk/rust-cardano#267 from edolstra/stream-blocks

Use the block streaming API for synchronization

-- input-output-hk/rust-cardano#270 from input-output-hk/error-handling

add missing error handling on rindex style wallet

-- input-output-hk/rust-cardano#268 from input-output-hk/fix-packfile-reader

remove Reader::From and make sure everyone check the magic and version

-- input-output-hk/rust-cardano#247 from edolstra/verify-chain

Add function for verifying blocks in the context of the chain

-- input-output-hk/rust-cardano#266 from input-output-hk/prevent-non-hardened-derivation

avoid construction of the Addressing for random index

-- input-output-hk/rust-cardano#265 from input-output-hk/hdpayload-golden-tests

add hdpayload golden tests

-- input-output-hk/rust-cardano#264 from input-output-hk/remove_cryptoxide

Remove cryptoxide

-- input-output-hk/rust-cardano#263 from input-output-hk/remove_cbor_event

remove cbor_event from rust-cardano repository

-- input-output-hk/rust-cardano#262 from input-output-hk/fix-authors

fix authors in Cargo.toml

-- input-output-hk/rust-cardano#261 from input-output-hk/storage-split

split storage into 2

-- input-output-hk/rust-cardano#260 from input-output-hk/error-handlings

Error handling improvements

-- input-output-hk/rust-cardano#259 from input-output-hk/doc-short

doc and licensing

-- input-output-hk/rust-cardano#258 from input-output-hk/tx-builder-auto-output

tx builder auto output, documentation and tests

-- input-output-hk/rust-cardano#257 from input-output-hk/error-handlings

Improves support for Error and Error handling in the cardano crate

-- input-output-hk/rust-cardano#256 from input-output-hk/serde-optional

make serde derivation optional in cardano crate

-- input-output-hk/rust-cardano#255 from input-output-hk/tx-building

Tx building

-- input-output-hk/rust-cardano#254 from input-output-hk/add-try-from-slice

Add TryFromSlice in the cardano::util module

-- input-output-hk/rust-cardano#250 from input-output-hk/c-exports

improvements to C-API

-- input-output-hk/rust-cardano#252 from edolstra/fix-246

Fix #246

-- input-output-hk/rust-cardano#249 from input-output-hk/storage-errors-cleanup

Storage errors cleanup

-- input-output-hk/rust-cardano#240 from input-output-hk/move-cli-and-doc

Move cli to cardano-cli

-- input-output-hk/rust-cardano#234 from edolstra/versioned-files

 Add magic + version number to all binary files

-- input-output-hk/rust-cardano#236 from input-output-hk/add-new-line

fix missing new line

-- input-output-hk/rust-cardano#229 from input-output-hk/transaction-cli

CLI: transaction support

-- input-output-hk/rust-cardano#232 from edolstra/verify-block

Implement block consistency verification

-- input-output-hk/rust-cardano#231 from input-output-hk/blockchain-log

Add blockchain log

-- input-output-hk/rust-cardano#228 from input-output-hk/list-wallets

add command to list wallets

-- input-output-hk/rust-cardano#224 from input-output-hk/storage-cleanup

Storage cleanup

-- input-output-hk/rust-cardano#227 from input-output-hk/improved-cat

Improve pretty printed style of the different object in the terminal

-- input-output-hk/rust-cardano#225 from input-output-hk/improved-mnemonics-prompt

improved mnemonics prompt

-- input-output-hk/rust-cardano#223 from input-output-hk/log-and-status-update

improve wallet log display

-- input-output-hk/rust-cardano#222 from input-output-hk/command-list-blockchains

add blockchain list command

-- input-output-hk/rust-cardano#221 from input-output-hk/add-command-to-destroy-blockchain

Add command to destroy blockchain

-- input-output-hk/rust-cardano#220 from input-output-hk/add-command-to-destroy-wallet

Add command to destroy wallet

-- input-output-hk/rust-cardano#216 from input-output-hk/block-improvements

Block improvements

-- input-output-hk/rust-cardano#214 from input-output-hk/improve-password-prompts

improve password prompt

-- input-output-hk/rust-cardano#210 from edolstra/send-tx

Transaction sending support

-- input-output-hk/rust-cardano#212 from input-output-hk/fix-some-blockchain-issue

add support for testnet and staging

-- input-output-hk/rust-cardano#211 from input-output-hk/fix-some-ux-console-issue

Fix some ux console issue

-- input-output-hk/rust-cardano#208 from input-output-hk/wallet-status

add status and log wallet

-- input-output-hk/rust-cardano#203 from jleni/master

Appveyor CI

-- input-output-hk/rust-cardano#207 from input-output-hk/wallet-recover-and-sync

Wallet recover and sync

-- input-output-hk/rust-cardano#206 from input-output-hk/remove-wallet-cli

Remove wallet cli

-- input-output-hk/rust-cardano#205 from input-output-hk/coin-conversion

Coin conversion

-- input-output-hk/rust-cardano#204 from edolstra/subscription

Use the subscription mechanism to receive tip updates from the server