Skip to content

Commit

Permalink
Update o1js to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huyminh1115 committed Feb 4, 2024
1 parent fba6c2b commit d5c5d86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auxo-dev/auxo-libs",
"version": "0.3.5",
"version": "0.3.6",
"description": "",
"author": "",
"license": "Apache-2.0",
Expand Down Expand Up @@ -59,6 +59,6 @@
"typescript": "^4.7.2"
},
"dependencies": {
"o1js": "0.15.1"
"o1js": "^0.16.0"
}
}
2 changes: 1 addition & 1 deletion src/Bit255.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Provable, Reducer, Scalar, SmartContract, method } from 'o1js';
import { Bit255 } from './Bit255.js';

describe('CustomScalar', () => {
xit('Should be provable', async () => {
it('Should be provable', async () => {
class TestBit255 extends SmartContract {
reducer = Reducer({ actionType: Bit255 });

Expand Down

0 comments on commit d5c5d86

Please sign in to comment.