Skip to content

Releases: hashgraph/hedera-smart-contracts

v0.5.0

19 Sep 17:55
effa776
Compare
Choose a tag to compare

Release 0.5.0 of the Hedera smart contracts adds the system contract Dapp playground. Currently it covers HTS, ERC20, and IHRC719 contracts. This release also includes fixes around test coverage and stability, as well as an OpenZeppelin dependency upgrade.

Enhancements

  • dapp-feat: ERC721 TokenInformation feature complete (#322) #404
  • dapp-feat: IHRC/HIP719 feature complete (#371) #402
  • dapp-feat: Wipe Cached Transaction Results feature complete (#390) #398
  • dapp-feat: Transaction History Support feature complete (#368) #397
  • feat: added initial CI tasks for DApp Playground #395
  • [Smart Contract DApp] Phase 4 - Automation #390
  • [Smart Contract DApp] CI task for unit test #389
  • [Smart Contract DApp] production-ready build CI test #388
  • dapp-feat: TransferMultiTokens feature complete (#319) #384
  • dapp-feat: TransferToken feature complete (#319) #382
  • dapp-feat: CryptoTransfer feature complete (#319) #381
  • dapp-feat: finished integrating TokenTransfer API Methods (#319) #379
  • dapp-feat: QueryTokenRelation feature complete (#318) #378
  • dapp-feat: QueryTokenPermission feature complete (#318) #377
  • dapp-feat: QueryTokenSpecific feature complete #375
  • dapp-feat: TokenGeneralInfo feature complete (#318) #374
  • dapp-feat: added helper functions to help convert Proxy object into regular Typescript object for token query general information #373
  • dapp: HTS TokenQuery TokenValidity feature complete (#318) #372
  • [System Contract DApp] - Add contract interacting features to HRCContract #371
  • dapp-feat: finished integrating API methods for TokenQueryContract #370
  • dapp-feat: finished integrating ManageTokenDeduction APIs to interact with TokenManage contract #369
  • [System Contract DApp] Transaction History Support feature #368
  • dapp-feat: finished integrating ManageTokenRelation APIs to interact with TokenManage contract #367
  • dapp-feat: finished integrating ManageTokenStatus APIs to interact with TokenManage contract #366
  • 317 (token permission) add contract interacting features to token management contract contract #365
  • dapp-feat: finished integrating ManageTokenInfo APIs to interact with TokenManage contract #364
  • feat: added TokenManagementContract to the main layout #363
  • dapp-feat: added API methods for TokenManagementContract #362
  • feat: incorporated UI component for the TokenAssociation & GrantTokenKYC method #360
  • feat: incorporated UI component for the MintHederaToken method #359
  • feat: incorporated UI component for the NonFungibleTokenCreate method… #358
  • feat: incorporated a UI component for the FungibleTokenCreate method within the TokenCreateCustom contract. #357
  • feat: set up UI components and methods for integrating the tokenCreateCustom contract's methods into the DApp #356
  • feat: Added API and unit tests to facilitate token mint, token associating, and granting kyc for TokenCreateCustom contract #355
  • feat: Added API and unit tests to facilitate fungible and non-fungible token creations for TokenCreateCustom contract #354
  • feat: Added API and unit tests to facilitate fungible and non-fungible token creations for TokenCreateCustom contract #353
  • update: reorganized shared components logic in the system-contract-dapp #352
  • dapp-feat: added APIs, unit tests for token transfer and integrated new logic to Transfer UI component (#339) #351
  • feat: added APIs, unit tests for token permissions and integrated new logic to TokenPermissions UI component (#338) #349
  • feat: added APIs & unit tests to support minting tokens and querying token balance (#336 #337) #348
  • update: Update TokenCreateCustomContract to dynamically accept an off-chain keys array (#346) #347
  • dapp-feat: added APIs, unit tests for tokenInformation and integrated new logic to TokenInformation UI component (#335) #345
  • update: replaced tokenCreateCustomContract with tokenCreateContract in Hapi vs Ethereum test suite #344
  • test: added unit tests to fix #342 #343
  • [System Contract DApp - ERC20] Add APIs & unit tests to support transferring tokens #339
  • [System Contract DApp - ERC20] Add APIs & unit tests to support token permissions #338
  • [System Contract DApp - ERC20] Add APIs & unit tests to support querying token balances #337
  • [System Contract DApp - ERC20] Add APIs & unit tests to support minting tokens #336
  • [System Contract DApp - ERC20] Add APIs & unit tests to support querying token information #335
  • update: Added necessary interface for ERC20Mock contract (#332) & reworked logic for OneLineMethod and MultiLineMethod component (#333) #334
  • [System Contract DApp - ERC20] restyle and add more PageProps to OneLineMethod && MultiLineMethod component #333
  • [System Contract DApp - ERC20] add necessary interfaces for ERC20Mock contract #332
  • fixed: fixed contract types for contract interaction logic (#330) #331
  • [System Contract DApp - ERC20] fix contract types for contract interaction logic #330
  • feat: added necessary solidity methods and its unit tests for tokenCreateCustom.sol (#315) #328
  • feat: Added new UI component for ERC20Mock contract interactions (#325) #327
  • [System Contract DApp - ERC20] Add contract interacting APIs and Unit Tests #326
  • [System Contract DApp - ERC20] Add new UI component for contract interactions #325
  • [System Contract DApp] Add contract interacting features to ERC20Contract #321
  • [System Contract DApp] Add contract interacting features to TokenTransferContract contract #319
  • [System Contract DApp] Add contract interacting features to TokenQueryContract contract #318
  • [System Contract DApp] Add contract interacting features to TokenManagementContract contract #317
  • [System Contract DApp] Add contract interacting features to TokenCreateCustom contract #316
  • [System Contract DApp] Add necessary Solidity methods and its unit tests for TokenCreateCustom.sol [#315](https://github.com/hashgra...
Read more

v0.4.0

23 Jun 22:16
d87f461
Compare
Choose a tag to compare

v0.4.0 makes necessary updates to tests after the security fixes. It also adds example diamond pattern contracts, an example proxy upgradeable contract with HTS, example ecrecover with tests, and enhanced support for atomic crypto transfers in HTS.

This release also adds more tests in general and enhances supporting infrastructure.

Enhancements

  • Update contracts.maxNumWithHapiSigsAccess to 0 and update test (#245) #255
  • Update contracts.maxNumWithHapiSigsAccess to 0 and update test #245
  • Update contracts.maxNumWithHapiSigsAccess to 0 and update tests #235
  • ecrecover example and tests #234
  • Add tests for calling associate/dissociate via the HRC proxy contract #230
  • Add user support to run mixture of automation test suites #229
  • Redirect for token test fix #228
  • Add test reporting to pipelines #225
  • Add test reporting to pipelines #223
  • Remove constants from erc20 extension tests #222
  • Remove constants from erc20 extension tests #221
  • Adding missing license headers #217
  • Add tests for the ERC20 extensions #213
  • Add ERC1155 Tests to run in CI #211
  • Refactor constants in test #210
  • Refactor constants #209
  • SideCars File Tests #205
  • Redirect for token test failure #202
  • Redirect for token test failure #201
  • Bump 0.4.0-SNAPSHOT #191

Dependency Upgrades

  • Bump @openzeppelin/contracts from 4.8.2 to 4.8.3 #215
  • Bump @openzeppelin/contracts-upgradeable from 4.8.2 to 4.8.3 #214

Contributors

Thank you to all the contributors who worked on this release:

@Ivo-Yankov, @attest08, @dependabot[bot], @ebadiere, @georgi-l95, @isavov, @lukelee-sl, @natanasow, and @yiliev0

v0.3.0...v0.4.0

v0.3.0

31 Mar 15:59
75ef5ef
Compare
Choose a tag to compare

V0.3.0 of the Hedera Smart Contracts adds the precompile method table details:

  • Add README under HTS to capture name, hash, version, HIP and method interface

  • Add README under exchange rate to capture name, hash, version, HIP and method interface

  • Add README under PRNG to capture name, hash, version, HIP and method interface

  • Update main README to point to new READMEs

Enhancements

  • Cleanup unsupported functions #186
  • Add Precompile methods table details #181
  • Add tests for redirectForToken #179
  • Add diamond pattern contracts example #176
  • Add diamond pattern contracts example #174
  • HIP-583: Ethereum Transfer TX via Precompile #169
  • Multicaller tests #168
  • Document a list of all precompile functions #166
  • Add multicall tests #163
  • HIP-583: Ethereum Transfer TX via Precompile #161
  • HIP-583: Ethereum Contract Transfer TX #160
  • HIP-583: Ethereum Transfer TX #159
  • Extend updateTokenInfo test coverage #152
  • Add solidity and ABI files for redirectForToken() #150
  • Enhance updateTokenInfo test coverage #149
  • Add @nomicfoundation/solidity-analyzer dependency #145
  • Add Compare Test for HAPI vs Precompile Token #143
  • Edit tests to work with >=0.32.0 network node image #140
  • Edit tests to work with >= 0.32.0 network node image #139
  • Add System Contract ABI JSON files #137
  • Add ABI JSON file references for System Contracts #136
  • Add setApprovalForAll test from HIP-206 #129
  • Resolve coupling and clean contracts #126
  • Complete HIP 206 transfer test cases #125
  • ERC721 Test Coverage #124
  • ERC20 test coverage #121
  • HIP-584 EVM Module eth_call tests #119
  • HIP 206 create functions test coverage #118
  • Add TokenQueryContract test cases #117
  • Refactor example token contracts #114
  • Add TokenQueryContract test cases #113
  • Add a TokenInfoQuery Contract example #112
  • Update TokenManagementContract #111
  • Add a TokenTransferContract example #110
  • Consolidate Token Create function contract examples #109
  • Add management function test coverage #108
  • Complete HIP 206 create functions test coverage #107
  • Complete ERC721 coverage tests #106
  • Complete ERC20 coverage tests #105
  • Complete HIP 206 transfer test cases #104
  • removed all uses of uints from hedera token service selectors #99
  • Add npm artifact #92
  • Bump 0.3.0-SNAPSHOT #90
  • Enhance support for atomic crypto transfers #88
  • Update README with contribution details #86
  • Add proxy upgrade contract example w HTS #84
  • Cleanup hts-precompile #83
  • Add atomic crypto transfer HTS precompile support #69

Bug Fixes

  • Add solidity-analyzer dependency to package.json #142
  • Calling setApprovalForAll on HTS NFT Token is not working #130
  • INVALID_FULL_PREFIX_SIGNATURE_FOR_PRECOMPILE when calling transferFrom() #128
  • Specification of a key for HTS token via inheritance not working #64

Documentation

  • Update README with contribution details #87

Dependency Upgrades

  • Bump @xmldom/xmldom from 0.7.5 to 0.7.6 #116

Contributors

Thank you to all the contributors who worked on this release:

@Ivo-Yankov, @Nana-EC, @bgok, @dependabot[bot], @georg-getz, @georgi-l95, @lukelee-sl, and @natanasow

Full Changelog: v0.2.0...v0.3.0-rc1
hedera-smart-contracts-v0.3.0.zip

v0.2.0

14 Oct 05:50
d10ccab
Compare
Choose a tag to compare

v0.2.0 of the Hedera Smart Contracts introduces the HIP 514 HTS token management functions and was shipped in v0.31 of the Services.

Additionally more examples were added to the repo to highlightECR 20, ERC 721 and HederaTokenService smart contract executions flows.

The repo was also updated to hold an npm package for easy versioning and distribution.

Enhancements

  • Npm artifact for v0.2 #96
  • Bump 0.2.0-rc1 #91
  • Use HTS NFTs as if they're deployed ERC721/IERC721Metadata/IERC721Enumerable contracts #82
  • HIP-218: Use HTS NFTs as if they're deployed ERC721/IERC721Metadata/IERC721Enumerable contracts #79
  • Update HederaResponseCodes.sol #77
  • Test CI #76
  • Update KeyHelper.sol and other affected contracts #74
  • Add ERC 721 example contract to highlight HIP 218 #73
  • Add ERC 20 example contract to highlight HIP 218 #72
  • Add transferFrom support in IHederaTokenService #71
  • Add new transferFrom functions to the HTS precompile #70
  • Extend test support and add test runs to CI #63
  • Update HederaTokenService.sol #62
  • Update smart contract structure to an npm package #61
  • Update HederaResponseCodes.sol #58
  • 042 safehts test support #57
  • Update FeeHelper contract #54
  • Import Relay BaseHTS as TokenManagementContract #52
  • Update FeeHelper w methods to test HIP 514 improvements #51
  • Update KeyHelper w get key methods to test HIP 514 improvements #50
  • Update HederaTokenService.sol with missing HIP 514 functions #49
  • Improve new KeyHelper interface #48
  • Add ExchangeRatePrecompile system precompiles #46
  • Add ExchangeRatePrecompile to exchange-rate-precompile folder #45
  • Update smart contract repo with interfaces #44
  • Add new functions from HIP-514 to the SafeHTS library #43
  • Add test support for the SafeHTS library #42
  • Adds SafeHTS library #41
  • Add PrngUtil Precompiles #40
  • add token validity functions #39
  • Add token validity check #38
  • Add token management functions to IHederaTokenService #34
  • Add ERC 721 example contract to highlight HIP 218 #33
  • Add ERC 20 example contract to highlight HIP 218 #32
  • Add token info update management functions #24
  • Update HederaTokenService.sol with management examples #23
  • Add token management functions for wipe flows #22
  • Add token pause management functions #21
  • Add token key management functions #20
  • Add token info retrieval functions #19
  • Add defaultStatus token management functions #18
  • Add CustomFees token management function #17
  • Add token management functions for autoRenew #16
  • Add token management functions for delete flow #15
  • Add token management functions for kyc flow #14
  • Add token management functions for freeze flow #13
  • Add solidity types to support token management functions #12
  • Capture missing HTS precompile functions design #10
  • Determine priority of additional HTS precompile methods #9
  • Capture missing HTS precompile methods in a new HIP #8
  • Update smart contract structure to an npm package #7
  • Update solidity file to match services implementation #6

Bug Fixes

  • When you call the create NFT function it always fails with an "UNKNOWN" error #80
  • Precompile wrapper - TokenInfo fix #75
  • Current precompile wrappers don't work #65
  • update types for maxSupply to int64 and initialSupply to uint64 #59
  • [hts-precompile]uint32 for maxSupply and uint for initialSupply in IHederaTokenService #56

Full Changelog: v0.1.0...v0.2.0

Contributors

We'd like to thank all the contributors who worked on this release!

v0.1.0

12 Oct 22:32
d1d5208
Compare
Choose a tag to compare

v0.1.0 of the Hedera Smart Contracts marks the initial form of reference Solidity Smart Contracts used by the Hedera network.

This initial version maps to v0.28 of the Hedera Services logic and introduces the IHederaTokenService.sol precompile that implements HIP 206.
Smart contract developers can utilize the interface to make HTS calls to create, transfer, mint, burn, associate and dissociate native tokens on the network.

Enhancements

  • Npm artifact for v0.1 #95
  • Add return value to fungible allowance #36
  • Add Allowance/Approval methods to HTS precompile #29
  • Default expiry modifier #4
  • Update Solidity files for HIP-358 (token create through the precompile) #2
  • Call update #1

Contributors

We'd like to thank all the contributors who worked on this release!