You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,27 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
9
9
10
10
### Added
11
11
12
+
- Renamed `clarity-serialization` to `clarity-types`.
13
+
- Add `stackerdb_timeout_secs` to miner config for limiting duration of StackerDB HTTP requests.
12
14
- When determining a global transaction replay set, the state evaluator now uses a longest-common-prefix algorithm to find a replay set in the case where a single replay set has less than 70% of signer weight.
15
+
- New endpoint /v3/tenures/blocks/ allowing retrieving the list of stacks blocks from a burn block
16
+
- Creates epoch 3.3 and costs-4 in preparation for a hardfork to activate Clarity 4
17
+
- Adds support for new Clarity 4 builtins (not activated until epoch 3.3):
18
+
-`contract-hash?`
19
+
- Added `contract_cost_limit_percentage` to the miner config file — sets the percentage of a block’s execution cost at which, if a large non-boot contract call would cause a BlockTooBigError, the miner will stop adding further non-boot contract calls and only include STX transfers and boot contract calls for the remainder of the block.
20
+
21
+
### Changed
22
+
23
+
- Clarity errors pertaining to syntax binding errors have been made more
24
+
expressive (#6337)
25
+
- Removed affirmation maps logic throughout, upgrading chainstate DB schema to 11 and burnchain DB schema to 3 (#6314)
13
26
14
27
### Changed
15
28
16
29
- When a contract deploy is analyzed, it will no longer throw a `CostError` when the contract contains an undefined top-level variable. Instead, it will throw a `UndefinedVariable` error.
17
30
18
31
## [3.2.0.0.1]
32
+
19
33
### Added
20
34
21
35
- Adds node-config-docsgen to automatically create config documentation (#6227)
0 commit comments