Releases: XinFinOrg/XDC-Subnet
Releases · XinFinOrg/XDC-Subnet
v0.3.1
What's Changed
- fix: Fix the wrong logic in GetPreviousCheckpointFromEpoch where we w… by @wjrjerome in #127
- add check for condition when latestCommittedBlock doesn't exist by @wanwiset25 in #128
- Catch up to changes from XDPoSChain by @wanwiset25 in #172
- delete unused file by @GalaxySciTech in #176
- change encoding and key to match xdpos by @wanwiset25 in #170
- rm tf from xdpos by @wanwiset25 in #177
- cleanup genesis by @wanwiset25 in #175
- fix workflow by @wanwiset25 in #174
- tshoot workflow by @wanwiset25 in #178
- consistent comment wording by @wanwiset25 in #181
- improve readme by @wanwiset25 in #180
- Upgrade validator by @GalaxySciTech in #184
- update for Subnet Configuration Generator v1 release by @wanwiset25 in #183
- Genesis denom by @wanwiset25 in #182
Full Changelog: v0.2.2...v0.3.1
v0.2.2
What's Changed
- Bump golang 1.21 by @wgr523 in #121
- fix-CVE-2023-40591 by @wgr523 in #115
- add puppeth generation script: by @wanwiset25 in #124
Full Changelog: v0.1.7...v0.2.2
v0.2.1
What's Changed
- remove csc by @GalaxySciTech in #93
- change import to reference self by @wanwiset25 in #100
- API GetTransactionProof, GetReceiptProof by @wgr523 in #94
- Fix committed input by @wjrjerome in #101
- EpochNumber ummarshal by @wanwiset25 in #103
- Upgrade websocket by @wjrjerome in #99
- should return hex for some eth methods by @wjrjerome in #116
- Fix 0x prefix (remove xdc prefix and only use 0x in subnet) by @wanwiset25 in #119
Full Changelog: v0.1.6...v0.2.1
ugws-beta.3
Merge pull request #103 from XinFinOrg/upgrade-websocket-epochnumber EpochNumber ummarshal
ugws-beta.2
add back the missing committed input parameter
ugws-beta.1: Merge pull request #100 from XinFinOrg/upgrade-websocket-imports
Pre-release
test upgrade websocket
trie-proof-2
merge two API into GetTransactionAndReceiptProof
trie-proof-1
merge two API into GetTransactionAndReceiptProof
v0.1.7-beta.3
Update api.go
v0.1.7-beta.2
add ext interface