Skip to content

Tags: Keila-Technologies/dogechain

Tags

v1.2.5

Toggle v1.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
DarianShawn DarianShawn
Bump to v1.2.5

\#\# Changes

- [Fix] logging: replacement non utf-8 characters (dogechain-lab#355)
- [Feature] Return Revet result as Data (dogechain-lab#354)
- [Fix] eth_getStorageAt always returning 0 (dogechain-lab#353)

v1.2.4

Toggle v1.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
DarianShawn DarianShawn
Bump to v1.2.4

\#\# Changes

- upgrade go 1.19 (dogechain-lab#318)
- [network] grpc client passing timeout context (dogechain-lab#324)
- [blockchain] Exclude zero values from gas price metrics (dogechain-lab#337)

v1.2.3-rc

Toggle v1.2.3-rc's commit message

Verified

This tag was signed with the committer’s verified signature.
DarianShawn DarianShawn
Bump to v1.2.3-rc

\#\# Changes

- [blockchain] Update current block avg and max gas price metrics (dogechain-lab#335)
- [jsonrpc] Use gas price oracle suggest tip instead of constant value (dogechain-lab#333)
- [telemetry] support jaeger telemetry (dogechain-lab#317)
- [txpool] Add destructive contract list (dogechain-lab#330)
- Register missing txpool metrics (dogechain-lab#328)
- [syncer] fix syncer timeout (dogechain-lab#319)
- [network] Improved Connection Manager (dogechain-lab#305)
- [CI] Merge job, add job dependencies (dogechain-lab#315)
- [txpool] fix panic on writing closed channel (dogechain-lab#314)
- [syncer] fix syncing stuck when network unstable (dogechain-lab#309)
- [CI] Update GitHub actions config (dogechain-lab#312)
- [ibft] Fix validator build block when syncing (dogechain-lab#313)
- [dependency] update third-party packages (dogechain-lab#307)
- [dependency] update golang sub-repositories (dogechain-lab#306)
- [backup] Improved writing and reading of blockchain backup file (dogechain-lab#297)
- [test] fix unit test (dogechain-lab#298)
- Upgrade libp2p v0.22.0 (dogechain-lab#180)
- Add read abstraction to the State (dogechain-lab#296)
- [server] fix goroutine leak (dogechain-lab#290)

v1.2.2

Toggle v1.2.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Bump to v1.2.2

* Feat whitelist for normal usage contracts (dogechain-lab#287)
* [network] support static node (dogechain-lab#280)
* [Fix] fix judgment logic (dogechain-lab#286)
* metrics] remove go-kit dependencies (dogechain-lab#282)
* [protocol] Move close channel after close topics (dogechain-lab#283)

v1.2.1

Toggle v1.2.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Bump to v1.2.1

* Feat faster bulk syncing (dogechain-lab#265)

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Bump to v1.2.0

* New Version for POS.

v1.2.0-rc

Toggle v1.2.0-rc's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Bump to v1.2.0-rc

* New Version for POS.

v1.1.4

Toggle v1.1.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Bump to v1.1.4

* Backup and restore large snapshot with zstd.
* Ignore broadcasted transactions until fully syncd.
* Separate ibft protocol from txpool details.
* Introduce the debug_traceTransaction endpoint.

v1.1.3

Toggle v1.1.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Bump to v1.1.3

* avg gas price respect the gas limit config (dogechain-lab#170)
* [Txpool] Demote all pending transactions, when nonce not right in building block (dogechain-lab#169)
* Feature: NAT use different port (dogechain-lab#161)
* Add enable-ws flag in server command (dogechain-lab#152)
* Optimization: export leveldb option (dogechain-lab#144)
* Fix delete workflow action not working (dogechain-lab#120)
* [txpool] Replace same nonce with better price transaction (dogechain-lab#119)
* [Feature] server command add pprof service (dogechain-lab#155)
* [Txpool] Prune inactive account enqueued transactions when promotion outdated (dogechain-lab#153)
* Resolve memory creep when copy header (dogechain-lab#154)
* No need to check random security in simple shuffle test (dogechain-lab#146)
* Fix/ws timeout filter not removed (dogechain-lab#147)
* Add limitation to jsonrpc batch query and block range (dogechain-lab#145)

v1.1.2

Toggle v1.1.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Bump to v1.1.2

* hardfork for system contract update