Skip to content

Releases: alephium/alephium-web3

v1.1.2

04 Jul 13:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

01 Jul 14:23
Compare
Choose a tag to compare

What's Changed

  • Update WC deps, node, and pnpm by @nop33 in #388

Full Changelog: v1.1.0...v1.1.1

v1.1.0

26 Jun 13:15
Compare
Choose a tag to compare

Main Changes

  • Removed methods object from contract instance. Please use view instead
  • Use SDK InputAssets for contract call parameters, instead of node.InputAssets from OpenAPI
  • Added a new gasEstimationMultiplier to script transactions, allowing dApps to include a gas buffer to handle gas estimation errors
  • upgrade to full node 3.2.0

Pull Requests:

Full Changelog: v1.0.6...v1.1.0

v1.1.0-rc.0

25 Jun 14:36
Compare
Choose a tag to compare

What's Changed

  • [Merge in 1.1.0] Use view and remove methods in codegen by @polarker in #383
  • [Merge in 1.1.0] Use SDK InputAssets for contract call by @polarker in #385

Full Changelog: v1.0.6...v1.1.0-rc.0

v1.0.7-rc.1

25 Jun 14:51
Compare
Choose a tag to compare

v1.0.7-rc.0

25 Jun 10:44
Compare
Choose a tag to compare

v1.0.6

24 Jun 15:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.3

20 Jun 13:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

1.0.1

18 Jun 09:14
Compare
Choose a tag to compare
v1.0.1

1.0.1

v1.0.0

20 Jun 14:55
Compare
Choose a tag to compare

The main changes introduced in v1.0.0:

  1. Easy Contract Interaction: The SDK generates view and transact methods for calling contract methods offchain and onchain without TxScripts. Documentation
  2. Method Selector Enabled by Default: For better interoperability, the method selector is now enabled by default for interfaces. The index-based selector is deprecated.
  3. Backward Compatibility for Bytecodes: The CLI compiler now maintains backward compatibility for bytecodes if your contracts were deployed on mainnet or testnet. This change simplifies contract upgrades.
  4. Removal of Project.build: The Project.build method has been removed from the core package and is no longer recommended. You should use the compiler to compile the entire TypeScript project.

Action Required: If you are building a new project and haven’t deployed yet, we highly recommend upgrading to 1.x.x. Remove the artifacts folder and re-compile everything to take advantage of the latest full node features.