mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
1.2 KiB
1.2 KiB
NEWS
Note: This file only includes short summaries of the changes introduced in each release. More detailed release notes can be found in the graph-node repo.
Unreleased
gasUsed
in transactions has been renamed togasLimit
. The value has always been the transaction gas limit,gasUsed
was a misnomer. Exposing the actual gas used is a future feature.
0.19.0
- Fix
Entity
helpers likegetBoolean
.
0.18.1
- Properly exprt all types in the
ethereum
module (#111).
0.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).