Gav Wood
68714c59f8
Integrate KeyManager.
10 years ago
arkpar
9b80352a7c
made _secret parameter optional
10 years ago
arkpar
10aec68f63
fixed transaction signatures
10 years ago
Gav Wood
456872daec
Refactor call/create so they don't need a Secret in preparation for
integration of the KeyManager.
10 years ago
arkpar
b75a90bc72
used operator+= for bytes
10 years ago
arkpar
d24b48853d
new abi
10 years ago
arkpar
cc5a617aa6
set and map to hash tables
10 years ago
Gav Wood
82ca50d234
NewBlockHashes packet, basic implementation.
10 years ago
yann300
5f4417de05
- Fix small diff between GlobalReg and OwnedReg
- add currentOwner() in OwnedReg
10 years ago
yann300
bc9b1714af
small changes
10 years ago
yann300
0a95415203
- provide specific gas value for each tr.
- display user friendly gas value (for deploy and register).
10 years ago
yann300
a4f4e1dae2
When user fill eth url, warn if not enough gas to deploy.
10 years ago
arkpar
e712ade6e2
style
10 years ago
yann300
62c988ac15
Check gas used for contract deployment and dapp registration.
10 years ago
arkpar
0f0b332848
fixed debugging into base contracts
10 years ago
arkpar
d4373dc185
deployment fixed to work with GlobalRegistrar
10 years ago
chriseth
8f98d65626
Split params into evm-related and mining/block-related.
10 years ago
chriseth
2111cd4894
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
10 years ago
yann300
6b4fd27dfd
add UrlHint Registration in NameReg
10 years ago
arkpar
2623bee198
import/export state
10 years ago
yann300
4bc11ad6cb
fix bug why deploying to network
10 years ago
yann300
cd70218cd1
Deploy To Network: users choose which state to use for deploying
10 years ago
arkpar
e729a54f67
fixed debugger values width and made them selectable
10 years ago
arkpar
7e50d77baf
fixed windows build
10 years ago
arkpar
ccd39728e9
lowercase header names
10 years ago
arkpar
5a3a9abae6
extracted collectContracts
10 years ago
yann300
962d0eaaf2
- If param is address type, allow to easily fill in param width used
accounts
10 years ago
arkpar
4e455b2ba5
prevent Mix from creating DAG
10 years ago
arkpar
40ef58dfcb
fixed issues with web preview and having multiple contracts in the same
file
10 years ago
yann300
b03fd79f13
small changes
10 years ago
yann300
54a17fc85c
- Add Test Case
10 years ago
yann300
289fa0db2d
small changes
10 years ago
yann300
e33ae2e946
bugfix: contract type as param.
10 years ago
yann300
b1bcf9c40d
- allows write a ctor with contract type param and select the contract
to use as a param in the transaction dialog.
10 years ago
Gav Wood
53da2881e9
Fix for mining, possibly.
10 years ago
arkpar
e4ee14bfad
style
10 years ago
arkpar
ed5b2a5da6
Made font size adjustable
Switched to inkpot colour scheme
10 years ago
arkpar
67f1cb513b
BigNumber object available to web preview
10 years ago
yann300
43ca7292de
- Bugfix: #1672
- Return the right line nb in error (WebPreview.qml)
10 years ago
yann300
acc9b124ae
bug fix: copy paste from transaction logs
10 years ago
arkpar
8148e7b1df
tests
10 years ago
Lefteris Karapetsas
9079da740a
minor tweak after rebase
10 years ago
Lefteris Karapetsas
45117f53b0
Allowing abstract contracts constructor to have no args
- If a constructor is part of an abstract contract we can omit its
arguments
- IF a contract is abstract make sure to not create and/or request
Assembly code about it since it's not compiled
10 years ago
arkpar
0808723c50
add some balance for gas estimation
10 years ago
arkpar
8d6b690681
Fixed packed negative signed integers storage display
10 years ago
yann300
0e205f0d55
bug fix: JavaScript console loop in the right order
10 years ago
chriseth
8d1c9efbbf
Bugfix for missing source name.
10 years ago
yann300
62af31b7ee
bug fix: error annotation sometimes not shown
10 years ago
arkpar
858d725658
resolved windows issues
10 years ago
chriseth
0b36ca86d7
Fixed function overloads.
Added tests, disallowed non-calling usage of non-unique function
references.
10 years ago