Sally MacFarlane
b1dfcbe399
v2.1.6 ( #280 )
3 years ago
Sally MacFarlane
197b840a28
add direct dep on simple-get ( #264 )
...
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
6ce6a295ea
Release 2.1.5 ( #262 )
...
* version bump
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Alberto Hernandez
45702dd4b5
Upgrade Pragma Header in order to allow solidity latest solidity compilers ( #261 )
...
* Upgrade Pragma Header in order to allow solidity latest solidity compilers
* Upgrade minimum version of contracts to 0.7.0
Pragma header mandatory added
Some minor changes on SC according the upgrade of Solidity
* Fix Lint Problems
* Downgrade Truffle because latest version does not generate the test reports
* Downgrade the smartcontract compatibility to 0.6.0
* Restore accidentally deleted files
Co-authored-by: Alberto Hernandez <albherna@gmail.com>
3 years ago
taccatisid
be8f6f34ab
replace node-sass with dart-sass ( #254 )
...
Signed-off-by: Taccat Isid <taccatisid@protonmail.com>
3 years ago
Sally MacFarlane
15a76b3dc1
Web3 1.5.3 ( #249 )
...
* yarn add web3@^1.5.3 web3-utils@^1.5.3
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
4f3455cceb
Unused deps ( #244 )
...
* removed unused dependencies
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
b2d8a9c1f7
Solium -> Ethlint ( #243 )
...
* solium -> ethlint
* solidity-coverage ^0.7.17
* removed truffle-typings
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
cc06108f0f
Update Truffle to 5.0.44 ( #242 )
...
* update truffle to latest 5.0 version
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
* consistency of variable names
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
* network name
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
1618996d8f
Husky update ( #241 )
...
* update husky to v4
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
* husky v7
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
* Revert "husky v7"
This reverts commit ebcb0f63a9
.
3 years ago
Sally MacFarlane
8d20fe4f44
Update prettier to 2.3 ( #240 )
...
* prettier 2.3.2
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
6ff6c580f0
Update typechain and ethers ( #239 )
...
* updated typechain
* ethers 4.0.49
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
f02499d1ce
Update more JS dependencies ( #237 )
...
* updated some dependencies
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
30b3444993
Replace Rimble-UI components with Material-UI ( #234 )
...
Replaced Rimble-ui components with Material UI equivalents
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
2f3302803c
Upgrade more JS dependencies ( #233 )
...
* yarn dependencies
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
00f8686b08
Upgrade JS dependencies ( #231 )
...
* yarn upgrade
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
18caafe0d0
Separate Node storage from Node Rules ( #219 )
...
* separate node storage from rules
* updated version number of rules
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
a5a0a6e5e7
Log fix ( #227 )
...
* log after adding initial admins
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
df6c4355f0
Enable Yarn publish to npm ( #223 )
...
* added keywords and description
* upgraded istanbul and solidity-coverage to address critical warnings
* made package public so we can publish to npm
* publish to org
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
3 years ago
Sally MacFarlane
ca5c680919
yarn add --dev enzyme ( #194 )
...
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
4 years ago
Alberto Hernandez
f353047bea
Allow Register Ipv6 ips in the enodes ( #186 )
...
* Provide Registration method to enodes with IPv6
Co-authored-by: alberto.hernandez <albherna@gmail.com>
4 years ago
akuanti
0c31a730a0
[OP-95] Update dependencies for Node >= 12 ( #166 )
...
`yarn install` was failing on versions of Node.js later than 11 due to
incompatible indirect dependencies (sha3, scrypt). Update dependencies
to versions that do not use the incompatible dependencies.
- Update truffle-hdwallet-provider to a later version.
- Update solidity-coverage to 0.7.x and update truffle-config.js to use
it as a plugin.
- Add missing web3 dependency
Signed-off-by: Akua Nti <akua.nti@consensys.net>
5 years ago
Edward
23f3707f7a
Add a release job to run when the repo has a tag created on it ( #161 )
...
* Move istanbul configuration to config file from build script
* Remove Jenkins configuration
* Ignore "release" jobs on untagged commits
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Lucas Saldanha
386af215c1
Release v1.1.0 ( #157 )
5 years ago
Usman Saleem
eaa26e298b
[OP-76] - Migrating contracts to use Set pattern instead of LinkedList ( #137 )
...
* [OP-76] - Moving implementation from LinkedList to Set
5 years ago
PegaSys Admin
7465a12df7
v1.0.0
5 years ago
Chris Mckay
47a330306b
Wrapper to re-export env variables that we need
5 years ago
Chris Mckay
e6230ff269
[op-15] replace initialisation guard and remove drizzle ( #116 )
5 years ago
Chris Mckay
dfcb606198
[OP-15] ethers switch for account tab data ( #105 )
5 years ago
Chris Mckay
c721eb9306
Added prettier for code style checking ( #102 )
5 years ago
mark-terry
17b8cfea6d
[OP-38] Smart Contract -> Dapp error improvements ( #95 )
...
* [OP-38] Implemented AccountAdd value return using events.
* [OP-38] Refactored contract for Dapp use. Fixed some Dapp error handling.
* [OP-38] PR fixes.
* [OP-38] Updated yarn.lock
5 years ago
Chris Mckay
946c640c76
More TS Conversions ( #94 )
5 years ago
Chris Mckay
5512f6c580
[OP-15] typescript contracts and tests ( #91 )
5 years ago
Chris Mckay
27dbc38729
[Tooling] switch to yarn ( #92 )
5 years ago
Chris Mckay
a525630f47
[OP-15] contracts and dapp restructure ( #85 )
5 years ago
Chris Mckay
ee8378327d
Added basic node ingress ( #68 )
...
* Added basic node ingress
* Switching solidity-coverage to a development branch
* Getting test coverage up
6 years ago
Chris Mckay
dae5538bc7
Adding the dapp build process to CI ( #50 )
6 years ago
Lucas Saldanha
643f4bb2ee
PIE-1515: New Admin contract with linked list library ( #35 )
6 years ago
Chris Mckay
dc9c2bb008
publish coverage report and check coverage thresholds ( #26 )
6 years ago
Chris Mckay
c4723abb35
Jenkins recording test results ( #25 )
6 years ago
Chris Mckay
eae0a54a51
Coverage wired in and running in CI ( #24 )
6 years ago
Chris Mckay
45326ca0e6
Rewrote migrations to work on develop network and enabled tests ( #23 )
6 years ago
Chris Mckay
4d1375aec6
CI setup ( #12 )
6 years ago
Chris Mckay
339c166590
solium linting ( #9 )
6 years ago
Lucas Saldanha
2ab459d312
Setting up ( #1 )
6 years ago