Skip to content

Commit d185f2d

Browse files
authored
Merge pull request #6280 from rdeioris/docs/changelog_for_fast_call_readonly
Added changelog for /v3/contracts/fast-call-read
2 parents fbb3ae6 + 4797919 commit d185f2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
77

88
## Unreleased
99

10-
- The HTTP `Date` header in responses now strictly follows RFC7231.
10+
### Added
11+
12+
- Added `/v3/contracts/fast-call-read/:principal/:contract_name/:func_name` api endpoint. It allows to run read-only calls faster by disabling the cost and memory trackers. This endpoint requires authentication.
1113

1214
### Changed
1315

16+
- The HTTP `Date` header in responses now strictly follows RFC7231.
1417
- When a previous block commit is unable to be RBFed, the miner will now just wait for it to be confirmed instead of submitting a new block commit which breaks the miner's UTXO chain.
1518

1619
### Fixed

0 commit comments

Comments
 (0)