ZRC icon indicating copy to clipboard operation
ZRC copied to clipboard

Zilliqa Reference Contracts

Results 14 ZRC issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

As of now the `reference-contracts` directory looks like this: ``` . ├── FungibleToken-Mintable.scilla ├── FungibleToken-Operator.scilla ├── FungibleToken.scilla ├── MetaFungibleToken.scilla ├── multisig_wallet.scilla ├── nonfungible-token.scilla ├── style-guide.md └── zrc6.scilla ``` and it's...

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies

Hey, first time doing a gitcoin bounty hope this is the right way to do it. I worked in my repo: https://github.com/MszBednarski/continuous-token-bonding-curve-contracts

Please review and get back to me.

Solution of https://github.com/Zilliqa/zilliqa-bounties/issues/1 Be warned that its testing example `reference/FungibleMultoToken.scilla` has bugs (see `TODO`/`FIXME` in the source). Some of the bugs are impossible to fix with the current version of...

This PR is intended to solve both bounties: - https://gitcoin.co/issue/Zilliqa/xsgd-hackathon-/1/100023978 - https://gitcoin.co/issue/Zilliqa/zilliqa-bounties/1/100023732 Also note the file `example/zrc6/ZRC-6.md` about my example contract functionality and how it relates with ZRC-2. It is...

Comment Tracker for ZRC#3 ZRC#3 extends ZRC#2 to enable a more equitable check-teller transaction pattern, as an alternative or supplement to the omnipotent operator.