Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Tags: ChainSafe/chainbridge-solidity

Tags

v2.1.4

Toggle v2.1.4's commit message

1) Check depositor when burning ERC721 tokens  (#687)

* burn fix

* Release v2.1.4

* Fix tests

---------

Co-authored-by: Kirill Pisarev <pisarevkir@gmail.com> (mpetrun5)
(SHA: b929c98)

v1.0.2

Toggle v1.0.2's commit message
burn fix

v2.1.3

Toggle v2.1.3's commit message

1) Add HandlerHelpers to package (#526) (nmlinaric)
(SHA: 8f1536e)

2) Relase v2.1.3 (#528) (nmlinaric)
(SHA: 2f29dd7)

v2.1.2

Toggle v2.1.2's commit message

1) Publish to npm registry (#517)

* Publish to npm registry

* Generate types for all contracts (nmlinaric)
(SHA: 3a5bce6)

2) Release v2.1.3 (#518) (nmlinaric)
(SHA: 2e6e24c)

v2.1.1

Toggle v2.1.1's commit message

1) Fix publishing package (#513) (nmlinaric)
(SHA: 82f16a4)

2) Relase v2.1.1 (#515) (nmlinaric)
(SHA: 8c069a2)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Relase v2.1.0 (#507)

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Require token address to be a contract in erc20 handler (#463)

* check if the token address is a contract in erc20 handler
* modify revert reason

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Anderson/add new forwarder contract (#440)

* add minimal forwarder

* rename test forwarder contract

* add tests for the new forwarder

* add forwarder test

* rename test

* fix comments

* fix comments

* remove responseForwarder

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add erc1155Handler, erc1155Safe, and modify HandlerHelpers (#416)

* add erc1155Handler, erc1155Safe, and modify HandlerHelpers

* update old version withdraw functions

* add using normal address in handler withdraw

* add comments

* modify withdraw test and add tests for erc1155

v1.0.1

Toggle v1.0.1's commit message
remove fund functions and add tests