-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ACI): Refactor ACI module #505
Commits on Jun 3, 2019
-
feat(ACi): Make validation compatible with ACI 3.1.0 Breaking Changes
nduchak committedJun 3, 2019 Configuration menu - View commit details
-
Copy full SHA for b50f3c3 - Browse repository at this point
Copy the full SHA b50f3c3View commit details -
feat(ACI): fir converting of return type
nduchak committedJun 3, 2019 Configuration menu - View commit details
-
Copy full SHA for dbb01a1 - Browse repository at this point
Copy the full SHA dbb01a1View commit details -
feat(ACI): Add new compiler API for decoding call result
nduchak committedJun 3, 2019 Configuration menu - View commit details
-
Copy full SHA for f9818d9 - Browse repository at this point
Copy the full SHA f9818d9View commit details -
nduchak committed
Jun 3, 2019 Configuration menu - View commit details
-
Copy full SHA for b331d85 - Browse repository at this point
Copy the full SHA b331d85View commit details
Commits on Jun 4, 2019
-
feat(ACI/Contract): Add new compiler API
decodeCallResult
. Use new ……`decode` method in contract low Make ACI `call` function decode result imediatly. Fix all contract tests. BREAKING CHANGE: Change Contract low lvl API: change `contractDecodeData` interface from `(type: String, data: String) => Any` to `(source: String, fn: String, callValue: String, callResult: String) => Any`. * `callResult` is `callType` from call result, be `ok`, `revert`, ... #458
nduchak committedJun 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 3deec42 - Browse repository at this point
Copy the full SHA 3deec42View commit details -
feat(ACI): Add
hash
,signature
to ACI implementatiobnduchak committedJun 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 70e8012 - Browse repository at this point
Copy the full SHA 70e8012View commit details -
feat(ACi): Add
bytes
type supportnduchak committedJun 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 44bd976 - Browse repository at this point
Copy the full SHA 44bd976View commit details -
nduchak committed
Jun 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 8d0f917 - Browse repository at this point
Copy the full SHA 8d0f917View commit details
Commits on Jun 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7a4f526 - Browse repository at this point
Copy the full SHA 7a4f526View commit details
Commits on Jun 11, 2019
-
feat(ACI): Refactor ACI API. Add ability to manage many accounts.
@todo Add ability to manage nodeClients
nduchak committedJun 11, 2019 Configuration menu - View commit details
-
Copy full SHA for e3d028c - Browse repository at this point
Copy the full SHA e3d028cView commit details -
feat(ACI): Add
fromAccount
option to Contract API, that allow us to…… prepare and sign transaction u
nduchak committedJun 11, 2019 Configuration menu - View commit details
-
Copy full SHA for fe6e7fa - Browse repository at this point
Copy the full SHA fe6e7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8798cf7 - Browse repository at this point
Copy the full SHA 8798cf7View commit details
Commits on Jun 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7184442 - Browse repository at this point
Copy the full SHA 7184442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32449cf - Browse repository at this point
Copy the full SHA 32449cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b23a2f9 - Browse repository at this point
Copy the full SHA b23a2f9View commit details
Commits on Jun 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for da4cecb - Browse repository at this point
Copy the full SHA da4cecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf786a - Browse repository at this point
Copy the full SHA ebf786aView commit details
Commits on Jun 18, 2019
-
feat(ACI): Automaticaly decide to call contract onchain or static bas…
…ed on ACI. Add get and send fun
nduchak committedJun 18, 2019 Configuration menu - View commit details
-
Copy full SHA for cb6471a - Browse repository at this point
Copy the full SHA cb6471aView commit details
Commits on Jun 19, 2019
-
feat(Selector): If default account
address
not provided use the firstnduchak committedJun 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 77b86af - Browse repository at this point
Copy the full SHA 77b86afView commit details -
feat(ACI): Refactor aci. Split to separated files. Fix test.
nduchak committedJun 19, 2019 Configuration menu - View commit details
-
Copy full SHA for ac3c30d - Browse repository at this point
Copy the full SHA ac3c30dView commit details -
nduchak committed
Jun 19, 2019 Configuration menu - View commit details
-
Copy full SHA for aca2b40 - Browse repository at this point
Copy the full SHA aca2b40View commit details
Commits on Jun 20, 2019
-
feat(ACI): Refactor building of contract instance method, add ability…
… to init instance without client
nduchak committedJun 20, 2019 Configuration menu - View commit details
-
Copy full SHA for f659df2 - Browse repository at this point
Copy the full SHA f659df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a06592 - Browse repository at this point
Copy the full SHA 4a06592View commit details -
nduchak committed
Jun 20, 2019 Configuration menu - View commit details
-
Copy full SHA for d1e8c46 - Browse repository at this point
Copy the full SHA d1e8c46View commit details
Commits on Jun 21, 2019
-
nduchak committed
Jun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 2f4c21a - Browse repository at this point
Copy the full SHA 2f4c21aView commit details -
feat(ACI): Refactor ACI module. Fix bug with empty init function. Aut…
…omaticaly decide to use on-chai
nduchak committedJun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for b9c9eaf - Browse repository at this point
Copy the full SHA b9c9eafView commit details -
chore(docker): point to node 3.2.0
nduchak committedJun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 0af7bf6 - Browse repository at this point
Copy the full SHA 0af7bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e0a13 - Browse repository at this point
Copy the full SHA 28e0a13View commit details -
fix(ACI): Fix options composition when building function
nduchak committedJun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 1bd7f72 - Browse repository at this point
Copy the full SHA 1bd7f72View commit details -
Merge remote-tracking branch 'origin/feature/aci-improvements' into f…
…eature/aci-improvements
nduchak committedJun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for b6f8447 - Browse repository at this point
Copy the full SHA b6f8447View commit details -
chore(docs): Fix ACI docs example
nduchak committedJun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for cf7d2ee - Browse repository at this point
Copy the full SHA cf7d2eeView commit details -
chore(test): Remove unused import
nduchak committedJun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 8aa4f53 - Browse repository at this point
Copy the full SHA 8aa4f53View commit details -
nduchak committed
Jun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 7ade960 - Browse repository at this point
Copy the full SHA 7ade960View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccfbd6b - Browse repository at this point
Copy the full SHA ccfbd6bView commit details -
nduchak committed
Jun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 596aa84 - Browse repository at this point
Copy the full SHA 596aa84View commit details
Commits on Jun 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cde717a - Browse repository at this point
Copy the full SHA cde717aView commit details -
nduchak committed
Jun 22, 2019 Configuration menu - View commit details
-
Copy full SHA for d18ee14 - Browse repository at this point
Copy the full SHA d18ee14View commit details -
nduchak committed
Jun 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 7138f89 - Browse repository at this point
Copy the full SHA 7138f89View commit details