Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoPascal31 committed Jun 5, 2023
1 parent 252add4 commit da55576
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
21 changes: 21 additions & 0 deletions docs/source/deployed.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Deployed contracts
==================

Version 0.6
~~~~~~~~~~~

Added functions:
* ``util-math.++``
* ``util-math.--``
* ``util-math.dec*``

Deployed on:
* Testnet Chains 0-19
* Mainnet Chains 0-19

Modules hashes:
* **free.util-lists:** 5dyAhqMGH4IM_q2S7RQ_N2ZKvko8HPXFQZlprsATcBc
* **free.util-strings:** dQ-CDwgBjgtVmmAWZWVVHNGMNPFZuDy2drGb-Bk3MxE
* **free.util-math:** ub6UFAqyTQ8dVpy6zK4-rNG-W6hqHwS-NX_bfCFGLVc
* **free.util-random:** od06XLD2aQzeFoasShObwYCWVTqgx-09IEL0fbksoFM
* **free.util-time:** iY4_6feELzTLXe7H5qzRuXi8tiWhpXgtKGB74JjW2Fk
* **free.util-zk:** idjgCDWYgW08IzxGxhsZv-8jX15TMw9bQX7PrpeU0TU


Version 0.5
~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pact/contracts/util-lists.pact
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
\ Documentation: https://pact-util-lib.readthedocs.io \
\ Github: https://github.com/CryptoPascal31/pact-util-lib "

(defconst VERSION:string "0.5")
(defconst VERSION:string "0.6")

(defcap GOV()
(enforce-keyset "free.util-lib"))
Expand Down
2 changes: 1 addition & 1 deletion pact/contracts/util-math.pact
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
\ Documentation: https://pact-util-lib.readthedocs.io \
\ Github: https://github.com/CryptoPascal31/pact-util-lib "

(defconst VERSION:string "0.5")
(defconst VERSION:string "0.6")

(defcap GOV()
(enforce-keyset "free.util-lib"))
Expand Down
3 changes: 2 additions & 1 deletion pact/contracts/util-random.pact
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
\ Documentation: https://pact-util-lib.readthedocs.io \
\ Github: https://github.com/CryptoPascal31/pact-util-lib "

(defconst VERSION:string "0.5")
(defconst VERSION:string "0.6")

(bless "RBfxKPExaz5q6i64FLA_k7UVM9MaOO0UDJulfPFZBRA")
(bless "I-yq-JDWu9Lpag6SJgkWbDtsaZ21k4YqOyA09uzSnuY")
(bless "qSwrZYiS0ZR7fVcbIVrtC-f_ZB6n-Q-6JsTkn6zg2IQ")
(bless "gq7DxC0_CPW3_zU4FbHXS6TFDd_cz45VYDjLCEzWsOs")
(bless "NEG7aa1Edx6oU97d5wRh2Tl6Sw9Hiv4GOGBcZK2UWtU")

(defcap GOV()
(enforce-keyset "free.util-lib"))
Expand Down
2 changes: 1 addition & 1 deletion pact/contracts/util-strings.pact
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
\ Documentation: https://pact-util-lib.readthedocs.io \
\ Github: https://github.com/CryptoPascal31/pact-util-lib "

(defconst VERSION:string "0.5")
(defconst VERSION:string "0.6")

(defcap GOV()
(enforce-keyset "free.util-lib"))
Expand Down
2 changes: 1 addition & 1 deletion pact/contracts/util-time.pact
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
\ Documentation: https://pact-util-lib.readthedocs.io \
\ Github: https://github.com/CryptoPascal31/pact-util-lib "

(defconst VERSION:string "0.5")
(defconst VERSION:string "0.6")

(defcap GOV()
(enforce-keyset "free.util-lib"))
Expand Down
2 changes: 1 addition & 1 deletion pact/contracts/util-zk.pact
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
; - https://github.com/kadena-io/pact/blob/master/tests/pact/pairing.repl
; - https://github.com/iden3/snarkjs/blob/master/templates/verifier_groth16.sol.ejs

(defconst VERSION:string "0.5")
(defconst VERSION:string "0.6")

(use util-strings [split-chunks])
(use util-lists [remove-first first])
Expand Down

0 comments on commit da55576

Please sign in to comment.