Skip to content

Tags: NodleCode/rollup

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add L1 token, L1 bridge and L2 bridge contracts (#93)

* feat: add L1 token, L1 bridge and L2 bridge contracts

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add L1 token, L1 bridge and L2 bridge contracts (#93)

* feat: add L1 token, L1 bridge and L2 bridge contracts

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(clk-gateway): prefer 4xx over 5xx when error is parsable (#76)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(clk-gateway): add paymaster option (#72)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(clk-gateway): keep set of names reserved (#71)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ETeissonniere Eliott Teissonniere
add script to test signing and claiming rewards

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(Rewards): give incentive to batch submitter (#41)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enterprise contract (#26)

* create base contract for contentsign

* ClickContentSign based on BaseContentSign

* add enterprise contentsign

v1.0.0-mainnet

Toggle v1.0.0-mainnet's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Subquery indexer (#22)

* Add new files and implement mapping handlers

* Add ERC721 mappings and access control

* Update Gitignore and ERC721 mapping***

* Add contracts and update dependencies

* Add unsafe option to node runner and update dependencies

* Reduce readme file

* remove starter code references

* Remove unused files and directories

* Update subquery/project.ts

Co-authored-by: Eliott Teissonniere <[email protected]>

* Delete the graph references

* Update README.md with subquery information

* Remove 'contracts' from .gitignore

* Remove subquery generated project.yaml file

* Update project.ts with new chainId and endpoint

* Add subquery files to .gitignore

* remove unused abi

* update project conf

* Update .gitignore and package.json, remove unused files

* add compatibility with node-fetch

* Refactor ERC721 mapping and update contract retrieval

---------

Co-authored-by: Eliott Teissonniere <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add withdrawing delay to allow to catch security issues (#23)

* add withdrawing delay to allow to catch security issues

* document withdraw function