Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
39efcc8
function stack trace
yann300 Apr 20, 2020
34708aa
take into account when scopeId is empty string
iurimatias May 7, 2020
3aab0b5
fix issue where a undefined definition would be added to the callstack
iurimatias May 24, 2020
1bcbfe6
add tests for the calltree
iurimatias May 24, 2020
19f979e
noReturn test cases
Aniket-Engg May 29, 2020
5df0146
get compiler version using compilation result
Aniket-Engg May 27, 2020
af3280d
version specific doc link
Aniket-Engg May 28, 2020
979db85
no doc version handling
Aniket-Engg May 28, 2020
1f41096
Merge pull request #1494 from ethereum/noReturn
yann300 Jun 3, 2020
c338216
build a contract object instead of referencing contract by name
yann300 Jun 17, 2020
b9acaa5
address code review: guard against infinite recursion; fix array insi…
iurimatias Jun 23, 2020
162f5bb
Merge pull request #1497 from ethereum/resolveContract
yann300 Jun 23, 2020
68c3ab9
fix source maps
yann300 Jun 23, 2020
672a1ad
add tests for inputs
iurimatias Jun 23, 2020
244295e
Merge pull request #1467 from ethereum/stackTrace
yann300 Jun 23, 2020
7481a07
Update sourceMappingDecoder.js
yann300 Jun 23, 2020
bfa0518
Update sourceMappingDecoder.js
yann300 Jun 24, 2020
fbb3d0d
Update sourceMappingDecoder.js
yann300 Jun 24, 2020
9af7f48
Merge pull request #1499 from ethereum/fixSourceMaps
yann300 Jun 24, 2020
f99d211
bump version
yann300 Jun 26, 2020
823fa5e
bump root package
yann300 Jun 26, 2020
0391c64
fix_e2e_tests
yann300 Jun 26, 2020
df58221
Merge pull request #1500 from ethereum/bump0.2.3
yann300 Jun 26, 2020
792cfe2
Initial dummy commit
Jul 10, 2020
008378c
Initial dummy commit
Aniket-Engg Jul 10, 2020
4637ad9
Merge remote-tracking branch 'old_libs/master'
Aniket-Engg Jul 10, 2020
894a0ab
moved libs into libs dir
Aniket-Engg Jul 10, 2020
6cb4263
Merge branch 'master' of https://github.com/ethereum/remix-project
Aniket-Engg Jul 13, 2020
98cf38f
resolved conflicts
Aniket-Engg Jul 13, 2020
bb6d16b
finally conflicts resolved
Aniket-Engg Jul 13, 2020
5dbcffa
Update compiler-worker.ts
Aniket-Engg Jul 13, 2020
8e73e1d
circle ci
Aniket-Engg Jul 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5,634 changes: 0 additions & 5,634 deletions libs/package-lock.json

This file was deleted.

53 changes: 27 additions & 26 deletions libs/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"version": "0.2.2",
"devDependencies": {
"gulp": "^4.0.2",
"lerna": "^2.10.2"
},
"scripts": {
"diff": "lerna diff",
"updated": "lerna updated",
"bootstrap": "npm run build-ts-packages; lerna bootstrap",
"build-ts-packages": "lerna run --scope 'remix-analyzer' --scope 'remix-astwalker' --scope 'remix-solidity' --scope 'remix-tests' --scope 'remix-url-resolver' build",
"publish": "npm run build-ts-packages; lerna publish",
"release": "lerna bootstrap; lerna publish;",
"tag": "gulp; gulp publishTag;",
"updateChangelog": "gulp; gulp updateChangelog --prev $previousVersion;",
"remove-all-install": "npm run remove-install; npm run remove-install-analyzer; npm run remove-install-astwalker; npm run remove-install-debug; npm run remove-install-lib; npm run remove-install-simulator; npm run remove-install-tests; npm run remove-install-url-resolver; npm run remove-install-solidity;",
"remove-install": "rm package-lock.json; rm -rf node_modules",
"remove-install-analyzer": "rm remix-analyzer/package-lock.json; rm -rf remix-analyzer/node_modules; rm -rf remix-analyzer/dist",
"remove-install-astwalker": "rm remix-astwalker/package-lock.json; rm -rf remix-astwalker/node_modules; rm -rf remix-astwalker/dist",
"remove-install-debug": "rm remix-debug/package-lock.json; rm -rf remix-debug/node_modules",
"remove-install-lib": "rm remix-lib/package-lock.json; rm -rf remix-lib/node_modules",
"remove-install-simulator": "rm remix-simulator/package-lock.json; rm -rf remix-simulator/node_modules",
"remove-install-solidity": "rm remix-solidity/package-lock.json; rm -rf remix-solidity/node_modules; rm -rf remix-solidity/dist",
"remove-install-tests": "rm remix-tests/package-lock.json; rm -rf remix-tests/node_modules; rm -rf remix-tests/dist",
"remove-install-url-resolver": "rm remix-url-resolver/package-lock.json; rm -rf remix-url-resolver/node_modules; rm -rf remix-url-resolver/dist"
}
}
"version": "0.2.3",
"devDependencies": {
"gulp": "^4.0.2",
"lerna": "^2.10.2"
},
"scripts": {
"diff": "lerna diff",
"updated": "lerna updated",
"bootstrap": "lerna bootstrap; npm run build-ts-packages",

"build-ts-packages": "lerna run --scope 'remix-analyzer' --scope 'remix-astwalker' --scope 'remix-solidity' --scope 'remix-tests' --scope 'remix-url-resolver' build",
"publish": "npm run build-ts-packages; lerna publish",
"release": "lerna bootstrap; lerna publish;",
"tag": "gulp; gulp publishTag;",
"updateChangelog": "gulp; gulp updateChangelog --prev $previousVersion;",
"remove-all-install": "npm run remove-install; npm run remove-install-analyzer; npm run remove-install-astwalker; npm run remove-install-debug; npm run remove-install-lib; npm run remove-install-simulator; npm run remove-install-tests; npm run remove-install-url-resolver; npm run remove-install-solidity;",
"remove-install": "rm package-lock.json; rm -rf node_modules",
"remove-install-analyzer": "rm remix-analyzer/package-lock.json; rm -rf remix-analyzer/node_modules; rm -rf remix-analyzer/dist",
"remove-install-astwalker": "rm remix-astwalker/package-lock.json; rm -rf remix-astwalker/node_modules; rm -rf remix-astwalker/dist",
"remove-install-debug": "rm remix-debug/package-lock.json; rm -rf remix-debug/node_modules",
"remove-install-lib": "rm remix-lib/package-lock.json; rm -rf remix-lib/node_modules",
"remove-install-simulator": "rm remix-simulator/package-lock.json; rm -rf remix-simulator/node_modules",
"remove-install-solidity": "rm remix-solidity/package-lock.json; rm -rf remix-solidity/node_modules; rm -rf remix-solidity/dist",
"remove-install-tests": "rm remix-tests/package-lock.json; rm -rf remix-tests/node_modules; rm -rf remix-tests/dist",
"remove-install-url-resolver": "rm remix-url-resolver/package-lock.json; rm -rf remix-url-resolver/node_modules; rm -rf remix-url-resolver/dist"
}
}
Loading