Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
ddefa116
Commit
ddefa116
authored
Sep 14, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor updates to the new filter
parent
91ca5d72
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
transaction.qml
ethereal/assets/qml/views/transaction.qml
+2
-0
wallet.qml
ethereal/assets/qml/wallet.qml
+1
-1
gui.go
ethereal/gui.go
+9
-8
No files found.
ethereal/assets/qml/views/transaction.qml
View file @
ddefa116
...
...
@@ -180,6 +180,8 @@ Rectangle {
txResult
.
text
=
"Your transaction has been submitted:
\n
"
txOutput
.
text
=
res
[
0
].
address
mainContractColumn
.
state
=
"DONE"
console
.
log
(
res
)
}
}
}
...
...
ethereal/assets/qml/wallet.qml
View file @
ddefa116
...
...
@@ -76,7 +76,7 @@ ApplicationWindow {
return
views
.
view
}
catch
(
e
)
{
eth
.
note
(
e
)
eth
x
.
note
(
e
)
}
}
...
...
ethereal/gui.go
View file @
ddefa116
...
...
@@ -13,7 +13,6 @@ import (
"strconv"
"strings"
"time"
"unsafe"
"bitbucket.org/binet/go-ffi/pkg/ffi"
"github.com/ethereum/eth-go"
...
...
@@ -119,6 +118,7 @@ func (gui *Gui) Start(assetPath string) {
context
.
SetVar
(
"gui"
,
gui
)
context
.
SetVar
(
"eth"
,
gui
.
uiLib
)
/*
vec, errr := LoadExtension("/Users/jeffrey/Desktop/build-libqmltest-Desktop_Qt_5_2_1_clang_64bit-Debug/liblibqmltest_debug.dylib")
fmt.Printf("Fetched vec with addr: %#x\n", vec)
if errr != nil {
...
...
@@ -126,6 +126,7 @@ func (gui *Gui) Start(assetPath string) {
} else {
context.SetVar("vec", (unsafe.Pointer)(vec))
}
*/
// Load the main QML interface
data
,
_
:=
ethutil
.
Config
.
Db
.
Get
([]
byte
(
"KeyRing"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment