This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
v0.18.0
- Add
box.profile()
to access 3Box profile data (#109). - Add
areweave.transactionData()
to access Arweave transaction data (#109). - Add
Bytes.fromUTF8()
helper to create byte arrays from strings (#78). - Add
json.try_fromBytes()
for handling JSON parsing errors (#110). - Add a
DataSourceContext
class forSomeTemplate.createWithContext()
(#106, #108). - Add support for calling overloaded Ethereum contract functions (#100).
- Add a Babylonian
.sqrt()
method toBigInt
(#104). - Move Ethereum integration into a dedicated
ethereum
module. Rename
types fromEthereumBlock
toethereum.Block
etc. (#99).