[GridPlus] Version bump (#15711)

* [GridPlus] Bumps packages
Significant updates:
* Reverts build system changes to reduce bundle size (`gridplus-sdk` #461)
* Adds support for nested ABI definitions if firmware allows it (`gridplus-sdk` #462, #450)
Full changes:
* `eth-lattice-keyring`: https://github.com/GridPlus/eth-lattice-keyring/compare/v0.11.0...v0.12.0
* `gridplus-sdk`: https://github.com/GridPlus/gridplus-sdk/compare/v2.2.2...v2.2.7

* [GridPlus] Lavamoat changes
feature/default_network_editable
Alex Miller 2 years ago committed by GitHub
parent 92a7f2c615
commit 21e3b4785d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 130
      lavamoat/browserify/beta/policy.json
  2. 130
      lavamoat/browserify/flask/policy.json
  3. 130
      lavamoat/browserify/main/policy.json
  4. 1433
      lavamoat/build-system/policy.json
  5. 2
      package.json
  6. 18
      yarn.lock

@ -4175,6 +4175,15 @@
"string.prototype.matchall>has-symbols": true
}
},
"enzyme>object-inspect": {
"globals": {
"HTMLElement": true,
"WeakRef": true
},
"packages": {
"browserify>browser-resolve": true
}
},
"eslint>optionator>fast-levenshtein": {
"globals": {
"Intl": true,
@ -4463,31 +4472,44 @@
},
"eth-lattice-keyring>gridplus-sdk": {
"globals": {
"ActiveXObject": true,
"AggregateError": true,
"Buffer": true,
"DO_NOT_EXPORT_CRC": true,
"FinalizationRegistry": true,
"HTMLElement": true,
"TextEncoder": true,
"URL": true,
"URLSearchParams": true,
"WeakRef": true,
"XMLHttpRequest": true,
"btoa": true,
"clearTimeout": true,
"console": true,
"crypto": true,
"define": true,
"document": true,
"intToBuffer": true,
"location": true,
"msCrypto": true,
"__values": true,
"console.log": true,
"console.warn": true,
"setTimeout": true
},
"packages": {
"3box>ethers>elliptic": true,
"@ethereumjs/common": true,
"@ethereumjs/common>crc-32": true,
"@ethereumjs/tx": true,
"bn.js": true,
"browserify>buffer": true,
"browserify>process": true
"browserify>process": true,
"eth-lattice-keyring>gridplus-sdk>bech32": true,
"eth-lattice-keyring>gridplus-sdk>bignumber.js": true,
"eth-lattice-keyring>gridplus-sdk>bitwise": true,
"eth-lattice-keyring>gridplus-sdk>borc": true,
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser": true,
"eth-lattice-keyring>gridplus-sdk>rlp": true,
"eth-lattice-keyring>gridplus-sdk>secp256k1": true,
"eth-lattice-keyring>gridplus-sdk>superagent": true,
"ethereumjs-wallet>aes-js": true,
"ethereumjs-wallet>bs58check": true,
"ethers>@ethersproject/abi": true,
"ethers>@ethersproject/keccak256>js-sha3": true,
"ethers>@ethersproject/sha2>hash.js": true,
"lodash": true
}
},
"eth-lattice-keyring>gridplus-sdk>bignumber.js": {
"globals": {
"crypto": true,
"define": true
}
},
"eth-lattice-keyring>gridplus-sdk>bitwise": {
"packages": {
"browserify>buffer": true
}
},
"eth-lattice-keyring>gridplus-sdk>borc": {
@ -4507,6 +4529,60 @@
"define": true
}
},
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser": {
"globals": {
"intToBuffer": true
},
"packages": {
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>bn.js": true,
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>buffer": true,
"ethers>@ethersproject/keccak256>js-sha3": true
}
},
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>bn.js": {
"globals": {
"Buffer": true
},
"packages": {
"browserify>browser-resolve": true
}
},
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>buffer": {
"globals": {
"console": true
},
"packages": {
"base64-js": true,
"browserify>buffer>ieee754": true
}
},
"eth-lattice-keyring>gridplus-sdk>rlp": {
"globals": {
"TextEncoder": true
}
},
"eth-lattice-keyring>gridplus-sdk>secp256k1": {
"packages": {
"3box>ethers>elliptic": true
}
},
"eth-lattice-keyring>gridplus-sdk>superagent": {
"globals": {
"XMLHttpRequest": true,
"btoa": true,
"clearTimeout": true,
"console.error": true,
"console.warn": true,
"setTimeout": true
},
"packages": {
"browserify>browser-resolve": true,
"browserify>process": true,
"eth-rpc-errors>fast-safe-stringify": true,
"nock>qs": true,
"pubnub>superagent>component-emitter": true
}
},
"eth-lattice-keyring>rlp": {
"globals": {
"TextEncoder": true
@ -5594,6 +5670,11 @@
"enzyme>is-regex>has-tostringtag": true
}
},
"nock>qs": {
"packages": {
"string.prototype.matchall>side-channel": true
}
},
"node-fetch": {
"globals": {
"Headers": true,
@ -6190,6 +6271,13 @@
"string.prototype.matchall>call-bind": true
}
},
"string.prototype.matchall>side-channel": {
"packages": {
"enzyme>object-inspect": true,
"string.prototype.matchall>call-bind": true,
"string.prototype.matchall>get-intrinsic": true
}
},
"stylelint>write-file-atomic>typedarray-to-buffer": {
"packages": {
"browserify>buffer": true,

@ -4795,6 +4795,15 @@
"string.prototype.matchall>has-symbols": true
}
},
"enzyme>object-inspect": {
"globals": {
"HTMLElement": true,
"WeakRef": true
},
"packages": {
"browserify>browser-resolve": true
}
},
"eslint>optionator>fast-levenshtein": {
"globals": {
"Intl": true,
@ -5083,31 +5092,44 @@
},
"eth-lattice-keyring>gridplus-sdk": {
"globals": {
"ActiveXObject": true,
"AggregateError": true,
"Buffer": true,
"DO_NOT_EXPORT_CRC": true,
"FinalizationRegistry": true,
"HTMLElement": true,
"TextEncoder": true,
"URL": true,
"URLSearchParams": true,
"WeakRef": true,
"XMLHttpRequest": true,
"btoa": true,
"clearTimeout": true,
"console": true,
"crypto": true,
"define": true,
"document": true,
"intToBuffer": true,
"location": true,
"msCrypto": true,
"__values": true,
"console.log": true,
"console.warn": true,
"setTimeout": true
},
"packages": {
"3box>ethers>elliptic": true,
"@ethereumjs/common": true,
"@ethereumjs/common>crc-32": true,
"@ethereumjs/tx": true,
"bn.js": true,
"browserify>buffer": true,
"browserify>process": true
"browserify>process": true,
"eth-lattice-keyring>gridplus-sdk>bech32": true,
"eth-lattice-keyring>gridplus-sdk>bignumber.js": true,
"eth-lattice-keyring>gridplus-sdk>bitwise": true,
"eth-lattice-keyring>gridplus-sdk>borc": true,
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser": true,
"eth-lattice-keyring>gridplus-sdk>rlp": true,
"eth-lattice-keyring>gridplus-sdk>secp256k1": true,
"eth-lattice-keyring>gridplus-sdk>superagent": true,
"ethereumjs-wallet>aes-js": true,
"ethereumjs-wallet>bs58check": true,
"ethers>@ethersproject/abi": true,
"ethers>@ethersproject/keccak256>js-sha3": true,
"ethers>@ethersproject/sha2>hash.js": true,
"lodash": true
}
},
"eth-lattice-keyring>gridplus-sdk>bignumber.js": {
"globals": {
"crypto": true,
"define": true
}
},
"eth-lattice-keyring>gridplus-sdk>bitwise": {
"packages": {
"browserify>buffer": true
}
},
"eth-lattice-keyring>gridplus-sdk>borc": {
@ -5127,6 +5149,60 @@
"define": true
}
},
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser": {
"globals": {
"intToBuffer": true
},
"packages": {
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>bn.js": true,
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>buffer": true,
"ethers>@ethersproject/keccak256>js-sha3": true
}
},
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>bn.js": {
"globals": {
"Buffer": true
},
"packages": {
"browserify>browser-resolve": true
}
},
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>buffer": {
"globals": {
"console": true
},
"packages": {
"base64-js": true,
"browserify>buffer>ieee754": true
}
},
"eth-lattice-keyring>gridplus-sdk>rlp": {
"globals": {
"TextEncoder": true
}
},
"eth-lattice-keyring>gridplus-sdk>secp256k1": {
"packages": {
"3box>ethers>elliptic": true
}
},
"eth-lattice-keyring>gridplus-sdk>superagent": {
"globals": {
"XMLHttpRequest": true,
"btoa": true,
"clearTimeout": true,
"console.error": true,
"console.warn": true,
"setTimeout": true
},
"packages": {
"browserify>browser-resolve": true,
"browserify>process": true,
"eth-rpc-errors>fast-safe-stringify": true,
"nock>qs": true,
"pubnub>superagent>component-emitter": true
}
},
"eth-lattice-keyring>rlp": {
"globals": {
"TextEncoder": true
@ -6234,6 +6310,11 @@
"enzyme>is-regex>has-tostringtag": true
}
},
"nock>qs": {
"packages": {
"string.prototype.matchall>side-channel": true
}
},
"node-fetch": {
"globals": {
"Headers": true,
@ -6842,6 +6923,13 @@
"string.prototype.matchall>call-bind": true
}
},
"string.prototype.matchall>side-channel": {
"packages": {
"enzyme>object-inspect": true,
"string.prototype.matchall>call-bind": true,
"string.prototype.matchall>get-intrinsic": true
}
},
"stylelint>autoprefixer>browserslist": {
"packages": {
"browserify>browser-resolve": true,

@ -4175,6 +4175,15 @@
"string.prototype.matchall>has-symbols": true
}
},
"enzyme>object-inspect": {
"globals": {
"HTMLElement": true,
"WeakRef": true
},
"packages": {
"browserify>browser-resolve": true
}
},
"eslint>optionator>fast-levenshtein": {
"globals": {
"Intl": true,
@ -4463,31 +4472,44 @@
},
"eth-lattice-keyring>gridplus-sdk": {
"globals": {
"ActiveXObject": true,
"AggregateError": true,
"Buffer": true,
"DO_NOT_EXPORT_CRC": true,
"FinalizationRegistry": true,
"HTMLElement": true,
"TextEncoder": true,
"URL": true,
"URLSearchParams": true,
"WeakRef": true,
"XMLHttpRequest": true,
"btoa": true,
"clearTimeout": true,
"console": true,
"crypto": true,
"define": true,
"document": true,
"intToBuffer": true,
"location": true,
"msCrypto": true,
"__values": true,
"console.log": true,
"console.warn": true,
"setTimeout": true
},
"packages": {
"3box>ethers>elliptic": true,
"@ethereumjs/common": true,
"@ethereumjs/common>crc-32": true,
"@ethereumjs/tx": true,
"bn.js": true,
"browserify>buffer": true,
"browserify>process": true
"browserify>process": true,
"eth-lattice-keyring>gridplus-sdk>bech32": true,
"eth-lattice-keyring>gridplus-sdk>bignumber.js": true,
"eth-lattice-keyring>gridplus-sdk>bitwise": true,
"eth-lattice-keyring>gridplus-sdk>borc": true,
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser": true,
"eth-lattice-keyring>gridplus-sdk>rlp": true,
"eth-lattice-keyring>gridplus-sdk>secp256k1": true,
"eth-lattice-keyring>gridplus-sdk>superagent": true,
"ethereumjs-wallet>aes-js": true,
"ethereumjs-wallet>bs58check": true,
"ethers>@ethersproject/abi": true,
"ethers>@ethersproject/keccak256>js-sha3": true,
"ethers>@ethersproject/sha2>hash.js": true,
"lodash": true
}
},
"eth-lattice-keyring>gridplus-sdk>bignumber.js": {
"globals": {
"crypto": true,
"define": true
}
},
"eth-lattice-keyring>gridplus-sdk>bitwise": {
"packages": {
"browserify>buffer": true
}
},
"eth-lattice-keyring>gridplus-sdk>borc": {
@ -4507,6 +4529,60 @@
"define": true
}
},
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser": {
"globals": {
"intToBuffer": true
},
"packages": {
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>bn.js": true,
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>buffer": true,
"ethers>@ethersproject/keccak256>js-sha3": true
}
},
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>bn.js": {
"globals": {
"Buffer": true
},
"packages": {
"browserify>browser-resolve": true
}
},
"eth-lattice-keyring>gridplus-sdk>eth-eip712-util-browser>buffer": {
"globals": {
"console": true
},
"packages": {
"base64-js": true,
"browserify>buffer>ieee754": true
}
},
"eth-lattice-keyring>gridplus-sdk>rlp": {
"globals": {
"TextEncoder": true
}
},
"eth-lattice-keyring>gridplus-sdk>secp256k1": {
"packages": {
"3box>ethers>elliptic": true
}
},
"eth-lattice-keyring>gridplus-sdk>superagent": {
"globals": {
"XMLHttpRequest": true,
"btoa": true,
"clearTimeout": true,
"console.error": true,
"console.warn": true,
"setTimeout": true
},
"packages": {
"browserify>browser-resolve": true,
"browserify>process": true,
"eth-rpc-errors>fast-safe-stringify": true,
"nock>qs": true,
"pubnub>superagent>component-emitter": true
}
},
"eth-lattice-keyring>rlp": {
"globals": {
"TextEncoder": true
@ -5594,6 +5670,11 @@
"enzyme>is-regex>has-tostringtag": true
}
},
"nock>qs": {
"packages": {
"string.prototype.matchall>side-channel": true
}
},
"node-fetch": {
"globals": {
"Headers": true,
@ -6190,6 +6271,13 @@
"string.prototype.matchall>call-bind": true
}
},
"string.prototype.matchall>side-channel": {
"packages": {
"enzyme>object-inspect": true,
"string.prototype.matchall>call-bind": true,
"string.prototype.matchall>get-intrinsic": true
}
},
"stylelint>write-file-atomic>typedarray-to-buffer": {
"packages": {
"browserify>buffer": true,

File diff suppressed because it is too large Load Diff

@ -167,7 +167,7 @@
"eth-json-rpc-infura": "^5.1.0",
"eth-json-rpc-middleware": "^8.0.0",
"eth-keyring-controller": "^7.0.2",
"eth-lattice-keyring": "^0.11.0",
"eth-lattice-keyring": "^0.12.0",
"eth-method-registry": "^2.0.0",
"eth-query": "^2.1.2",
"eth-rpc-errors": "^4.0.2",

@ -11573,16 +11573,16 @@ eth-keyring-controller@^7.0.2:
eth-simple-keyring "^4.2.0"
obs-store "^4.0.3"
eth-lattice-keyring@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/eth-lattice-keyring/-/eth-lattice-keyring-0.11.0.tgz#7df63dc55d168f2a104ef469db78687fc181cb66"
integrity sha512-eFVP4uTvnNYLI3KbpPxqVv/AY9swbCH4ZfqDMsYEZ+vg1UQjnsXAxy4iIUuKR+cF4e8kCKK6hFtALEGxuilcJA==
eth-lattice-keyring@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/eth-lattice-keyring/-/eth-lattice-keyring-0.12.0.tgz#d71bfd2dec031de2b63fc45a8c19d22953e82a3d"
integrity sha512-f3w1H3nRbwi5gD/ivdeLlAv3mC5/bGigwHM7WRGV99pDi8nVLxaQQx11n+XFB5f7/4CcNNi0gbFP6JJurN2oRw==
dependencies:
"@ethereumjs/common" "2.4.0"
"@ethereumjs/tx" "3.3.0"
bn.js "^5.2.0"
ethereumjs-util "^7.0.10"
gridplus-sdk "^2.2.0"
gridplus-sdk "^2.2.7"
rlp "^3.0.0"
secp256k1 "4.0.2"
@ -13851,10 +13851,10 @@ graphviz@0.0.9:
dependencies:
temp "~0.4.0"
gridplus-sdk@^2.2.0:
version "2.2.4"
resolved "https://registry.yarnpkg.com/gridplus-sdk/-/gridplus-sdk-2.2.4.tgz#1d05fcb460b1670cc4b051796f93cbea1fbce2f4"
integrity sha512-zjG5w5t3mLwBwMPHmfg6AlfaHoV5hKHQE7tFM7IEYnxQYwQG0MSgFghIZFNcp2R0SnG3A8coFhLoSaX/+9SdPA==
gridplus-sdk@^2.2.7:
version "2.2.7"
resolved "https://registry.yarnpkg.com/gridplus-sdk/-/gridplus-sdk-2.2.7.tgz#d916b25a77358aed8d6fc5f1ed887ba32d51efb4"
integrity sha512-acpMxOkqubJRGcCRrYm1DA40utwIATjpWj/Wyismw16nAF3wGeQ79zUo5KwddtA+OYcwmqfPQMaAQ58qE0VpYg==
dependencies:
"@ethereumjs/common" "2.4.0"
"@ethereumjs/tx" "3.3.0"

Loading…
Cancel
Save