pscott
fcb16e56bb
Add deposit tests
2021-06-15 18:03:30 +02:00
pscott
261848446b
Add simple test for S and X
2021-06-15 18:03:30 +02:00
pscott
0b0935a66d
Update elfs
2021-06-15 18:03:30 +02:00
pscott
6f5c2e2a33
Add prototype for tests
2021-06-15 18:03:30 +02:00
pscott
e0fab32dcd
Update gitignore
2021-06-15 18:03:30 +02:00
pscott
9a6d371234
Merge pull request #154 from TowoLabs/master
...
Add Flare Coston icons
2021-06-15 15:22:30 +02:00
pscott
da480a7a78
Merge pull request #156 from jingxu85/support-theta-chain3
...
add path 44/60
2021-06-15 15:22:22 +02:00
jingxu85
ae38021ced
add path 44/60
2021-06-08 22:27:47 -07:00
pscott
fe38eb628a
Update plugin sdk for theta and flare
2021-06-08 10:50:41 +02:00
pscott
3ea1c0f888
Bump to 1.8.5 and update Changelog
2021-06-08 10:30:18 +02:00
Edouard Merle
7b324fff16
fix formatting issue in plugin SDK
2021-06-08 10:25:15 +02:00
pscott
580d3fabcc
Bump to 1.8.4 to account for txType fix
2021-06-08 10:25:15 +02:00
pscott
0dbb693c59
clang-format
2021-06-08 10:25:15 +02:00
pscott
a61a155d0b
Add additionalScreens field
2021-06-08 10:25:15 +02:00
pscott
bff623645c
Bump to 1.8.2
2021-06-08 10:25:15 +02:00
pscott
268ce5d9dd
Fix uint256_to_decimal
2021-06-08 10:25:15 +02:00
pscott
59b5b6a304
Bump to v1.8.1
2021-06-08 10:25:15 +02:00
pscott
5e70ea1736
Update uint256_to_decimal to right-align value
2021-06-08 10:24:52 +02:00
pscott
0e9bf8a19a
Update changelog
2021-06-08 10:24:52 +02:00
pscott
83ce730c41
Update plugin sdk
2021-06-08 10:24:52 +02:00
Jean-Baptiste Bédrune
787f158485
Change amountToString prototype
2021-06-08 10:24:52 +02:00
Jean-Baptiste Bédrune
25c7582749
Better types in plugin interface
2021-06-08 10:24:52 +02:00
Jean-Baptiste Bédrune
ca8dd3ab3c
Add version field in ethPluginInitContract_t
2021-06-08 10:24:52 +02:00
Jean-Baptiste Bédrune
ea7d3754c6
Fix compilation waring in eth sdk
2021-06-08 10:24:52 +02:00
pscott
11ecd174b8
Bump to 1.7.6 and add to Changelog
2021-06-08 10:24:51 +02:00
pscott
c899204255
Add submodules cloning to CI
2021-06-08 10:24:51 +02:00
pscott
24370241f3
Include ethUstream in tokens.h
2021-06-08 10:24:51 +02:00
pscott
8858f3052e
Update CI to work with SDK 2.0
2021-06-08 10:24:51 +02:00
pscott
b651f530be
Put externalPluginIsSet as its own global; initialize it at launch
2021-06-08 10:24:51 +02:00
pscott
0de6e1011a
Add 6503 error for plugin error
2021-06-08 10:24:51 +02:00
pscott
6cfc28667a
Update plugin sdk
2021-06-08 10:24:51 +02:00
pscott
5fe6eb1d94
Add defines for SHARED_CTX_FIELD 1 and 2
2021-06-08 10:24:51 +02:00
pscott
8592a22542
Clang-format
2021-06-08 10:24:51 +02:00
pscott
3b6fd0d169
Undo testing commit
2021-06-08 10:24:51 +02:00
pscott
632e6b3233
Properly handle return value of eth_plugin_call
2021-06-08 10:24:51 +02:00
pscott
47f00cc910
Use ADDRESS_LENGTH
2021-06-08 10:24:51 +02:00
pscott
d029e9f635
Print ticker only if it's present
2021-06-08 10:24:51 +02:00
pscott
6b309c2676
Add printf and adapt logic for provideToken
2021-06-08 10:24:51 +02:00
pscott
4780893ac5
Put back os_perso_derive_eip2333 in getEth2PublicKey
2021-06-08 10:24:51 +02:00
pscott
9cf5be8724
Increase alias size for plugin
2021-06-08 10:24:51 +02:00
TamtamHero
f6a4c61f3c
Make erc20 approval for known contracts more generic and simple
...
+ No need to provide additional ERC20 definition anymore
+ Simpler code
+ More generic
= Still not scalable
- Takes a bit more space than the previous solution
2021-06-08 10:24:51 +02:00
TamtamHero
31716d8280
Update plugin-sdk
2021-06-08 10:24:51 +02:00
TamtamHero
a54b4bda1d
Fix alignment access issue on nano S
2021-06-08 10:24:51 +02:00
TamtamHero
ec1a0d1128
test key + disable bls sigs
2021-06-08 10:24:51 +02:00
TamtamHero
e2fa7ccaf9
Increase size allocate to plugin context from 96 to 160 bytes
2021-06-08 10:24:51 +02:00
TamtamHero
82bf81cca6
Remove dead code + expand allzeroes usage to bigger integers
2021-06-08 10:24:51 +02:00
TamtamHero
02ec83233b
Update plugin-sdk submodule
2021-06-08 10:24:51 +02:00
TamtamHero
e80207cf6f
Add uint256_to_decimal to replace tostring256
...
TODO: replace tostring256 everywhere
2021-06-08 10:24:51 +02:00
TamtamHero
40664a65f1
Fix issues due to base64(contractAddr) removal
2021-06-08 10:24:51 +02:00
TamtamHero
9541b2755c
Update ethereum-plugin-sdk submodule
2021-06-08 10:24:51 +02:00