Skip to content

Tags: kooyain/heimdall

Tags

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modify Bridge Params (maticnetwork#800)

* change delay to 10 sec

* Update common.go

v0.2.8-mumbai

Toggle v0.2.8-mumbai's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
mumbai upgrade for v0.2.8 (maticnetwork#795)

* mumbai upgrade for v0.2.8

* print change

* modify height

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding Spans in Heimdall (maticnetwork#791)

* add begin blocker

* height moved to file

* 50k to 100k

* remove check

* Revert "remove check"

This reverts commit d2a4f13.

* review comments

* minor changes

* Update mumbai.toml

* Added MaxStateSyncDataLength with hardfork (maticnetwork#792)

* Added MaxStateSyncDataLength with hardfork

* formatted if-else

* update variable name

* Added block check in bridge

* fix height issue in clerk cli and rest

Co-authored-by: Krishna Upadhyaya <[email protected]>

v0.2.7

Toggle v0.2.7's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Fix halt-height issue (maticnetwork#782)

* Fix halt-height issue

* fix halt-height and restart

* feat: add rollback feat (maticnetwork#784)

* Override spans 4034-4083 on mainnet (maticnetwork#786)

* Backport bor's tmp-span-hotfix to heimdall

maticnetwork/bor@10c4e89

* fix: serve hardcoded spans if exists on mainnet

Co-authored-by: chub <[email protected]>

Co-authored-by: Sai Kumar <[email protected]>
Co-authored-by: Pete Kim <[email protected]>
Co-authored-by: chub <[email protected]>

v0.3.0-beta1

Toggle v0.3.0-beta1's commit message
Remove bridge from Dockerfile

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
data limit size for clerk (maticnetwork#764)

* add check for clerk

* restrict limit

* empty string

* validate basic check

* side handler check

* parameterize

* Update clerk/types/msg.go

Co-authored-by: Anil Kumar Kammari <[email protected]>

* add testcases

* fix error formatting

Co-authored-by: Anil Kumar Kammari <[email protected]>
Co-authored-by: Krishna Upadhyaya <[email protected]>

v0.2.5-beta1

Toggle v0.2.5-beta1's commit message
Better Dockerfile

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Use default gas price in case of invalid value (maticnetwork#733)

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: testcases for checkpoint side handler (maticnetwork#731)

v0.2.3-beta1

Toggle v0.2.3-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add checkpoint-adjust (maticnetwork#730)

* add checkpoint-adjust

* removed unnecessary params

* add checkpoint buffer check

* review comments fix

* fix syntax

* fix emit events

* add testcases

* Update side_handler.go

* review comments

* add test cases