Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Latest commit

 

History

History
279 lines (173 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

279 lines (173 loc) · 13.9 KB

Change Log

Full Changelog

Closed issues:

  • Transaction or options are malformed in Token Transfer #78
  • Error when install #75

Merged pull requests:

0.6.0 (2018-04-24)

Full Changelog

Closed issues:

  • InValid Account Error #76

Merged pull requests:

  • add example of ERC20 transfer in Example #81 (shamatar)
  • include example of ERC20 token transfer #80 (shamatar)
  • Allow BIP32 keystore init from seed directly Add convenience BIP32 keystore and KeystoreV3 serialization methods Test custom path derivation after saving Add new BIP39 languages #74 (shamatar)

0.5.6 (2018-04-20)

Full Changelog

Fixed bugs:

  • Crash when generate keystore by mnemonics #62

Closed issues:

  • BIP39 Keystore not accessible from keystore parameter path #68

Merged pull requests:

  • convenience methods in web3.eth to send ETH using either raw BigUInt value in Wei, or parsing a decimal string of arbitrary units #72 (shamatar)
  • improve BIP32 serialization to disk #71 (shamatar)
  • Fix BIP32 keystore when used through Manager #70 (shamatar)
  • add marshalling and unmarshalling signature as a part of Web3Utils #69 (shamatar)
  • Event parsing example from user case #67 (shamatar)

0.5.5 (2018-04-18)

Full Changelog

Closed issues:

  • Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value #57

Merged pull requests:

0.5.4 (2018-04-16)

Full Changelog

Merged pull requests:

0.5.3 (2018-04-16)

Full Changelog

Merged pull requests:

  • Wider range of parameter types as input to ABI encoder #59 (shamatar)

0.5.2 (2018-04-16)

Full Changelog

Implemented enhancements:

  • Signing and unsigning. #52

Fixed bugs:

  • Signing identical transaction results in different raw tx #53
  • I can not use my contract ? #43
  • Use of unresolved identifier 'Address' #14

Closed issues:

  • the method " web3.eth.getBlockByNumber()" reseult fail? #54
  • the method"web3Main?.eth.getBalance()" result is not correct? #50
  • Documentation, samples, comments #13

Merged pull requests:

  • add ECrecover, personal sign and unlock account methods #58 (shamatar)
  • Refactor secp256k1 part Slightly update an example Start working on web3.personal #56 (shamatar)
  • fix regression #55 (shamatar)
  • fix balance, provide better transaction receipt #51 (shamatar)

0.5.1 (2018-04-11)

Full Changelog

Merged pull requests:

0.5.0 (2018-04-10)

Full Changelog

Implemented enhancements:

  • Support returning structs from functions #33
  • Mnemonic account with five level derivation path like M/44'/60'/0'/0/1 #42

Fixed bugs:

  • Build error during archiving web3swift #15

Merged pull requests:

  • merge 0.5.0 #47 (shamatar)
  • cleanup to prevent Pod from panicking #45 (shamatar)
  • Fixes for external node work and more flexibility for BIP32 childs derivation #44 (shamatar)

0.4.1 (2018-04-07)

Full Changelog

Implemented enhancements:

  • Password for every transaction #16
  • Concurrent batched requests #38 (skywinder)

Closed issues:

  • there is some error in example #27
  • EthereumKeystoreV3 constructor with KeystoreParamsV3 #17
  • Example and Code are different #9

Merged pull requests:

  • ABIv2 encoder now also works. Tested for most of the types, including string[2] and string[] #41 (shamatar)
  • Tested ABIv2 parser, with no regressions #40 (shamatar)
  • Streamlined concurrency, generic operations and fanout|join are available #39 (shamatar)

0.4.0 (2018-04-04)

Full Changelog

Implemented enhancements:

  • Struct encoder/decoder: Using a struct in a public function with ABIEncoderV2 #32

Closed issues:

  • BIP32Keystore and EthereumKeystoreV3 can't getPrivateKeyData #28

Merged pull requests:

0.3.6 (2018-04-02)

Full Changelog

0.3.5 (2018-03-20)

Full Changelog

Implemented enhancements:

  • KeyStoreManger has only one constructor #20

Closed issues:

  • web3contract send function incorrect error #25
  • Develop branch 404 #24
  • AbiElement.decodeReturnData supports only dynamicTypes #23

0.3.4 (2018-03-18)

Full Changelog

0.3.3 (2018-03-05)

Full Changelog

0.3.2 (2018-03-03)

Full Changelog

Closed issues:

  • Signing transaction without connecting to web3 provider #22
  • Transaction Receipt #21

0.3.1 (2018-03-01)

Full Changelog

0.3.0 (2018-02-27)

Full Changelog

0.2.99 (2018-02-27)

Full Changelog

Closed issues:

  • Problem with signing/sending transactions #8

0.2.98 (2018-02-27)

Full Changelog

Closed issues:

  • Method eth_getAccounts not supported #7
  • Would crash when trying to parse my abi data #6
  • Web3 Provider #5
  • Creating a new keystore using mnemonics #4

Merged pull requests:

0.2.12 (2018-02-01)

Full Changelog

0.2.11 (2018-02-01)

Full Changelog

0.2.10 (2018-01-31)

Full Changelog

Closed issues:

  • How to pass parameters to Contract Method? #3

0.2.9 (2018-01-29)

Full Changelog

Closed issues:

  • Wrong conversation of the Wei. #2
  • How to connect to a Localhost Node? #1

0.2.8 (2018-01-18)

Full Changelog

0.2.7 (2018-01-15)

Full Changelog

0.2.5 (2018-01-12)

Full Changelog

0.2.0 (2017-12-30)

Full Changelog

0.1.2 (2017-12-27)

Full Changelog

0.1.1 (2017-12-26)

Full Changelog

0.1.0 (2017-12-26)

Full Changelog

0.0.6 (2017-12-26)

Full Changelog

0.0.5 (2017-12-21)

Full Changelog

0.0.4 (2017-12-21)

Full Changelog

0.0.3 (2017-12-20)

Full Changelog

0.0.2 (2017-12-20)

Full Changelog

0.0.1 (2017-12-19)

* This Change Log was automatically generated by github_changelog_generator