Web3.swift v0.3.1 Release Notes

Release Date: 2018-09-01 // over 5 years ago
  • ๐Ÿš€ This version is a bug fix only release and contains the following fixes:

    • ๐Ÿ›  Fixed an error where the decoder crashed on some wrong inputs instead of throwing an error (#44, #45)
    • ๐Ÿ‘‰ Make JSON-RPC error fields accessible (#47)
    • โž• Add an overloaded method to deploy a contract using an array of ABIEncodable (#49)
    • ๐Ÿ›  Fixed an error with parsing contract ABI fallback functions (#48, #50)