|
2cd5a0045d
|
'add seafile-ignore.txt to every git repo'
|
2023-01-12 20:09:31 +08:00 |
|
|
6f2943e8ca
|
update to standard .gitignore
|
2022-12-10 19:12:11 +08:00 |
|
|
c5fd3932df
|
update [.gitignore] to ignore /unpackage/* except for !/unpackage/res/
|
2022-10-06 20:06:01 +08:00 |
|
|
0453eab059
|
use standard [.gitignore] file
|
2022-08-20 10:24:50 +08:00 |
|
|
9e7850e49b
|
rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'
|
2022-08-17 09:00:15 +08:00 |
|
|
bb8b1da5f5
|
rename seckey_to_pubkey to prikey_to_pubkey
|
2022-08-16 15:28:29 +08:00 |
|
|
6bcc378170
|
rename seckey to prikey
|
2022-08-14 15:51:14 +08:00 |
|
|
bbba2589d5
|
把大多数ticc方法的参数类型统一为 { ... } 对象
|
2022-08-03 16:30:21 +08:00 |
|
|
94152ec736
|
rename ticc.sign/verify/encrypt/decrypt/hash to ticc.xxx_easy
|
2022-07-23 16:03:17 +08:00 |
|
|
0bc2108351
|
u
|
2022-07-03 16:03:25 +08:00 |
|
|
07a88d9bc7
|
rename all libs from xxx.yyy to xxx-yyy
|
2022-06-04 12:08:41 +08:00 |
|
|
aff70d43f7
|
切换到 sign({...}) 和 verify({...}) 调用参数
|
2021-05-08 22:32:24 +08:00 |
|
|
fbf91171c3
|
change tic/tic.action to npm/tic.action
|
2021-03-13 14:52:20 +08:00 |
|
|
37fd81f896
|
move to npm/tic.tool4chain
|
2021-03-10 15:56:00 +08:00 |
|
|
96e48093d1
|
统一更新一批库的版本
|
2020-10-31 12:12:09 +08:00 |
|
|
5207ba3cc4
|
add .gitignore
|
2019-10-24 20:56:39 +08:00 |
|
|
c777c10ff8
|
update packages to 20190714_release_passtoken
|
2019-07-14 12:33:09 +08:00 |
|
lk
|
3d987c09e5
|
删除分号 ;
|
2019-07-10 10:35:02 +08:00 |
|
|
8e38dfb330
|
[package.json] tic.action 指向 20190701_release_initDb
|
2019-07-01 13:07:20 +00:00 |
|
|
07379ea88a
|
更新绑定到 tic.action#20190427_fon2so
|
2019-04-27 10:01:15 +08:00 |
|
|
c3dc3fbc45
|
[netConfig.js] node.server port changed from 8888 to 60000.
[eth.js] lint it to remove semicolons at line endings.
|
2019-04-18 18:04:25 +08:00 |
|
|
1e0567927e
|
[package.json] update to tic.action#20190418_RemovedNetnodeBroadcast
|
2019-04-18 12:19:51 +08:00 |
|
|
7b8490b361
|
更新到 tic.action#20190413_ActionReloaded
|
2019-04-13 15:34:03 +08:00 |
|
|
84c8d52932
|
[tic.js] rename Ticrypto to ticCrypto, so as to follow the same naming convention.
|
2019-04-12 14:26:41 +08:00 |
|
luk.lu
|
601d535b71
|
action.packMe(keypair)调用有个无关紧要的小错:输入参数是 {seckey, pubkey} 即可,不需要传入 address,因为 address 是 packMe 内部自己根据 pubkey 生成的。
|
2019-04-11 16:08:12 +08:00 |
|
luk.lu
|
c99bd5d238
|
更新引用至 tic.action: git+https://git.faronear.org/tic/tic.action#20190409_ActionFullName
|
2019-04-09 20:20:54 +08:00 |
|
luk.lu
|
47e5440528
|
Merge branch 'master' of https://git.faronear.org/tic/tic.tool4chain
|
2019-04-09 09:35:56 +08:00 |
|
luk.lu
|
ac2a97346e
|
重命名 ActTransfer 为 ActionTransfer,贯彻“全称命名”的规范,以尽可能消灭所有可能的歧义。
|
2019-04-09 09:35:07 +08:00 |
|
luk.lu
|
5ba298b31a
|
[netConfig.js] 升级TIC节点从http到https
|
2019-01-11 23:35:14 +08:00 |
|
luk.lu
|
cdc038b1a2
|
升级库版本到 #20190109_preview 供测试
|
2019-01-09 14:11:10 +08:00 |
|
luk.lu
|
6a9e98cbe2
|
[netConfig.js] TIC_NODE 从 'https://bank.bittic.net:8888/api' 改为 'http://bank.bittic.net:8888/api';
[package.json] tool4chain 库名 改为 tic.tool4chain
|
2019-01-09 13:28:00 +08:00 |
|
luk.lu
|
f647747b0b
|
TIC_NODE 端口号改为 8888
|
2018-12-30 10:19:08 +08:00 |
|
luk.lu
|
9cf8386ce9
|
把 notcommon 分支合并进来,不再依赖 tic.common,而是依赖 tic.crypto 和 tic.action 的 20181205 版。
|
2018-12-06 09:56:13 +08:00 |
|
luk.lu
|
efa4788bc3
|
测试开分支,去除对 tic.common 的依赖,转成对 tic.crypto 和 tic.action
|
2018-11-27 11:41:48 +08:00 |
|
|
006219b7ee
|
步子小一点,先不改名,还是叫做 tool4chain,避免影响 tic.wallet 里的引用。
|
2018-10-10 11:08:04 +08:00 |
|
|
2085b20f74
|
名字写错了,从 tic.common 改为 tic.chain
|
2018-10-10 11:04:40 +08:00 |
|
|
16cca302b7
|
首次放到 git
|
2018-10-09 23:03:05 +08:00 |
|