kleros-interaction
kleros-interaction copied to clipboard
Smart contracts able to interact with Kleros
See comments in this file https://github.com/kleros/kleros-interaction/blob/master/test/multiple-arbitrable-transaction.js
https://github.com/kleros/kleros-interaction/blob/master/contracts/standard/permission/ArbitrablePermissionList.sol This file starts to have a lot of options, so a user guide would be nice.
See https://github.com/ethereum/EIPs/issues/792
saves at least 6 gas. "less or equal" does not exist in the evm as a separate opcode, so to get the same effect, the compiler: - does a `>`,...
The main aim of this PR was to improve that struct `milestone` by ordering its elements such that the use of an extra slot could be avoided. If still not...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...