Iuri Matias
1d6da99e8f
display last error found
...
display last line on tx
fix debugger call
listen to source event only after jumping to the end
keep track of last tx; add minimal debug feature; fix ast issue
initial debugger apis & ui integration
prevent crash when step is out of bounds; send all all available data in websocket
add debugger commands
fix line number tracking in editor; toggle breakpoints
replace timeouts with callbacks
add debugger manager & refactor
refactor debugger api
refactor cmd line debugger
reduce debugger decoupling
reduce debugger decoupling
fix debug buttons
trigger source update so api triggers ws event to update source location
move locals and contracts vars to a json view
improve debugger icons
simplify debugger data
update debug package
add command handler to get a contract given a tx; update debugger so it can get a contract by its tx instead of tracking latest txs only
update debugger package
2018-10-23 18:27:40 -04:00
Michael Bradley, Jr
c33818bd32
pkg lock -> shrinkwrap
2018-10-23 11:11:57 +02:00
Michael Bradley, Jr
9d267b7224
bump pkg lock
2018-10-23 11:11:57 +02:00
Andre Medeiros
9a41e58679
Update package-lock.json
2018-10-23 11:11:13 +02:00
Andre Medeiros
5db8185e5a
Update fs-extra; Unfuck package-lock.json
2018-10-23 11:11:12 +02:00
Iuri Matias
0379f6bc35
use fuzzy to do search; but still do sorting
2018-10-23 11:00:28 +02:00
Iuri Matias
085a282c96
add copytoken command
2018-10-23 10:59:17 +02:00
emizzle
487b18c8b2
added date-and-time-package
2018-10-23 10:53:00 +02:00
Anthony Laibe
572cd20482
Fix backend tab request cached:
...
- Add no cache via helmet
- Fix linting (no-return-else)
- Rebase Fix: Use option.name for process log to avoid endpoint being called
blockchainProcess.js
- Rebase Fix: use option when compiling solidity
2018-10-23 10:47:24 +02:00
Anthony Laibe
00c6b0029d
Fix start without webserver
2018-10-23 10:44:14 +02:00
Iuri Matias
2843303d8c
rebase fixes
2018-10-23 10:44:13 +02:00
emizzle
12faeb7866
Swapped editor to Ace
2018-10-23 10:31:34 +02:00
emizzle
518111132b
Added monaco editor via react-monaco-editor
...
Needs to pull version from package.json
2018-10-23 10:31:34 +02:00
Anthony Laibe
251a49c526
Revert package change
2018-10-23 10:15:47 +02:00
Anthony Laibe
3ef4ed0440
PR feedback
2018-10-23 10:15:47 +02:00
Anthony Laibe
2581e679b2
Add IPNS demo
2018-10-23 10:15:46 +02:00
Jonathan Rainville
22d58b0044
up embarkJS version
2018-10-23 10:14:00 +02:00
Jonathan Rainville
4cebee8f92
update package lock
2018-10-23 10:14:00 +02:00
Andre Medeiros
00d0a07c25
Bump Mocha to 5.2.0
2018-10-23 10:05:21 +02:00
Jonathan Rainville
b491134bb9
remove provider-engine as it has been creating lots of issues
2018-10-23 10:04:14 +02:00
Jonathan Rainville
92429ec694
revert caca code
2018-10-23 10:03:25 +02:00
emizzle
964e096a96
Removed p-iteration from embark altogether.
...
Replaced usage in storage module (on dapp side) with async.js `detectSeries`
2018-10-23 10:03:25 +02:00
VoR0220
bdb475c7d7
package lock
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-10-23 10:01:37 +02:00
VoR0220
b94f1e7def
package lock
...
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-10-23 10:00:52 +02:00
Jonathan Rainville
d8effac4cd
up embarkJS version
2018-10-23 09:53:48 +02:00
Anthony Laibe
9fe14a0790
Remove code dependencies to underscore
2018-10-23 09:52:57 +02:00
Jonathan Rainville
bc837848d2
conflict in package json
2018-10-23 09:51:58 +02:00
Iuri Matias
8ed808a101
fixes due to bad rebase
2018-10-23 09:47:41 +02:00
Jonathan Rainville
236667d5a4
up embarkJS version
2018-10-23 09:37:24 +02:00
Anthony Laibe
424d375f87
Remove code dependencies to underscore
2018-10-23 09:03:32 +02:00
Jonathan Rainville
3ca70d6e21
remove provider-engine as it has been creating lots of issues
2018-10-23 09:02:40 +02:00
Jonathan Rainville
cb80b984d0
revert caca code
2018-10-23 09:01:14 +02:00
Jonathan Rainville
966252be97
conflict in package json
2018-10-23 09:01:13 +02:00
Michael Bradley, Jr
de9c6d0e3b
package-lock.json -> npm-shrinkwrap.json
2018-09-21 09:38:20 -05:00
Michael Bradley, Jr
269bb64a5d
pkg lock -- manually replace remaining "http" w/ "https"
2018-09-20 14:53:43 -05:00
Michael Bradley, Jr
515c4aced0
pkg lock -- all changes involve only "http" -> "https"
2018-09-20 14:33:55 -05:00
Andre Medeiros
71f14778c2
Update web.js to 1.0.0-beta.36
2018-09-18 15:02:35 -04:00
Anthony Laibe
bdcefbe269
Add coverage to webserver
2018-09-18 14:28:17 +01:00
Iuri Matias
bab6f75862
update to embarkjs 0.4.2
2018-09-17 13:09:56 -04:00
Iuri Matias
c8cf53fcde
use solc 0.4.25 by default
2018-09-14 18:50:46 -04:00
Iuri Matias
9b2fa9402b
Merge pull request #822 from embark-framework/bugfix/circular-json
...
Fix circular JSON and swarm api require
2018-09-14 18:11:34 -04:00
Jonathan Rainville
fdeac8bede
ad lock because travis is a big cry baby
2018-09-13 14:38:57 -04:00
Anthony Laibe
c22901ab95
Fix circular JSON and swarm api require
2018-09-13 11:21:17 +01:00
emizzle
680db4d575
Change over to published swarm-api library
2018-09-12 12:43:10 +10:00
emizzle
6cfc914a04
Update package.json for swarmjs
2018-09-10 22:42:10 +10:00
emizzle
fcb75dee11
Move to swarmjs and await geth ready
...
Move to swarmjs library (in embark-framework).
Wait for geth to start before start of swarm check.
2018-09-10 22:42:10 +10:00
Jonathan Rainville
5c973258a5
add pakcage
2018-09-07 12:37:30 -04:00
Iuri Matias
a622f22dcd
update package lock
2018-09-06 16:35:32 -04:00
Michael Bradley, Jr
b47435cc45
opn dep
2018-09-03 10:17:45 -05:00
Michael Bradley, Jr
0ac384c478
web3@1.0.0-beta.35
2018-09-02 19:23:12 -05:00