Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Tags: ChainSafe/ChainBridge

Tags

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/ethereum/go-ethereum from 1.10.6 to 1.10.8 (#701)

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.6 to 1.10.8.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.10.6...v1.10.8)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use max gas price from config for TX sending when BaseFee is above ma…

…xGasPrice (#698)

* change maxFeePerGas to use config.maxGasPrice rather than current base fee

* updated test

* test constants fix

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1559 Txs (#690)

* initial commit with depedency upgrade and opts changes for 1559 txs

* err linting fix

* gas price declaration fix

* linting fix

* moved gas tip cap logic in separate method for better testing

* change test endpoint in connection tests back to correct port

* pr changes, name changes and change in logic for max price in config is below baseFee

* additional tests and fix for setting maxFeePerGas when max gas price < baseFee

* fix test endpoint for CI

* linter fix

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use floats for all gas values (#642)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove workflow deps for docker deploy (#595)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New GSRPC and substrate chain rc6 version (#528)

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update metrics (#525)

- Adds additional metrics from utils package
- Migrate docs to separate markdown file

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add subkey network flag (#484)

- Adds `--network` for `accounts generate` and `accounts import`
- Updates sr25519 methos to accept network parameter
- Bump GSRPC version

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing known events (#480)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GSRPC Update (#479)

Update to latest GSRPC https://github.com/centrifuge/go-substrate-rpc-client/releases/tag/v2.0.0-alpha.3
In particular fixes UCompact type to support Big Numbers up to 536 bit (per substrate SCALE specs)