Skip to content

Releases: ontio/ontology

Release v1.14.3

18 Mar 11:31
67f36a3
Compare
Choose a tag to compare
Release v1.14.3 Pre-release
Pre-release

Change Log

  • tracking destroyed contract
  • add wasm debug info

v2.3.6

17 Mar 05:43
accbf14
Compare
Choose a tag to compare
v2.3.6 Pre-release
Pre-release

Notices

All nodes need upgrade.

New Features

  • fix eth rpc api
  • expose IsEvm for contract event

md5sum

File md5sum
ontology-linux-amd64 3557f2dd3545729dabb7d79263761c3c
tool-linux.zip 2a6fbf0183b639b9246d2abb2681819f

Change Log Since v2.3.5

  • fix ethrpc bug (#1398)
  • expose IsEvm for contract event (#1397)
  • fix getBlockByNumber api (#1393)

v2.3.5(Bin) v1.14.2(Lib)

24 Feb 12:00
780f354
Compare
Choose a tag to compare

Notices

All nodes need upgrade to v2.3.7.

New Features

  • add EVM and support ethereum EIP155 transaction
  • increase ONT/ONG decimals from 0/9 to 9/18.

md5sum

File md5sum
ontology-linux-amd64 6f5096000f0d3a1e7d0d695fed201240
ontology-darwin-amd64 3d55b34265c5b9fb24e638b736f57e6c
tool-linux.zip 064092ac745b29861f5733fef4d3ac79
tool-darwin.zip 233ced4f403bc48401787d942fd771b8

Change Log Since v2.2.0

  • allow preexecute to call v2 read only method of ont/ong (#1391)
  • add transferv2 to sigsvr (#1387)
  • remove redundant code (#1386)
  • modify decimal fork height from const to var (#1385)
  • fix check pubkey in verify header (#1383)
  • check duplicated key in verify header (#1382)
  • use json.Number when decode event (#1380)
  • fix getongbalance bug (#1379)
  • add fork height for evm and ont decimals features(#1378)
  • increase ONT/ONG decimals (#1376)
  • fix EVM memory correction bug (#1375)
  • fix issues reported by security review (#1374)
  • Upgrade crypto version (#1373)
  • update evm doc (#1369)
  • update ontology-crypto and wagon (#1371)
  • add node sync status doc (#1367)
  • add evm documentation (#1360)
  • fix get GasPrice bug (#1361)
  • fix payload_to_hex (#1358)
  • update chainID (#1357)
  • add wasm bridge test (#1343)
  • update pubkey to address for ethereum (#1355)
  • add txpool trace log (#1352)
  • check transaction chain id when sent from web3 api (#1353)
  • add ong transfer event for eth tx (#1351)
  • add debug log for ethrpc (#1348)
  • increment nonce when transaction execution failed (#1350)
  • fix block 0 corner case in consensus (#1345)
  • fix notify type (#1344)
  • fix next nonce (#1342)
  • expand caller usage for evm invoke (#1341)
  • add pending eiptx expiration check (#1340)
  • fix event bug (#1337)
  • fix replace same nonce bug (#1335)
  • fix estimateGas (#1330)
  • Update sort in eip by gas (#1334)
  • handle eip155 in tx pool (#1331)
  • modify eip155 tx chainid check in decode (#1333)
  • remove redundant eip155 signature check (#1332)
  • add bridge contract test (#1315)
  • Fix eth rpc (#1325)
  • fix expired transaction
  • update chain id and config (#1326)
  • clean tx pool worker (#1324)
  • simplify block verification (#1323)
  • remove tx actor (#1322)
  • clean validator actor (#1321)
  • add eth rpc api (#1318)
  • Add evm test case (#1320)
  • clean validator db and unused txn pool types (#1319)
  • clean ledger (#1317)
  • implement ethereum eip155 transaction type (#1314)
  • implement evm (#1312)
  • Initial commit for githubaction (#1300)
  • change rpc id type from int64 to interface{} (#1290)
  • jsonrpc small lock (#1289)
  • add getoep4balance restful api (#1279)
  • fix static check lint issue (#1277)
  • remove old gov node ip from members in subnet (#1271)
  • support propose offline witness in p2p (#1268)
  • update eventbus dependency version (#1311)
  • Handle potential eventstore error (#1310)
  • Fix decoding of event state without loss of numeric precision (#1308)
  • update version in README.md (#1306)
  • Fix Init operator key in Init function (#1303)

Release v2.3.4

18 Feb 11:35
Compare
Choose a tag to compare
Release v2.3.4 Pre-release
Pre-release

currently running on testnet.

Notices

All testnet nodes need upgrade.

New Features

  • add EVM and support ethereum EIP155 transaction
  • increase ONT/ONG decimals from 0/9 to 9/18.

md5sum

File md5sum
ontology-linux-amd64 68fbe27bbba4682e1cbe0f32b68319dc
ontology-darwin-amd64 04e4f30cfb641577163b2351c782e1c8
tool-linux.zip cb20897dd5ed557477f50f1be77bafcf
tool-darwin.zip ea51faf93ebf22affa066950db819045

Change Log Since v2.2.0

  • add transferv2 to sigsvr (#1387)
  • remove redundant code (#1386)
  • modify decimal fork height from const to var (#1385)
  • fix check pubkey in verify header (#1383)
  • check duplicated key in verify header (#1382)
  • use json.Number when decode event (#1380)
  • fix getongbalance bug (#1379)
  • add fork height for evm and ont decimals features(#1378)
  • increase ONT/ONG decimals (#1376)
  • fix EVM memory correction bug (#1375)
  • fix issues reported by security review (#1374)
  • Upgrade crypto version (#1373)
  • update evm doc (#1369)
  • update ontology-crypto and wagon (#1371)
  • add node sync status doc (#1367)
  • add evm documentation (#1360)
  • fix get GasPrice bug (#1361)
  • fix payload_to_hex (#1358)
  • update chainID (#1357)
  • add wasm bridge test (#1343)
  • update pubkey to address for ethereum (#1355)
  • add txpool trace log (#1352)
  • check transaction chain id when sent from web3 api (#1353)
  • add ong transfer event for eth tx (#1351)
  • add debug log for ethrpc (#1348)
  • increment nonce when transaction execution failed (#1350)
  • fix block 0 corner case in consensus (#1345)
  • fix notify type (#1344)
  • fix next nonce (#1342)
  • expand caller usage for evm invoke (#1341)
  • add pending eiptx expiration check (#1340)
  • fix event bug (#1337)
  • fix replace same nonce bug (#1335)
  • fix estimateGas (#1330)
  • Update sort in eip by gas (#1334)
  • handle eip155 in tx pool (#1331)
  • modify eip155 tx chainid check in decode (#1333)
  • remove redundant eip155 signature check (#1332)
  • add bridge contract test (#1315)
  • Fix eth rpc (#1325)
  • fix expired transaction
  • update chain id and config (#1326)
  • clean tx pool worker (#1324)
  • simplify block verification (#1323)
  • remove tx actor (#1322)
  • clean validator actor (#1321)
  • add eth rpc api (#1318)
  • Add evm test case (#1320)
  • clean validator db and unused txn pool types (#1319)
  • clean ledger (#1317)
  • implement ethereum eip155 transaction type (#1314)
  • implement evm (#1312)
  • Initial commit for githubaction (#1300)
  • change rpc id type from int64 to interface{} (#1290)
  • jsonrpc small lock (#1289)
  • add getoep4balance restful api (#1279)
  • fix static check lint issue (#1277)
  • remove old gov node ip from members in subnet (#1271)
  • support propose offline witness in p2p (#1268)
  • update eventbus dependency version (#1311)
  • Handle potential eventstore error (#1310)
  • Fix decoding of event state without loss of numeric precision (#1308)
  • update version in README.md (#1306)
  • Fix Init operator key in Init function (#1303)

Release v2.2.1

27 Jan 08:18
Compare
Choose a tag to compare
Release v2.2.1 Pre-release
Pre-release

Change Log

  • tracking destroyed contract
  • add wasm debug info

Release v2.3.3

31 Dec 08:50
61d6547
Compare
Choose a tag to compare
Release v2.3.3 Pre-release
Pre-release

Change Log

  • tracking destroyed contract
  • add wasm debug info

Release v2.3.2

21 Dec 08:30
94bb19f
Compare
Choose a tag to compare
Release v2.3.2 Pre-release
Pre-release

Change Log

  • tracking destroyed contract
  • add wasm debug info

Release v2.3.1

02 Dec 03:39
e120178
Compare
Choose a tag to compare
Release v2.3.1 Pre-release
Pre-release

Change Log

  • tracking destroyed contract
  • add wasm debug info

Release v1.14.1-alpha

28 Oct 09:05
e120178
Compare
Choose a tag to compare
Release v1.14.1-alpha Pre-release
Pre-release

Change Log

  • tracking destroyed contract
  • add wasm debug info

Release v2.3.0

09 Oct 10:11
a18419d
Compare
Choose a tag to compare
Release v2.3.0 Pre-release
Pre-release

Change Log

  • tracking destroyed contract
  • add wasm debug info