Skip to content

Commit ea6b100

Browse files
chore(release): 2.0.0
1 parent 7f2cd5c commit ea6b100

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/fluxprotocol/oracle-vm/compare/v1.1.0...v2.0.0) (2021-10-28)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **vm:** Removes support for old opcodes
11+
12+
Squashed commits:
13+
[4ebf0e3] WIP: Convert timestamp to hrtime
14+
[1912f63] WIP: Add support for caching prepared WASM
15+
[ed045c7] WIP: Add extra debugging logs
16+
[60c2707] WIP: Implemented BigDecimal for combining numbers
17+
[9749435] WIP: Add support for logging errors
18+
[41b01fb] WIP: Add support for setting headers and method in a http_call
19+
[e652060] WIP: Fetching API data through WASM
20+
[0ed74e0] WIP: Sending commands from the worker back to the master
21+
[5c62c60] WIP: Implementing function calling
22+
[da679b2] chore(build): Working version of workers + TypeScript + Webpack
23+
[8920f06] WIP: On node/browser building with webpack
24+
[f56d907] WIP: WASM implementation
25+
26+
### Features
27+
28+
* **vm:** Add support for WASM ([7f2cd5c](https://github.com/fluxprotocol/oracle-vm/commit/7f2cd5cff2c6764b93b85ed906461da87069dd66))
29+
530
## [1.1.0](https://github.com/fluxprotocol/oracle-vm/compare/v0.0.5...v1.1.0) (2021-07-14)
631

732

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluxprotocol/oracle-vm",
33
"description": "Oracle VM for Flux Protocol",
4-
"version": "1.1.0",
4+
"version": "2.0.0",
55
"main": "dist/Process.js",
66
"types": "dist/Process.d.ts",
77
"devDependencies": {

0 commit comments

Comments
 (0)